svrodela commited on
Commit
9cbd2a4
·
verified ·
1 Parent(s): 281510b

Se sube el modelo :)

Browse files
Files changed (3) hide show
  1. README.md +2 -1
  2. all_results.json +8 -0
  3. train_results.json +8 -0
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,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # platzi-distilroberta-base-mrpc-glue-svrodela
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.7116
23
  - Accuracy: 0.8260
 
3
  license: apache-2.0
4
  base_model: distilroberta-base
5
  tags:
6
+ - text-cassification
7
  - generated_from_trainer
8
  metrics:
9
  - accuracy
 
18
 
19
  # platzi-distilroberta-base-mrpc-glue-svrodela
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.7116
24
  - Accuracy: 0.8260
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 205471423937184.0,
4
+ "train_loss": 0.38828777903305417,
5
+ "train_runtime": 6450.2459,
6
+ "train_samples_per_second": 1.706,
7
+ "train_steps_per_second": 0.213
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 205471423937184.0,
4
+ "train_loss": 0.38828777903305417,
5
+ "train_runtime": 6450.2459,
6
+ "train_samples_per_second": 1.706,
7
+ "train_steps_per_second": 0.213
8
+ }