update model card README.md
Browse files
README.md
CHANGED
|
@@ -15,8 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Loss:
|
| 19 |
-
- Accuracy: 0.
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
@@ -35,9 +35,9 @@ More information needed
|
|
| 35 |
### Training hyperparameters
|
| 36 |
|
| 37 |
The following hyperparameters were used during training:
|
| 38 |
-
- learning_rate:
|
| 39 |
-
- train_batch_size:
|
| 40 |
-
- eval_batch_size:
|
| 41 |
- seed: 10
|
| 42 |
- distributed_type: multi-GPU
|
| 43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
|
@@ -49,21 +49,16 @@ The following hyperparameters were used during training:
|
|
| 49 |
|
| 50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 51 |
|:-------------:|:-----:|:------:|:---------------:|:--------:|
|
| 52 |
-
|
|
| 53 |
-
|
|
| 54 |
-
|
|
| 55 |
-
|
|
| 56 |
-
|
|
| 57 |
-
|
|
| 58 |
-
|
|
| 59 |
-
|
|
| 60 |
-
|
|
| 61 |
-
|
|
| 62 |
-
| 7.2613 | 1.2 | 110000 | 7.2554 | 0.0507 |
|
| 63 |
-
| 7.2669 | 1.31 | 120000 | 7.2683 | 0.0465 |
|
| 64 |
-
| 7.2648 | 1.42 | 130000 | 7.2672 | 0.0429 |
|
| 65 |
-
| 7.2559 | 1.53 | 140000 | 7.2718 | 0.0465 |
|
| 66 |
-
| 7.2546 | 1.64 | 150000 | 7.2562 | 0.0506 |
|
| 67 |
|
| 68 |
|
| 69 |
### Framework versions
|
|
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Loss: 4.5161
|
| 19 |
+
- Accuracy: 0.3159
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 35 |
### Training hyperparameters
|
| 36 |
|
| 37 |
The following hyperparameters were used during training:
|
| 38 |
+
- learning_rate: 1e-05
|
| 39 |
+
- train_batch_size: 48
|
| 40 |
+
- eval_batch_size: 48
|
| 41 |
- seed: 10
|
| 42 |
- distributed_type: multi-GPU
|
| 43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
|
|
|
| 49 |
|
| 50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 51 |
|:-------------:|:-----:|:------:|:---------------:|:--------:|
|
| 52 |
+
| 6.5749 | 0.08 | 10000 | 6.5382 | 0.1269 |
|
| 53 |
+
| 6.3332 | 0.16 | 20000 | 6.3097 | 0.1411 |
|
| 54 |
+
| 6.2343 | 0.25 | 30000 | 6.2182 | 0.1450 |
|
| 55 |
+
| 6.1807 | 0.33 | 40000 | 6.1587 | 0.1478 |
|
| 56 |
+
| 6.0548 | 0.41 | 50000 | 6.0215 | 0.1529 |
|
| 57 |
+
| 5.8862 | 0.49 | 60000 | 5.8339 | 0.1672 |
|
| 58 |
+
| 5.7493 | 0.57 | 70000 | 5.6845 | 0.1878 |
|
| 59 |
+
| 5.596 | 0.66 | 80000 | 5.5063 | 0.2078 |
|
| 60 |
+
| 5.071 | 0.74 | 90000 | 4.8887 | 0.2781 |
|
| 61 |
+
| 4.6869 | 0.82 | 100000 | 4.5161 | 0.3159 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|