e-hossam96 commited on
Commit
82061d3
1 Parent(s): 42fad67

End of training

Browse files
README.md CHANGED
@@ -1,3 +1,87 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: openai-community/gpt2
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: arabic-nano-gpt-v2
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # arabic-nano-gpt-v2
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: 3.2532
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0001
39
+ - train_batch_size: 32
40
+ - eval_batch_size: 32
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
+ - lr_scheduler_warmup_ratio: 0.01
47
+ - num_epochs: 8
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:------:|:------:|:---------------:|
53
+ | 4.9097 | 0.2924 | 5000 | 4.3161 |
54
+ | 4.0426 | 0.5849 | 10000 | 3.8633 |
55
+ | 3.8791 | 0.8773 | 15000 | 3.6969 |
56
+ | 3.7452 | 1.1698 | 20000 | 3.6052 |
57
+ | 3.6927 | 1.4622 | 25000 | 3.5420 |
58
+ | 3.6348 | 1.7547 | 30000 | 3.4976 |
59
+ | 3.6038 | 2.0471 | 35000 | 3.4622 |
60
+ | 3.562 | 2.3396 | 40000 | 3.4329 |
61
+ | 3.5374 | 2.6320 | 45000 | 3.4098 |
62
+ | 3.5216 | 2.9245 | 50000 | 3.3897 |
63
+ | 3.4918 | 3.2169 | 55000 | 3.3743 |
64
+ | 3.4805 | 3.5094 | 60000 | 3.3585 |
65
+ | 3.4724 | 3.8018 | 65000 | 3.3445 |
66
+ | 3.4519 | 4.0943 | 70000 | 3.3337 |
67
+ | 3.4422 | 4.3867 | 75000 | 3.3224 |
68
+ | 3.4376 | 4.6791 | 80000 | 3.3133 |
69
+ | 3.4316 | 4.9716 | 85000 | 3.3042 |
70
+ | 3.4123 | 5.2640 | 90000 | 3.2972 |
71
+ | 3.4076 | 5.5565 | 95000 | 3.2897 |
72
+ | 3.4018 | 5.8489 | 100000 | 3.2823 |
73
+ | 3.3943 | 6.1414 | 105000 | 3.2772 |
74
+ | 3.3891 | 6.4338 | 110000 | 3.2720 |
75
+ | 3.3805 | 6.7263 | 115000 | 3.2661 |
76
+ | 3.3786 | 7.0187 | 120000 | 3.2625 |
77
+ | 3.3713 | 7.3112 | 125000 | 3.2587 |
78
+ | 3.3662 | 7.6036 | 130000 | 3.2553 |
79
+ | 3.365 | 7.8961 | 135000 | 3.2532 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - Transformers 4.45.2
85
+ - Pytorch 2.5.0
86
+ - Datasets 3.0.1
87
+ - Tokenizers 0.20.1
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai-community/gpt2",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 0,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 0,
11
+ "initializer_range": 0.02,
12
+ "layer_norm_epsilon": 1e-05,
13
+ "model_type": "gpt2",
14
+ "n_ctx": 1024,
15
+ "n_embd": 384,
16
+ "n_head": 6,
17
+ "n_inner": null,
18
+ "n_layer": 8,
19
+ "n_positions": 1024,
20
+ "reorder_and_upcast_attn": false,
21
+ "resid_pdrop": 0.1,
22
+ "scale_attn_by_inverse_layer_idx": false,
23
+ "scale_attn_weights": true,
24
+ "summary_activation": null,
25
+ "summary_first_dropout": 0.1,
26
+ "summary_proj_to_labels": true,
27
+ "summary_type": "cls_index",
28
+ "summary_use_proj": true,
29
+ "task_specific_params": {
30
+ "text-generation": {
31
+ "do_sample": true,
32
+ "max_length": 50
33
+ }
34
+ },
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.45.2",
37
+ "use_cache": true,
38
+ "vocab_size": 16384
39
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 0,
5
+ "transformers_version": "4.45.2"
6
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77f41a2f5892cb0eb01f0d8b921bcf6dc33e63e6b0aea5a955484964b265c84c
3
+ size 83534544
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
+ "bos_token": "<|endoftext|>",
14
+ "clean_up_tokenization_spaces": false,
15
+ "eos_token": "<|endoftext|>",
16
+ "model_max_length": 1024,
17
+ "pad_token": "<|endoftext|>",
18
+ "tokenizer_class": "GPT2Tokenizer",
19
+ "unk_token": "<|endoftext|>"
20
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b25c9977e746dc3015a5fb8e862b6cc63b7627a6e253ed214df95f3eba69eccc
3
+ size 5240
vocab.json ADDED
The diff for this file is too large to render. See raw diff