juansebas7ian commited on
Commit
ac5c628
1 Parent(s): 1acaabe

Lo logramos de nuevo equipo Platzi! 🤗

Browse files
Files changed (4) hide show
  1. README.md +5 -4
  2. all_results.json +13 -0
  3. eval_results.json +9 -0
  4. train_results.json +7 -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,11 +17,11 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # platzi-distilroberta-base-mrpc-glue-juansebas7ian
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.7710
22
- - Accuracy: 0.8284
23
- - F1: 0.8713
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
  # platzi-distilroberta-base-mrpc-glue-juansebas7ian
19
 
20
+ This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the datasetX dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.7613
23
+ - Accuracy: 0.7892
24
+ - F1: 0.8377
25
 
26
  ## Model description
27
 
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.7892156862745098,
4
+ "eval_f1": 0.8377358490566038,
5
+ "eval_loss": 0.7612542510032654,
6
+ "eval_runtime": 6.9969,
7
+ "eval_samples_per_second": 58.311,
8
+ "eval_steps_per_second": 7.289,
9
+ "train_loss": 0.3030987076769727,
10
+ "train_runtime": 829.4326,
11
+ "train_samples_per_second": 13.267,
12
+ "train_steps_per_second": 1.66
13
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.7892156862745098,
4
+ "eval_f1": 0.8377358490566038,
5
+ "eval_loss": 0.7612542510032654,
6
+ "eval_runtime": 6.9969,
7
+ "eval_samples_per_second": 58.311,
8
+ "eval_steps_per_second": 7.289
9
+ }
train_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 0.3030987076769727,
4
+ "train_runtime": 829.4326,
5
+ "train_samples_per_second": 13.267,
6
+ "train_steps_per_second": 1.66
7
+ }