e-hossam96
commited on
End of training
Browse files- README.md +3 -20
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -15,8 +15,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
# arabic-nano-gpt
|
16 |
|
17 |
This model is a fine-tuned version of [openai-community/gpt2](https://huggingface.co/openai-community/gpt2) on an unknown dataset.
|
18 |
-
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 4.7743
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -37,32 +35,17 @@ More information needed
|
|
37 |
The following hyperparameters were used during training:
|
38 |
- learning_rate: 0.001
|
39 |
- train_batch_size: 32
|
40 |
-
- eval_batch_size:
|
41 |
- seed: 42
|
42 |
- gradient_accumulation_steps: 8
|
43 |
- total_train_batch_size: 256
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
-
|
|
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
-
|:-------------:|:------:|:----:|:---------------:|
|
52 |
-
| 7.3768 | 0.1422 | 100 | 6.7464 |
|
53 |
-
| 6.5028 | 0.2844 | 200 | 6.2504 |
|
54 |
-
| 6.0865 | 0.4266 | 300 | 5.8534 |
|
55 |
-
| 5.7563 | 0.5688 | 400 | 5.5491 |
|
56 |
-
| 5.5138 | 0.7110 | 500 | 5.3476 |
|
57 |
-
| 5.3615 | 0.8532 | 600 | 5.2035 |
|
58 |
-
| 5.2481 | 0.9954 | 700 | 5.0965 |
|
59 |
-
| 5.1406 | 1.1376 | 800 | 5.0118 |
|
60 |
-
| 5.0665 | 1.2798 | 900 | 4.9467 |
|
61 |
-
| 5.015 | 1.4220 | 1000 | 4.8900 |
|
62 |
-
| 4.9767 | 1.5642 | 1100 | 4.8476 |
|
63 |
-
| 4.9434 | 1.7064 | 1200 | 4.8122 |
|
64 |
-
| 4.9137 | 1.8486 | 1300 | 4.7864 |
|
65 |
-
| 4.9069 | 1.9908 | 1400 | 4.7743 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
15 |
# arabic-nano-gpt
|
16 |
|
17 |
This model is a fine-tuned version of [openai-community/gpt2](https://huggingface.co/openai-community/gpt2) on an unknown dataset.
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
35 |
The following hyperparameters were used during training:
|
36 |
- learning_rate: 0.001
|
37 |
- train_batch_size: 32
|
38 |
+
- eval_batch_size: 64
|
39 |
- seed: 42
|
40 |
- gradient_accumulation_steps: 8
|
41 |
- total_train_batch_size: 256
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
+
- lr_scheduler_warmup_ratio: 0.01
|
45 |
+
- num_epochs: 60
|
46 |
|
47 |
### Training results
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
|
51 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 22080496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7cc702d7abb8ff0819b4a0e3c4f6cee9201e0cbfee91c8c23defce2af264894
|
3 |
size 22080496
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b41545602c6b409f6904cbad620cda90ef2f7225d3f2d6604aee1fe37d86e48e
|
3 |
size 5240
|