bilkultheek commited on
Commit
4ba2f26
·
verified ·
1 Parent(s): f0be233

Training in progress, step 155

Browse files
Files changed (24) hide show
  1. README.md +59 -0
  2. adapter_config.json +29 -0
  3. adapter_model.safetensors +3 -0
  4. merges.txt +0 -0
  5. runs/Aug01_10-47-52_fastgpuserv/events.out.tfevents.1722491274.fastgpuserv.2113260.0 +3 -0
  6. runs/Aug01_10-51-09_fastgpuserv/events.out.tfevents.1722491470.fastgpuserv.2113260.1 +3 -0
  7. runs/Aug01_10-55-04_fastgpuserv/events.out.tfevents.1722491706.fastgpuserv.2113260.2 +3 -0
  8. runs/Aug01_11-01-02_fastgpuserv/events.out.tfevents.1722492064.fastgpuserv.2134733.0 +3 -0
  9. runs/Aug01_11-02-42_fastgpuserv/events.out.tfevents.1722492163.fastgpuserv.2134733.1 +3 -0
  10. runs/Aug01_14-05-55_fastgpuserv/events.out.tfevents.1722503158.fastgpuserv.6531.0 +3 -0
  11. runs/Aug01_14-08-57_fastgpuserv/events.out.tfevents.1722503340.fastgpuserv.7077.0 +3 -0
  12. runs/Aug02_12-33-35_fastgpuserv/events.out.tfevents.1722584019.fastgpuserv.3614347.0 +3 -0
  13. runs/Aug02_12-40-23_fastgpuserv/events.out.tfevents.1722584427.fastgpuserv.3637409.0 +3 -0
  14. runs/Aug02_12-42-43_fastgpuserv/events.out.tfevents.1722584567.fastgpuserv.3645427.0 +3 -0
  15. runs/Aug02_12-44-23_fastgpuserv/events.out.tfevents.1722584667.fastgpuserv.3650795.0 +3 -0
  16. runs/Aug02_12-45-52_fastgpuserv/events.out.tfevents.1722584756.fastgpuserv.3655138.0 +3 -0
  17. runs/Aug02_13-00-24_fastgpuserv/events.out.tfevents.1722585628.fastgpuserv.3689700.0 +3 -0
  18. runs/Aug02_13-04-57_fastgpuserv/events.out.tfevents.1722585901.fastgpuserv.3707066.0 +3 -0
  19. runs/Aug02_13-07-01_fastgpuserv/events.out.tfevents.1722586024.fastgpuserv.3714303.0 +3 -0
  20. special_tokens_map.json +24 -0
  21. tokenizer.json +0 -0
  22. tokenizer_config.json +38 -0
  23. training_args.bin +3 -0
  24. vocab.json +0 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ahxt/LiteLlama-460M-1T
3
+ library_name: peft
4
+ license: mit
5
+ tags:
6
+ - trl
7
+ - sft
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: YaHaHamaraLlama
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # YaHaHamaraLlama
18
+
19
+ This model is a fine-tuned version of [ahxt/LiteLlama-460M-1T](https://huggingface.co/ahxt/LiteLlama-460M-1T) on the None dataset.
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.0002
39
+ - train_batch_size: 8
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 4
43
+ - total_train_batch_size: 32
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_ratio: 0.03
47
+ - num_epochs: 5
48
+
49
+ ### Training results
50
+
51
+
52
+
53
+ ### Framework versions
54
+
55
+ - PEFT 0.12.0
56
+ - Transformers 4.43.3
57
+ - Pytorch 2.3.1+cu121
58
+ - Datasets 2.17.0
59
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "ahxt/LiteLlama-460M-1T",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 64,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "v_proj",
24
+ "q_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8334fa9ce17038b2414505a8ab1b8bee86712df9f453e5b1bfbab728eb30131b
3
+ size 19673632
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Aug01_10-47-52_fastgpuserv/events.out.tfevents.1722491274.fastgpuserv.2113260.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aea32443cb43711c1a8f3b9a7c6fbfc180424cf50862b663ddfcd0468dd88a28
3
+ size 5752
runs/Aug01_10-51-09_fastgpuserv/events.out.tfevents.1722491470.fastgpuserv.2113260.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89db4b1d7228307280aa3594178c3b17922ad3e04d1b2446a8e2ec2aebc66615
3
+ size 5753
runs/Aug01_10-55-04_fastgpuserv/events.out.tfevents.1722491706.fastgpuserv.2113260.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:034df33b3f1320467f8fc105405fffe445e701405a84ac31a39ad367bebcad98
3
+ size 5752
runs/Aug01_11-01-02_fastgpuserv/events.out.tfevents.1722492064.fastgpuserv.2134733.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6f63a830d193f53344febcc33dfa34ab61f00285032e3878af71b493ddde937
3
+ size 5753
runs/Aug01_11-02-42_fastgpuserv/events.out.tfevents.1722492163.fastgpuserv.2134733.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cb01cadc06f59c43c9f071f8a399a5ffb04867d74ead76ccb43c6ca702eb777
3
+ size 12697
runs/Aug01_14-05-55_fastgpuserv/events.out.tfevents.1722503158.fastgpuserv.6531.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:210ecb64a0f7832fb67fe3c9c5b4bb675f3820b2fc78ab7939d5fbbe5c6f8617
3
+ size 4184
runs/Aug01_14-08-57_fastgpuserv/events.out.tfevents.1722503340.fastgpuserv.7077.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fca9054c067e0196ed042b95af7a47122046e9703ad44707d016c515df877980
3
+ size 11399
runs/Aug02_12-33-35_fastgpuserv/events.out.tfevents.1722584019.fastgpuserv.3614347.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0c6f10b29f06bafa4219869f62edd74ac2ee0c026ba695487291d5d021d45dc
3
+ size 5788
runs/Aug02_12-40-23_fastgpuserv/events.out.tfevents.1722584427.fastgpuserv.3637409.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04572ddc12c1592d208edd2336f0e79faa38698d2d3ec790a37da0bcc55790fe
3
+ size 4184
runs/Aug02_12-42-43_fastgpuserv/events.out.tfevents.1722584567.fastgpuserv.3645427.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:942580e7674d76e0a7a957d2920080d65193d6d201bbe5cf2368600e63ea844c
3
+ size 5788
runs/Aug02_12-44-23_fastgpuserv/events.out.tfevents.1722584667.fastgpuserv.3650795.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fba86a4d41e64ccaa9035bfab269568d501df25402abc25104a4b7b802172548
3
+ size 5788
runs/Aug02_12-45-52_fastgpuserv/events.out.tfevents.1722584756.fastgpuserv.3655138.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fb7f2f39d539a2cb3a8ebc962b81040f5f9c2098322a1dc910de94df9d8247d
3
+ size 5788
runs/Aug02_13-00-24_fastgpuserv/events.out.tfevents.1722585628.fastgpuserv.3689700.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:962181f37b84fc09c9d5d465d9486947537ccde5d8879b3c9b91829ebab08902
3
+ size 5792
runs/Aug02_13-04-57_fastgpuserv/events.out.tfevents.1722585901.fastgpuserv.3707066.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f318aa9816b7523059bab4101afe1254434b1b360e65c8eb0d93983ee8ccc4d
3
+ size 4184
runs/Aug02_13-07-01_fastgpuserv/events.out.tfevents.1722586024.fastgpuserv.3714303.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:864b30d31ce12cc86b57b1490237f41dea7afc8cca93868f9902572831cdebef
3
+ size 8992
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": "#",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "#",
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,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "1": {
6
+ "content": "\"",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "2": {
14
+ "content": "#",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "50256": {
22
+ "content": "<|endoftext|>",
23
+ "lstrip": false,
24
+ "normalized": true,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ }
29
+ },
30
+ "bos_token": "<|endoftext|>",
31
+ "clean_up_tokenization_spaces": true,
32
+ "eos_token": "#",
33
+ "errors": "replace",
34
+ "model_max_length": 1024,
35
+ "pad_token": "#",
36
+ "tokenizer_class": "GPT2Tokenizer",
37
+ "unk_token": "<|endoftext|>"
38
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ceed348154901b64c76c4a1a0fe0fb40b29f54262b4ec481742fde7f5ad76db
3
+ size 5432
vocab.json ADDED
The diff for this file is too large to render. See raw diff