JCRios commited on
Commit
5020ee5
1 Parent(s): aa51eba

Modelo para clasificació de texto (similitud)

Browse files
README.md CHANGED
@@ -2,6 +2,7 @@
2
  license: apache-2.0
3
  base_model: distilroberta-base
4
  tags:
 
5
  - generated_from_trainer
6
  metrics:
7
  - accuracy
@@ -16,11 +17,11 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # destilroberta-base-mrpc-glue-ces
18
 
19
- This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.6894
22
  - Accuracy: 0.8162
23
- - F1: 0.8629
24
 
25
  ## Model description
26
 
 
2
  license: apache-2.0
3
  base_model: distilroberta-base
4
  tags:
5
+ - text-classification
6
  - generated_from_trainer
7
  metrics:
8
  - accuracy
 
17
 
18
  # destilroberta-base-mrpc-glue-ces
19
 
20
+ This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the guel and the mrpc datasets.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.4664
23
  - Accuracy: 0.8162
24
+ - F1: 0.8718
25
 
26
  ## Model description
27
 
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.8161764705882353,
4
+ "eval_f1": 0.8717948717948718,
5
+ "eval_loss": 0.4664306342601776,
6
+ "eval_runtime": 1.768,
7
+ "eval_samples_per_second": 230.774,
8
+ "eval_steps_per_second": 28.847,
9
+ "total_flos": 205828464972624.0,
10
+ "train_loss": 0.4070402988940802,
11
+ "train_runtime": 132.5753,
12
+ "train_samples_per_second": 83.002,
13
+ "train_steps_per_second": 10.387
14
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.8161764705882353,
4
+ "eval_f1": 0.8717948717948718,
5
+ "eval_loss": 0.4664306342601776,
6
+ "eval_runtime": 1.768,
7
+ "eval_samples_per_second": 230.774,
8
+ "eval_steps_per_second": 28.847
9
+ }
runs/Jan09_22-47-53_88f77cd58170/events.out.tfevents.1704840694.88f77cd58170.1089.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96dbd6b199746c40a2520f33fca2af7b238a353158747ea93784a69d7155ea15
3
+ size 457
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 205828464972624.0,
4
+ "train_loss": 0.4070402988940802,
5
+ "train_runtime": 132.5753,
6
+ "train_samples_per_second": 83.002,
7
+ "train_steps_per_second": 10.387
8
+ }