varun-v-rao
commited on
Commit
•
e33f1ab
1
Parent(s):
766d597
End of training
Browse files- README.md +7 -7
- model.safetensors +1 -1
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.8768542979069295
|
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.3263
|
33 |
+
- Accuracy: 0.8769
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
52 |
- learning_rate: 2e-05
|
53 |
- train_batch_size: 128
|
54 |
- eval_batch_size: 128
|
55 |
+
- seed: 26
|
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.4349 | 1.0 | 4292 | 0.3539 | 0.8661 |
|
65 |
+
| 0.4061 | 2.0 | 8584 | 0.3339 | 0.8745 |
|
66 |
+
| 0.3941 | 3.0 | 12876 | 0.3263 | 0.8769 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3096181368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:915a342950caa961d4fe61bb065d4d8536584c7b3240c73c607974c27937e613
|
3 |
size 3096181368
|