bilkultheek commited on
Commit
797c227
1 Parent(s): b225d2a

Training in progress, step 625

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "NousResearch/Llama-2-7b-hf",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -20,8 +20,8 @@
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,
 
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,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "q_proj",
24
+ "v_proj"
25
  ],
26
  "task_type": "CAUSAL_LM",
27
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d877c44144a8bacc5e3dafc9d5cfc32d8169a72526921e1b72acc9a291e22f8e
3
- size 134235048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ebac840943abfc4e22bff536a5597a0f698f9e6165c51d18d0417f3d9adf38b
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
special_tokens_map.json CHANGED
@@ -1,27 +1,21 @@
1
  {
2
  "bos_token": {
3
- "content": "<s>",
4
  "lstrip": false,
5
  "normalized": true,
6
  "rstrip": false,
7
  "single_word": false
8
  },
9
  "eos_token": {
10
- "content": "</s>",
11
- "lstrip": false,
12
- "normalized": true,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "</s>",
18
  "lstrip": false,
19
  "normalized": true,
20
  "rstrip": false,
21
  "single_word": false
22
  },
 
23
  "unk_token": {
24
- "content": "<unk>",
25
  "lstrip": false,
26
  "normalized": true,
27
  "rstrip": false,
 
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,
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,26 +1,25 @@
1
  {
2
- "add_bos_token": true,
3
- "add_eos_token": false,
4
- "add_prefix_space": null,
5
  "added_tokens_decoder": {
6
- "0": {
7
- "content": "<unk>",
8
  "lstrip": false,
9
  "normalized": true,
10
  "rstrip": false,
11
  "single_word": false,
12
  "special": true
13
  },
14
- "1": {
15
- "content": "<s>",
16
  "lstrip": false,
17
  "normalized": true,
18
  "rstrip": false,
19
  "single_word": false,
20
  "special": true
21
  },
22
- "2": {
23
- "content": "</s>",
24
  "lstrip": false,
25
  "normalized": true,
26
  "rstrip": false,
@@ -28,18 +27,12 @@
28
  "special": true
29
  }
30
  },
31
- "bos_token": "<s>",
32
- "clean_up_tokenization_spaces": false,
33
- "eos_token": "</s>",
34
- "legacy": false,
35
- "max_length": 512,
36
- "model_max_length": 1000000000000000019884624838656,
37
- "pad_token": "</s>",
38
- "sp_model_kwargs": {},
39
- "stride": 0,
40
- "tokenizer_class": "LlamaTokenizer",
41
- "truncation_side": "right",
42
- "truncation_strategy": "longest_first",
43
- "unk_token": "<unk>",
44
- "use_default_system_prompt": false
45
  }
 
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,
 
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 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d7e319b39897641377afbe6098aec71383e9563fd47d322772c14245fe379794
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d4b657ec66cb9698ba6f4bfb8dfdca966a93c2f6574c2d7b7c148d2ae8d40cb
3
  size 5432
vocab.json ADDED
The diff for this file is too large to render. See raw diff