update model card README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ model-index:
|
|
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 +29,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
This model is a fine-tuned version of [google/canine-c](https://huggingface.co/google/canine-c) 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 |
|
@@ -49,23 +49,22 @@ More information needed
|
|
49 |
### Training hyperparameters
|
50 |
|
51 |
The following hyperparameters were used during training:
|
52 |
-
- learning_rate:
|
53 |
-
- train_batch_size:
|
54 |
- eval_batch_size: 16
|
55 |
-
- seed:
|
56 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
57 |
- lr_scheduler_type: linear
|
58 |
-
- num_epochs:
|
59 |
|
60 |
### Training results
|
61 |
|
62 |
-
| Training Loss | Epoch | Step
|
63 |
-
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.1082 | 5.0 | 21050 | 0.8245 | 0.8234 |
|
69 |
|
70 |
|
71 |
### Framework versions
|
|
|
19 |
metrics:
|
20 |
- name: Accuracy
|
21 |
type: accuracy
|
22 |
+
value: 0.8486238532110092
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
This model is a fine-tuned version of [google/canine-c](https://huggingface.co/google/canine-c) on the glue dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 0.6025
|
33 |
+
- Accuracy: 0.8486
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
49 |
### Training hyperparameters
|
50 |
|
51 |
The following hyperparameters were used during training:
|
52 |
+
- learning_rate: 4.9121586874695155e-05
|
53 |
+
- train_batch_size: 32
|
54 |
- eval_batch_size: 16
|
55 |
+
- seed: 8
|
56 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
57 |
- lr_scheduler_type: linear
|
58 |
+
- num_epochs: 4
|
59 |
|
60 |
### Training results
|
61 |
|
62 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
63 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
64 |
+
| 0.3415 | 1.0 | 2105 | 0.4196 | 0.8280 |
|
65 |
+
| 0.2265 | 2.0 | 4210 | 0.4924 | 0.8211 |
|
66 |
+
| 0.1439 | 3.0 | 6315 | 0.5726 | 0.8337 |
|
67 |
+
| 0.0974 | 4.0 | 8420 | 0.6025 | 0.8486 |
|
|
|
68 |
|
69 |
|
70 |
### Framework versions
|