eminAydin/Turkish-GPT2-mini-ModelD
Browse files- README.md +69 -0
- generation_config.json +7 -0
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: eminAydin/turkish-gpt2-mini-M1-cleaned-sports720k-10ep
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: Turkish-GPT2-mini-ModelD
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
+
should probably proofread and complete it, then remove this comment. -->
|
12 |
+
|
13 |
+
# Turkish-GPT2-mini-ModelD
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [eminAydin/turkish-gpt2-mini-M1-cleaned-sports720k-10ep](https://huggingface.co/eminAydin/turkish-gpt2-mini-M1-cleaned-sports720k-10ep) on the None dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 4.0867
|
18 |
+
|
19 |
+
## Model description
|
20 |
+
|
21 |
+
More information needed
|
22 |
+
|
23 |
+
## Intended uses & limitations
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Training and evaluation data
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training procedure
|
32 |
+
|
33 |
+
### Training hyperparameters
|
34 |
+
|
35 |
+
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 5e-05
|
37 |
+
- train_batch_size: 8
|
38 |
+
- eval_batch_size: 8
|
39 |
+
- seed: 42
|
40 |
+
- gradient_accumulation_steps: 8
|
41 |
+
- total_train_batch_size: 64
|
42 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
+
- lr_scheduler_type: cosine
|
44 |
+
- lr_scheduler_warmup_ratio: 0.03
|
45 |
+
- num_epochs: 10
|
46 |
+
- mixed_precision_training: Native AMP
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
+
|:-------------:|:-----:|:-----:|:---------------:|
|
52 |
+
| 4.6402 | 1.0 | 9070 | 4.4621 |
|
53 |
+
| 4.234 | 2.0 | 18141 | 4.3165 |
|
54 |
+
| 4.0724 | 3.0 | 27212 | 4.2356 |
|
55 |
+
| 3.9612 | 4.0 | 36283 | 4.1839 |
|
56 |
+
| 3.8744 | 5.0 | 45354 | 4.1467 |
|
57 |
+
| 3.8054 | 6.0 | 54425 | 4.1220 |
|
58 |
+
| 3.7504 | 7.0 | 63496 | 4.1025 |
|
59 |
+
| 3.7095 | 8.0 | 72567 | 4.0923 |
|
60 |
+
| 3.6833 | 9.0 | 81637 | 4.0869 |
|
61 |
+
| 3.6688 | 10.0 | 90700 | 4.0867 |
|
62 |
+
|
63 |
+
|
64 |
+
### Framework versions
|
65 |
+
|
66 |
+
- Transformers 4.39.3
|
67 |
+
- Pytorch 2.1.2
|
68 |
+
- Datasets 2.18.0
|
69 |
+
- Tokenizers 0.15.2
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 0,
|
4 |
+
"eos_token_id": 0,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.39.3"
|
7 |
+
}
|