fersuamon commited on
Commit
2b8f013
·
verified ·
1 Parent(s): 0fa40b1

Lo logramos de nuevo equipo Platzi! 🤗

Browse files
Files changed (4) hide show
  1. README.md +2 -1
  2. all_results.json +14 -0
  3. eval_results.json +9 -0
  4. train_results.json +8 -0
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,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # platzi-distilroberta-base-mrpc-glue-luis-montoya
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.8772
22
  - Accuracy: 0.8480
 
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
  # platzi-distilroberta-base-mrpc-glue-luis-montoya
19
 
20
+ This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the glue and the mrpc datasets.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.8772
23
  - Accuracy: 0.8480
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.8480392156862745,
4
+ "eval_f1": 0.89419795221843,
5
+ "eval_loss": 0.8772198557853699,
6
+ "eval_runtime": 10.9598,
7
+ "eval_samples_per_second": 37.227,
8
+ "eval_steps_per_second": 4.653,
9
+ "total_flos": 205471423937184.0,
10
+ "train_loss": 0.25807991942029634,
11
+ "train_runtime": 1203.6077,
12
+ "train_samples_per_second": 9.143,
13
+ "train_steps_per_second": 1.144
14
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.8480392156862745,
4
+ "eval_f1": 0.89419795221843,
5
+ "eval_loss": 0.8772198557853699,
6
+ "eval_runtime": 10.9598,
7
+ "eval_samples_per_second": 37.227,
8
+ "eval_steps_per_second": 4.653
9
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 205471423937184.0,
4
+ "train_loss": 0.25807991942029634,
5
+ "train_runtime": 1203.6077,
6
+ "train_samples_per_second": 9.143,
7
+ "train_steps_per_second": 1.144
8
+ }