End of training
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 [openai-community/gpt2-large](https://huggingface.co/openai-community/gpt2-large) on the snli dataset.
|
| 31 |
It achieves the following results on the evaluation set:
|
| 32 |
-
- Loss: 0.
|
| 33 |
-
- Accuracy: 0.
|
| 34 |
|
| 35 |
## Model description
|
| 36 |
|
|
@@ -52,7 +52,7 @@ The following hyperparameters were used during training:
|
|
| 52 |
- learning_rate: 2e-05
|
| 53 |
- train_batch_size: 128
|
| 54 |
- eval_batch_size: 128
|
| 55 |
-
- seed:
|
| 56 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 57 |
- lr_scheduler_type: linear
|
| 58 |
- num_epochs: 3
|
|
@@ -61,9 +61,9 @@ The following hyperparameters were used during training:
|
|
| 61 |
|
| 62 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 63 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
-
| 0.
|
| 67 |
|
| 68 |
|
| 69 |
### Framework versions
|
|
|
|
| 19 |
metrics:
|
| 20 |
- name: Accuracy
|
| 21 |
type: accuracy
|
| 22 |
+
value: 0.9141434667750458
|
| 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 [openai-community/gpt2-large](https://huggingface.co/openai-community/gpt2-large) on the snli dataset.
|
| 31 |
It achieves the following results on the evaluation set:
|
| 32 |
+
- Loss: 0.2938
|
| 33 |
+
- Accuracy: 0.9141
|
| 34 |
|
| 35 |
## Model description
|
| 36 |
|
|
|
|
| 52 |
- learning_rate: 2e-05
|
| 53 |
- train_batch_size: 128
|
| 54 |
- eval_batch_size: 128
|
| 55 |
+
- seed: 79
|
| 56 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 57 |
- lr_scheduler_type: linear
|
| 58 |
- num_epochs: 3
|
|
|
|
| 61 |
|
| 62 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 63 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
| 64 |
+
| 0.3107 | 1.0 | 4292 | 0.2590 | 0.9091 |
|
| 65 |
+
| 0.2181 | 2.0 | 8584 | 0.2598 | 0.9131 |
|
| 66 |
+
| 0.1441 | 3.0 | 12876 | 0.2938 | 0.9141 |
|
| 67 |
|
| 68 |
|
| 69 |
### Framework versions
|