RuoxiL commited on
Commit
4280f50
·
verified ·
1 Parent(s): 54c90ae

Training in progress, step 400

Browse files
adapter_config.json CHANGED
@@ -1,11 +1,12 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "facebook/opt-350m",
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": {},
@@ -20,14 +21,14 @@
20
  "revision": null,
21
  "target_modules": [
22
  "v_proj",
23
- "project_in",
24
- "k_proj",
25
- "out_proj",
26
- "fc1",
27
  "q_proj",
28
- "project_out",
29
- "fc2"
 
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
 
32
  "use_rslora": false
33
  }
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
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": {},
 
21
  "revision": null,
22
  "target_modules": [
23
  "v_proj",
 
 
 
 
24
  "q_proj",
25
+ "k_proj",
26
+ "o_proj",
27
+ "gate_proj",
28
+ "up_proj",
29
+ "down_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
  "use_rslora": false
34
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3435c4dc1b90e17b1c7a36fb8655549530315e3a28168fc06dab8259aab2fa1d
3
- size 662065760
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6914935450eed9b24c5f785a71ddaadef12fef0db753a4815794235abb29f36e
3
+ size 2684416208
added_tokens.json CHANGED
@@ -1,4 +1,4 @@
1
  {
2
- "<|im_end|>": 50265,
3
- "<|im_start|>": 50266
4
  }
 
1
  {
2
+ "<|im_end|>": 32001,
3
+ "<|im_start|>": 32000
4
  }
runs/Apr21_19-50-10_e02/events.out.tfevents.1713743425.e02 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fb747609ea2bbb6d92f2b00fdfe3584e124825308e885d565e16757ce58fcda
3
+ size 13392
special_tokens_map.json CHANGED
@@ -1,14 +1,14 @@
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,
@@ -19,9 +19,9 @@
19
  "eos_token": "<|im_end|>",
20
  "pad_token": "<|im_end|>",
21
  "unk_token": {
22
- "content": "</s>",
23
  "lstrip": false,
24
- "normalized": true,
25
  "rstrip": false,
26
  "single_word": false
27
  }
 
1
  {
2
  "additional_special_tokens": [
3
  {
4
+ "content": "<|im_start|>",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
8
  "single_word": false
9
  },
10
  {
11
+ "content": "<|im_end|>",
12
  "lstrip": false,
13
  "normalized": false,
14
  "rstrip": false,
 
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
  }
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
tokenizer_config.json CHANGED
@@ -1,11 +1,19 @@
1
  {
2
  "add_bos_token": true,
3
- "add_prefix_space": false,
4
  "added_tokens_decoder": {
 
 
 
 
 
 
 
 
5
  "1": {
6
- "content": "<pad>",
7
  "lstrip": false,
8
- "normalized": true,
9
  "rstrip": false,
10
  "single_word": false,
11
  "special": true
@@ -13,21 +21,21 @@
13
  "2": {
14
  "content": "</s>",
15
  "lstrip": false,
16
- "normalized": true,
17
  "rstrip": false,
18
  "single_word": false,
19
  "special": true
20
  },
21
- "50265": {
22
- "content": "<|im_end|>",
23
  "lstrip": false,
24
  "normalized": false,
25
  "rstrip": false,
26
  "single_word": false,
27
  "special": true
28
  },
29
- "50266": {
30
- "content": "<|im_start|>",
31
  "lstrip": false,
32
  "normalized": false,
33
  "rstrip": false,
@@ -36,16 +44,19 @@
36
  }
37
  },
38
  "additional_special_tokens": [
39
- "<|im_end|>",
40
- "<|im_start|>"
41
  ],
42
  "bos_token": "<|im_start|>",
43
  "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 %}",
44
- "clean_up_tokenization_spaces": true,
45
  "eos_token": "<|im_end|>",
46
- "errors": "replace",
47
  "model_max_length": 1000000000000000019884624838656,
48
  "pad_token": "<|im_end|>",
49
- "tokenizer_class": "GPT2Tokenizer",
50
- "unk_token": "</s>"
 
 
 
51
  }
 
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
 
21
  "2": {
22
  "content": "</s>",
23
  "lstrip": false,
24
+ "normalized": false,
25
  "rstrip": false,
26
  "single_word": false,
27
  "special": true
28
  },
29
+ "32000": {
30
+ "content": "<|im_start|>",
31
  "lstrip": false,
32
  "normalized": false,
33
  "rstrip": false,
34
  "single_word": false,
35
  "special": true
36
  },
37
+ "32001": {
38
+ "content": "<|im_end|>",
39
  "lstrip": false,
40
  "normalized": false,
41
  "rstrip": false,
 
44
  }
45
  },
46
  "additional_special_tokens": [
47
+ "<|im_start|>",
48
+ "<|im_end|>"
49
  ],
50
  "bos_token": "<|im_start|>",
51
  "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 %}",
52
+ "clean_up_tokenization_spaces": false,
53
  "eos_token": "<|im_end|>",
54
+ "legacy": true,
55
  "model_max_length": 1000000000000000019884624838656,
56
  "pad_token": "<|im_end|>",
57
+ "sp_model_kwargs": {},
58
+ "spaces_between_special_tokens": false,
59
+ "tokenizer_class": "LlamaTokenizer",
60
+ "unk_token": "<unk>",
61
+ "use_default_system_prompt": false
62
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d7ab082c1344547032ecb4e608f07c78ece934204e2e55b367bc095de2649eed
3
- size 4792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81e1f2b1b0610b35f871ffbfc9034845f374cc39210c409ce9db598a6fda98c5
3
+ size 5048