mgfrantz commited on
Commit
ea0a712
·
verified ·
1 Parent(s): 503b5cd

Training in progress, step 14

Browse files
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "v_proj",
24
  "o_proj",
25
- "down_proj",
26
  "q_proj",
27
- "up_proj",
28
  "gate_proj",
29
- "k_proj"
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "up_proj",
24
  "o_proj",
 
25
  "q_proj",
26
+ "k_proj",
27
  "gate_proj",
28
+ "down_proj",
29
+ "v_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8617bd02544f5556e023e601031e99dff1e9c35a6f0d5a4a2ec1724b506e9c80
3
  size 100966336
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:705b0541b4947617523f30cc2b2deccae98f8e6cdd127eff975977bb55d7925c
3
  size 100966336
config.json CHANGED
@@ -19,11 +19,26 @@
19
  "num_hidden_layers": 22,
20
  "num_key_value_heads": 4,
21
  "pretraining_tp": 1,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  "rms_norm_eps": 1e-05,
23
  "rope_scaling": null,
24
  "rope_theta": 10000.0,
25
  "tie_word_embeddings": false,
26
- "torch_dtype": "bfloat16",
27
  "transformers_version": "4.45.2",
28
  "use_cache": false,
29
  "vocab_size": 32000
 
19
  "num_hidden_layers": 22,
20
  "num_key_value_heads": 4,
21
  "pretraining_tp": 1,
22
+ "quantization_config": {
23
+ "_load_in_4bit": true,
24
+ "_load_in_8bit": false,
25
+ "bnb_4bit_compute_dtype": "bfloat16",
26
+ "bnb_4bit_quant_storage": "bfloat16",
27
+ "bnb_4bit_quant_type": "nf4",
28
+ "bnb_4bit_use_double_quant": true,
29
+ "llm_int8_enable_fp32_cpu_offload": false,
30
+ "llm_int8_has_fp16_weight": false,
31
+ "llm_int8_skip_modules": null,
32
+ "llm_int8_threshold": 6.0,
33
+ "load_in_4bit": true,
34
+ "load_in_8bit": false,
35
+ "quant_method": "bitsandbytes"
36
+ },
37
  "rms_norm_eps": 1e-05,
38
  "rope_scaling": null,
39
  "rope_theta": 10000.0,
40
  "tie_word_embeddings": false,
41
+ "torch_dtype": "float32",
42
  "transformers_version": "4.45.2",
43
  "use_cache": false,
44
  "vocab_size": 32000
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:67f867b091d49282071cb97c113cd07cda3dfcf15b6a62effa2f404a3c116cb5
3
  size 6520
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9cd48b99e5ae6d8e0a64e11e64924029040c2336b7d4abe6c41abeb2dace80e
3
  size 6520