apriasmoro commited on
Commit
91e176f
·
verified ·
1 Parent(s): 3ac7ac7

Training in progress, step 22

Browse files
adapter_config.json CHANGED
@@ -6,7 +6,7 @@
6
  "corda_config": null,
7
  "eva_config": null,
8
  "exclude_modules": null,
9
- "fan_in_fan_out": false,
10
  "inference_mode": true,
11
  "init_lora_weights": true,
12
  "layer_replication": null,
@@ -24,13 +24,13 @@
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
 
27
  "gate_proj",
28
  "down_proj",
29
- "q_proj",
30
- "v_proj",
31
- "o_proj",
32
  "up_proj",
33
- "k_proj"
 
 
34
  ],
35
  "task_type": "CAUSAL_LM",
36
  "trainable_token_indices": null,
 
6
  "corda_config": null,
7
  "eva_config": null,
8
  "exclude_modules": null,
9
+ "fan_in_fan_out": null,
10
  "inference_mode": true,
11
  "init_lora_weights": true,
12
  "layer_replication": null,
 
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
+ "q_proj",
28
  "gate_proj",
29
  "down_proj",
 
 
 
30
  "up_proj",
31
+ "v_proj",
32
+ "k_proj",
33
+ "o_proj"
34
  ],
35
  "task_type": "CAUSAL_LM",
36
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7b281a229a8fd65ec463fd1fcfa32828855e1f3455cc455cfca5b3735454e623
3
  size 87360584
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2d5d562dcd4288015dbb98d9133f69b9e1dfe10cbaf7dea02c3350d8237e2c2
3
  size 87360584
config.json CHANGED
@@ -17,12 +17,27 @@
17
  "num_attention_heads": 32,
18
  "num_hidden_layers": 36,
19
  "num_key_value_heads": 8,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  "rms_norm_eps": 1e-06,
21
  "rope_scaling": null,
22
  "rope_theta": 1000000,
23
  "sliding_window": null,
24
  "tie_word_embeddings": false,
25
- "torch_dtype": "bfloat16",
26
  "transformers_version": "4.51.3",
27
  "use_cache": false,
28
  "use_sliding_window": false,
 
17
  "num_attention_heads": 32,
18
  "num_hidden_layers": 36,
19
  "num_key_value_heads": 8,
20
+ "quantization_config": {
21
+ "_load_in_4bit": true,
22
+ "_load_in_8bit": false,
23
+ "bnb_4bit_compute_dtype": "float32",
24
+ "bnb_4bit_quant_storage": "uint8",
25
+ "bnb_4bit_quant_type": "fp4",
26
+ "bnb_4bit_use_double_quant": false,
27
+ "llm_int8_enable_fp32_cpu_offload": false,
28
+ "llm_int8_has_fp16_weight": false,
29
+ "llm_int8_skip_modules": null,
30
+ "llm_int8_threshold": 6.0,
31
+ "load_in_4bit": true,
32
+ "load_in_8bit": false,
33
+ "quant_method": "bitsandbytes"
34
+ },
35
  "rms_norm_eps": 1e-06,
36
  "rope_scaling": null,
37
  "rope_theta": 1000000,
38
  "sliding_window": null,
39
  "tie_word_embeddings": false,
40
+ "torch_dtype": "float16",
41
  "transformers_version": "4.51.3",
42
  "use_cache": false,
43
  "use_sliding_window": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bcb0dc6f3cc30baa00bc2a623279155157ebafc0dfb868fd6aecf72fb696be8d
3
  size 7224
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:140f363667f4cb829aad2682e5aa13c993bc684134792e1e8bdb3d908fcf05a0
3
  size 7224