Noodle-bg commited on
Commit
9bdcd4b
β€’
1 Parent(s): 5316ed3

Training in progress, epoch 0

Browse files
adapter_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "codellama/CodeLlama-7b-hf",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 128,
13
+ "lora_dropout": 0.05,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 256,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "lm_head",
23
+ "q_proj",
24
+ "k_proj",
25
+ "v_proj",
26
+ "o_proj"
27
+ ],
28
+ "task_type": "CAUSAL_LM",
29
+ "use_rslora": false
30
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b1e93bda5b81e9e934152d97adc78e926af526560887c3a72207858a1f9aade
3
+ size 1635341408
runs/Jun24_12-37-15_admim-Precision-5820-Tower/events.out.tfevents.1719212842.admim-Precision-5820-Tower.283477.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e5da3862bd245a9ec15e32847ef56111638278bc8f7af3d5eb5967aa73f5ba8
3
+ size 4848
runs/Jun24_12-45-07_admim-Precision-5820-Tower/events.out.tfevents.1719213313.admim-Precision-5820-Tower.283477.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db279e5deca28c2c7c4154229fd67af115aa051c03f7a7819bd3567a715e3104
3
+ size 4848
runs/Jun24_12-45-07_admim-Precision-5820-Tower/events.out.tfevents.1719213546.admim-Precision-5820-Tower.283477.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fd6fe6ac255d776015ef6b7345f46941a8a077f297f6208c103edad6db368af
3
+ size 4848
runs/Jun24_12-53-46_admim-Precision-5820-Tower/events.out.tfevents.1719213827.admim-Precision-5820-Tower.285849.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a7a2f8fed5fba1384fcb73f437db6cd9d482bc861d56f4ade4d5b15cfc371b8
3
+ size 4848
runs/Jun24_14-46-26_admim-Precision-5820-Tower/events.out.tfevents.1719220610.admim-Precision-5820-Tower.290391.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1942b40e4da882612aaaad4b50764346c7fcb135e307b601c343fa79e7aacc79
3
+ size 4848
runs/Jun24_15-03-19_admim-Precision-5820-Tower/events.out.tfevents.1719221600.admim-Precision-5820-Tower.291006.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87e168eab6e168761a556b667e8c21cf65f0119b0c811a502601179bdd0f8a63
3
+ size 4848
runs/Jun24_15-06-28_admim-Precision-5820-Tower/events.out.tfevents.1719221789.admim-Precision-5820-Tower.291736.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:563aad5cf31056785ac3c4762e323bb23773e9758300a2121ce5e873385ec4a9
3
+ size 4848
runs/Jun24_15-10-11_admim-Precision-5820-Tower/events.out.tfevents.1719222014.admim-Precision-5820-Tower.292251.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3448ead5fab6861ee019b3bcef44af2c35db8060fe657f2eb8d92b3948e980a1
3
+ size 7010
special_tokens_map.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "<|im_end|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ {
11
+ "content": "<|im_start|>",
12
+ "lstrip": false,
13
+ "normalized": false,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ }
17
+ ],
18
+ "bos_token": "<|im_start|>",
19
+ "eos_token": "<|im_end|>",
20
+ "pad_token": "<|im_end|>",
21
+ "unk_token": {
22
+ "content": "<unk>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false
27
+ }
28
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "32007": {
30
+ "content": "▁<PRE>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "32008": {
38
+ "content": "▁<SUF>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "32009": {
46
+ "content": "▁<MID>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "32010": {
54
+ "content": "▁<EOT>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "32016": {
62
+ "content": "<|im_end|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "32017": {
70
+ "content": "<|im_start|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ }
77
+ },
78
+ "additional_special_tokens": [
79
+ "<|im_end|>",
80
+ "<|im_start|>"
81
+ ],
82
+ "bos_token": "<|im_start|>",
83
+ "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
84
+ "clean_up_tokenization_spaces": false,
85
+ "eos_token": "<|im_end|>",
86
+ "eot_token": "▁<EOT>",
87
+ "fill_token": "<FILL_ME>",
88
+ "legacy": null,
89
+ "middle_token": "▁<MID>",
90
+ "model_max_length": 1000000000000000019884624838656,
91
+ "pad_token": "<|im_end|>",
92
+ "prefix_token": "▁<PRE>",
93
+ "sp_model_kwargs": {},
94
+ "suffix_token": "▁<SUF>",
95
+ "tokenizer_class": "CodeLlamaTokenizer",
96
+ "unk_token": "<unk>",
97
+ "use_default_system_prompt": false
98
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51f3227d29bd02491c47f380a124850e5555bcefa0b7801c15988a2586f529a7
3
+ size 4792