GermanMNeira commited on
Commit
9590d31
1 Parent(s): ec6f867

Carga del dataset

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-mrpc-glue-gmnv
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.6204
22
- - Accuracy: 0.8578
23
- - F1: 0.8982
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-mrpc-glue-gmnv
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.5194
23
+ - Accuracy: 0.8186
24
+ - F1: 0.8733
25
 
26
  ## Model description
27
 
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.8186274509803921,
4
+ "eval_f1": 0.8732876712328768,
5
+ "eval_loss": 0.5193609595298767,
6
+ "eval_runtime": 1.0884,
7
+ "eval_samples_per_second": 374.861,
8
+ "eval_steps_per_second": 46.858,
9
+ "total_flos": 205471423937184.0,
10
+ "train_loss": 0.3804548951968302,
11
+ "train_runtime": 45.2339,
12
+ "train_samples_per_second": 243.269,
13
+ "train_steps_per_second": 30.442
14
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.8186274509803921,
4
+ "eval_f1": 0.8732876712328768,
5
+ "eval_loss": 0.5193609595298767,
6
+ "eval_runtime": 1.0884,
7
+ "eval_samples_per_second": 374.861,
8
+ "eval_steps_per_second": 46.858
9
+ }
runs/May11_18-47-43_e720f0aae4c8/events.out.tfevents.1715453417.e720f0aae4c8.5611.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a28fc8177b81be460a4507f56aacb7984d011af4f5585de8c471b19754d4892
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.3804548951968302,
5
+ "train_runtime": 45.2339,
6
+ "train_samples_per_second": 243.269,
7
+ "train_steps_per_second": 30.442
8
+ }