jefercania commited on
Commit
a4d82f1
1 Parent(s): 35369ae

First commit 🤗

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
  datasets:
7
  - glue
@@ -15,7 +16,7 @@ model-index:
15
  name: Text Classification
16
  type: text-classification
17
  dataset:
18
- name: glue
19
  type: glue
20
  config: mrpc
21
  split: validation
@@ -23,10 +24,10 @@ model-index:
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
- value: 0.8406862745098039
27
  - name: F1
28
  type: f1
29
- value: 0.8861646234676007
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -34,11 +35,11 @@ should probably proofread and complete it, then remove this comment. -->
34
 
35
  # distilroberta-base-mrpc-glue
36
 
37
- This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the glue dataset.
38
  It achieves the following results on the evaluation set:
39
- - Loss: 0.6595
40
- - Accuracy: 0.8407
41
- - F1: 0.8862
42
 
43
  ## Model description
44
 
 
2
  license: apache-2.0
3
  base_model: distilroberta-base
4
  tags:
5
+ - text-classification
6
  - generated_from_trainer
7
  datasets:
8
  - glue
 
16
  name: Text Classification
17
  type: text-classification
18
  dataset:
19
+ name: datasetX
20
  type: glue
21
  config: mrpc
22
  split: validation
 
24
  metrics:
25
  - name: Accuracy
26
  type: accuracy
27
+ value: 0.8382352941176471
28
  - name: F1
29
  type: f1
30
+ value: 0.8892617449664431
31
  ---
32
 
33
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
35
 
36
  # distilroberta-base-mrpc-glue
37
 
38
+ This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the datasetX dataset.
39
  It achieves the following results on the evaluation set:
40
+ - Loss: 0.4936
41
+ - Accuracy: 0.8382
42
+ - F1: 0.8893
43
 
44
  ## Model description
45
 
all_results.json CHANGED
@@ -1,14 +1,14 @@
1
  {
2
  "epoch": 3.0,
3
- "eval_accuracy": 0.8480392156862745,
4
- "eval_f1": 0.8923611111111109,
5
- "eval_loss": 0.3911654055118561,
6
- "eval_runtime": 1.9438,
7
- "eval_samples_per_second": 209.894,
8
- "eval_steps_per_second": 26.237,
9
  "total_flos": 205828464972624.0,
10
- "train_loss": 0.36674039642622097,
11
- "train_runtime": 135.4038,
12
- "train_samples_per_second": 81.268,
13
- "train_steps_per_second": 10.17
14
  }
 
1
  {
2
  "epoch": 3.0,
3
+ "eval_accuracy": 0.8382352941176471,
4
+ "eval_f1": 0.8892617449664431,
5
+ "eval_loss": 0.4935888350009918,
6
+ "eval_runtime": 1.7175,
7
+ "eval_samples_per_second": 237.55,
8
+ "eval_steps_per_second": 29.694,
9
  "total_flos": 205828464972624.0,
10
+ "train_loss": 0.389890976894049,
11
+ "train_runtime": 129.7996,
12
+ "train_samples_per_second": 84.777,
13
+ "train_steps_per_second": 10.609
14
  }
eval_results.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "epoch": 3.0,
3
- "eval_accuracy": 0.8480392156862745,
4
- "eval_f1": 0.8923611111111109,
5
- "eval_loss": 0.3911654055118561,
6
- "eval_runtime": 1.9438,
7
- "eval_samples_per_second": 209.894,
8
- "eval_steps_per_second": 26.237
9
  }
 
1
  {
2
  "epoch": 3.0,
3
+ "eval_accuracy": 0.8382352941176471,
4
+ "eval_f1": 0.8892617449664431,
5
+ "eval_loss": 0.4935888350009918,
6
+ "eval_runtime": 1.7175,
7
+ "eval_samples_per_second": 237.55,
8
+ "eval_steps_per_second": 29.694
9
  }
runs/Dec20_23-39-02_d80aa9457aee/events.out.tfevents.1703115731.d80aa9457aee.211.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf27e4f8f96a6e0a8e7b6f19d0ac770ee4f34b5d5fa921fd18d92533e1448dda
3
+ size 457
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "epoch": 3.0,
3
  "total_flos": 205828464972624.0,
4
- "train_loss": 0.36674039642622097,
5
- "train_runtime": 135.4038,
6
- "train_samples_per_second": 81.268,
7
- "train_steps_per_second": 10.17
8
  }
 
1
  {
2
  "epoch": 3.0,
3
  "total_flos": 205828464972624.0,
4
+ "train_loss": 0.389890976894049,
5
+ "train_runtime": 129.7996,
6
+ "train_samples_per_second": 84.777,
7
+ "train_steps_per_second": 10.609
8
  }