anyiwang commited on
Commit
f3cd801
·
verified ·
1 Parent(s): 4ba76d4

End of training

Browse files
adapter_config.json CHANGED
@@ -10,7 +10,7 @@
10
  "layers_pattern": null,
11
  "layers_to_transform": null,
12
  "loftq_config": {},
13
- "lora_alpha": 16,
14
  "lora_dropout": 0.05,
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
@@ -20,14 +20,14 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "up_proj",
24
- "gate_proj",
25
  "v_proj",
26
  "lm_head",
27
- "k_proj",
28
- "q_proj",
 
29
  "o_proj",
30
- "down_proj"
 
31
  ],
32
  "task_type": "CAUSAL_LM",
33
  "use_dora": false,
 
10
  "layers_pattern": null,
11
  "layers_to_transform": null,
12
  "loftq_config": {},
13
+ "lora_alpha": 32,
14
  "lora_dropout": 0.05,
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "v_proj",
24
  "lm_head",
25
+ "up_proj",
26
+ "down_proj",
27
+ "gate_proj",
28
  "o_proj",
29
+ "k_proj",
30
+ "q_proj"
31
  ],
32
  "task_type": "CAUSAL_LM",
33
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2cd0624f8acbb42eff8a8476a5d062158819a539e34906a1b7ba09d61fe9f527
3
  size 694431312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88abbfe733676c7589e5892baf9cbf7611e220c8bb124d2f0e412b3de73c996e
3
  size 694431312
special_tokens_map.json CHANGED
@@ -13,13 +13,7 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": {
17
- "content": "<unk>",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
  "unk_token": {
24
  "content": "<unk>",
25
  "lstrip": false,
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": "<unk>",
 
 
 
 
 
 
17
  "unk_token": {
18
  "content": "<unk>",
19
  "lstrip": false,
tokenizer_config.json CHANGED
@@ -34,15 +34,11 @@
34
  "clean_up_tokenization_spaces": false,
35
  "eos_token": "</s>",
36
  "legacy": false,
37
- "max_length": 1024,
38
  "model_max_length": 1000000000000000019884624838656,
39
  "pad_token": "<unk>",
40
  "sp_model_kwargs": {},
41
  "spaces_between_special_tokens": false,
42
- "stride": 0,
43
  "tokenizer_class": "LlamaTokenizer",
44
- "truncation_side": "right",
45
- "truncation_strategy": "longest_first",
46
  "unk_token": "<unk>",
47
  "use_default_system_prompt": false
48
  }
 
34
  "clean_up_tokenization_spaces": false,
35
  "eos_token": "</s>",
36
  "legacy": false,
 
37
  "model_max_length": 1000000000000000019884624838656,
38
  "pad_token": "<unk>",
39
  "sp_model_kwargs": {},
40
  "spaces_between_special_tokens": false,
 
41
  "tokenizer_class": "LlamaTokenizer",
 
 
42
  "unk_token": "<unk>",
43
  "use_default_system_prompt": false
44
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5bd2b7c10a3b914e471e69e68a81b4a3ab6ec9160ada513d52cd7978f2de582f
3
  size 5496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a1df4db4e4af2ffa47e3a427097054800dabef795ce54ace2031c2d185a4f88
3
  size 5496