anthonyzak commited on
Commit
1dd4009
1 Parent(s): 5e3c7e0

We did it with Platzi!

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
  # platzi-distilroberta-base-mrpc-glue-anthony-zakhaur
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.8661
22
- - Accuracy: 0.8333
23
- - F1: 0.8807
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-anthony-zakhaur
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.7964
23
+ - Accuracy: 0.8284
24
+ - F1: 0.8763
25
 
26
  ## Model description
27
 
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.8284313725490197,
4
+ "eval_f1": 0.8763250883392226,
5
+ "eval_loss": 0.7963703870773315,
6
+ "eval_runtime": 2.0042,
7
+ "eval_samples_per_second": 203.571,
8
+ "eval_steps_per_second": 25.446,
9
+ "total_flos": 263808824423424.0,
10
+ "train_loss": 0.27078793095607384,
11
+ "train_runtime": 125.2841,
12
+ "train_samples_per_second": 87.832,
13
+ "train_steps_per_second": 10.991
14
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.8284313725490197,
4
+ "eval_f1": 0.8763250883392226,
5
+ "eval_loss": 0.7963703870773315,
6
+ "eval_runtime": 2.0042,
7
+ "eval_samples_per_second": 203.571,
8
+ "eval_steps_per_second": 25.446
9
+ }
runs/Feb15_16-33-57_e49554eba449/events.out.tfevents.1708015205.e49554eba449.358.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ae7e5607e157f19635494d7afe34b4f144fa4c38f813b830c35bd21ae207aa3
3
+ size 457
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 263808824423424.0,
4
+ "train_loss": 0.27078793095607384,
5
+ "train_runtime": 125.2841,
6
+ "train_samples_per_second": 87.832,
7
+ "train_steps_per_second": 10.991
8
+ }