update model card README.md
Browse files
README.md
CHANGED
@@ -15,11 +15,13 @@ model-index:
|
|
15 |
dataset:
|
16 |
name: glue
|
17 |
type: glue
|
|
|
|
|
18 |
args: sst2
|
19 |
metrics:
|
20 |
- name: Accuracy
|
21 |
type: accuracy
|
22 |
-
value: 0.
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the glue dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
-
- Loss: 0.
|
33 |
-
- Accuracy: 0.
|
34 |
|
35 |
## Model description
|
36 |
|
@@ -50,8 +52,8 @@ More information needed
|
|
50 |
|
51 |
The following hyperparameters were used during training:
|
52 |
- learning_rate: 2e-05
|
53 |
-
- train_batch_size:
|
54 |
-
- eval_batch_size:
|
55 |
- seed: 42
|
56 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
57 |
- lr_scheduler_type: linear
|
@@ -59,18 +61,18 @@ The following hyperparameters were used during training:
|
|
59 |
|
60 |
### Training results
|
61 |
|
62 |
-
| Training Loss | Epoch | Step
|
63 |
-
|
64 |
-
|
|
65 |
-
|
|
66 |
-
|
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
|
70 |
|
71 |
### Framework versions
|
72 |
|
73 |
-
- Transformers 4.
|
74 |
-
- Pytorch 1.12.
|
75 |
-
- Datasets 2.
|
76 |
-
- Tokenizers 0.12.
|
|
|
15 |
dataset:
|
16 |
name: glue
|
17 |
type: glue
|
18 |
+
config: sst2
|
19 |
+
split: train
|
20 |
args: sst2
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
+
value: 0.9025229357798165
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the glue dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.2823
|
35 |
+
- Accuracy: 0.9025
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
52 |
|
53 |
The following hyperparameters were used during training:
|
54 |
- learning_rate: 2e-05
|
55 |
+
- train_batch_size: 512
|
56 |
+
- eval_batch_size: 512
|
57 |
- seed: 42
|
58 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
- lr_scheduler_type: linear
|
|
|
61 |
|
62 |
### Training results
|
63 |
|
64 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
65 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
66 |
+
| No log | 1.0 | 132 | 0.2528 | 0.8933 |
|
67 |
+
| No log | 2.0 | 264 | 0.2675 | 0.8979 |
|
68 |
+
| No log | 3.0 | 396 | 0.2823 | 0.9025 |
|
69 |
+
| 0.1898 | 4.0 | 528 | 0.2986 | 0.8968 |
|
70 |
+
| 0.1898 | 5.0 | 660 | 0.3029 | 0.9002 |
|
71 |
|
72 |
|
73 |
### Framework versions
|
74 |
|
75 |
+
- Transformers 4.21.1
|
76 |
+
- Pytorch 1.12.1+cu116
|
77 |
+
- Datasets 2.4.0
|
78 |
+
- Tokenizers 0.12.1
|