liuylhf commited on
Commit
c122d20
1 Parent(s): 35f7360

Training in progress, step 24

Browse files
adapter_config.json CHANGED
@@ -13,19 +13,16 @@
13
  "lora_dropout": 0.05,
14
  "megatron_config": null,
15
  "megatron_core": "megatron.core",
16
- "modules_to_save": [
17
- "embed_tokens",
18
- "lm_head"
19
- ],
20
  "peft_type": "LORA",
21
  "r": 32,
22
  "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
25
  "v_proj",
26
- "q_proj",
27
  "o_proj",
28
- "k_proj"
 
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_dora": false,
 
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": 32,
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
  "v_proj",
 
23
  "o_proj",
24
+ "k_proj",
25
+ "q_proj"
26
  ],
27
  "task_type": "CAUSAL_LM",
28
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:af3ac1c80ecdf708b99c2f7daafdec741f36f9e7b61015425db60fee85f24489
3
- size 1682049472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b0fd3a3deaa32b10ddda56ff4259dcd92d17228b9f9e5c23d1a86dff1b4c016
3
+ size 109086416
config.json CHANGED
@@ -40,5 +40,5 @@
40
  "torch_dtype": "bfloat16",
41
  "transformers_version": "4.38.2",
42
  "use_cache": false,
43
- "vocab_size": 32002
44
  }
 
40
  "torch_dtype": "bfloat16",
41
  "transformers_version": "4.38.2",
42
  "use_cache": false,
43
+ "vocab_size": 32000
44
  }
tokenizer.json CHANGED
@@ -29,24 +29,6 @@
29
  "rstrip": false,
30
  "normalized": false,
31
  "special": true
32
- },
33
- {
34
- "id": 32000,
35
- "content": "[f]",
36
- "single_word": false,
37
- "lstrip": false,
38
- "rstrip": false,
39
- "normalized": true,
40
- "special": false
41
- },
42
- {
43
- "id": 32001,
44
- "content": "[c]",
45
- "single_word": false,
46
- "lstrip": false,
47
- "rstrip": false,
48
- "normalized": true,
49
- "special": false
50
  }
51
  ],
52
  "normalizer": {
 
29
  "rstrip": false,
30
  "normalized": false,
31
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  }
33
  ],
34
  "normalizer": {
tokenizer_config.json CHANGED
@@ -25,22 +25,6 @@
25
  "rstrip": false,
26
  "single_word": false,
27
  "special": true
28
- },
29
- "32000": {
30
- "content": "[f]",
31
- "lstrip": false,
32
- "normalized": true,
33
- "rstrip": false,
34
- "single_word": false,
35
- "special": false
36
- },
37
- "32001": {
38
- "content": "[c]",
39
- "lstrip": false,
40
- "normalized": true,
41
- "rstrip": false,
42
- "single_word": false,
43
- "special": false
44
  }
45
  },
46
  "additional_special_tokens": [],
 
25
  "rstrip": false,
26
  "single_word": false,
27
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  }
29
  },
30
  "additional_special_tokens": [],
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c0b044d94ebf37a98aa662dcc3d7d1231cd55dd3890db71add4a7b5d0fe4c352
3
  size 5688
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e55e74ccda3527a8a8b79aa1749c6a5486e93f9f6c7ca173771f1b4d6214b242
3
  size 5688