Model save
Browse files- README.md +2 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -13,6 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/date3k2/gpt2-text-classification/runs/52an6tu1)
|
15 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/date3k2/gpt2-text-classification/runs/52an6tu1)
|
|
|
16 |
# gpt2-text-classification-v2
|
17 |
|
18 |
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
|
@@ -42,7 +43,7 @@ The following hyperparameters were used during training:
|
|
42 |
- total_train_batch_size: 96
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
-
- num_epochs:
|
46 |
|
47 |
### Framework versions
|
48 |
|
|
|
13 |
|
14 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/date3k2/gpt2-text-classification/runs/52an6tu1)
|
15 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/date3k2/gpt2-text-classification/runs/52an6tu1)
|
16 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/date3k2/gpt2-text-classification/runs/ruis9fvb)
|
17 |
# gpt2-text-classification-v2
|
18 |
|
19 |
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
|
|
|
43 |
- total_train_batch_size: 96
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 5
|
47 |
|
48 |
### Framework versions
|
49 |
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7b6dd9a7125a60d0d64f7b7dc92d8d31f1681d9af6b8279f500a59fa03f8efc
|
3 |
size 5112
|