Hector00 commited on
Commit
6229823
·
verified ·
1 Parent(s): ec3ff74

Lo logramos de nuevo

Browse files
README.md CHANGED
@@ -3,6 +3,7 @@ library_name: transformers
3
  license: apache-2.0
4
  base_model: distilroberta-base
5
  tags:
 
6
  - generated_from_trainer
7
  metrics:
8
  - accuracy
@@ -17,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # platzi-distilroberta-base-mrpc-glue-hector-nieto
19
 
20
- This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.6403
23
- - Accuracy: 0.8480
24
- - F1: 0.8912
25
 
26
  ## Model description
27
 
 
3
  license: apache-2.0
4
  base_model: distilroberta-base
5
  tags:
6
+ - text-classification
7
  - generated_from_trainer
8
  metrics:
9
  - accuracy
 
18
 
19
  # platzi-distilroberta-base-mrpc-glue-hector-nieto
20
 
21
+ This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the glue and the mrpc datasets.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.4723
24
+ - Accuracy: 0.8407
25
+ - F1: 0.8889
26
 
27
  ## Model description
28
 
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.8406862745098039,
4
+ "eval_f1": 0.8888888888888888,
5
+ "eval_loss": 0.47227761149406433,
6
+ "eval_runtime": 74.0639,
7
+ "eval_samples_per_second": 5.509,
8
+ "eval_steps_per_second": 0.689,
9
+ "total_flos": 205471423937184.0,
10
+ "train_loss": 0.3790849174549377,
11
+ "train_runtime": 6095.1633,
12
+ "train_samples_per_second": 1.805,
13
+ "train_steps_per_second": 0.226
14
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.8406862745098039,
4
+ "eval_f1": 0.8888888888888888,
5
+ "eval_loss": 0.47227761149406433,
6
+ "eval_runtime": 74.0639,
7
+ "eval_samples_per_second": 5.509,
8
+ "eval_steps_per_second": 0.689
9
+ }
runs/Feb04_21-06-50_ebbc4f60ca66/events.out.tfevents.1738710019.ebbc4f60ca66.191.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c43da7aa7eb3b1335de77846c1ceac813058435d5ece71444898a1b218fed723
3
+ size 457
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 205471423937184.0,
4
+ "train_loss": 0.3790849174549377,
5
+ "train_runtime": 6095.1633,
6
+ "train_samples_per_second": 1.805,
7
+ "train_steps_per_second": 0.226
8
+ }