Brandoko commited on
Commit
66d0573
·
1 Parent(s): b34cf19

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. README.md +13 -0
  2. adapter_config.json +5 -5
  3. adapter_model.bin +1 -1
  4. training_args.bin +1 -1
README.md CHANGED
@@ -4,6 +4,18 @@ library_name: peft
4
  ## Training procedure
5
 
6
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  The following `bitsandbytes` quantization config was used during training:
8
  - quant_method: bitsandbytes
9
  - load_in_8bit: True
@@ -17,5 +29,6 @@ The following `bitsandbytes` quantization config was used during training:
17
  - bnb_4bit_compute_dtype: float32
18
  ### Framework versions
19
 
 
20
 
21
  - PEFT 0.6.0.dev0
 
4
  ## Training procedure
5
 
6
 
7
+ The following `bitsandbytes` quantization config was used during training:
8
+ - quant_method: bitsandbytes
9
+ - load_in_8bit: True
10
+ - load_in_4bit: False
11
+ - llm_int8_threshold: 6.0
12
+ - llm_int8_skip_modules: None
13
+ - llm_int8_enable_fp32_cpu_offload: False
14
+ - llm_int8_has_fp16_weight: False
15
+ - bnb_4bit_quant_type: fp4
16
+ - bnb_4bit_use_double_quant: False
17
+ - bnb_4bit_compute_dtype: float32
18
+
19
  The following `bitsandbytes` quantization config was used during training:
20
  - quant_method: bitsandbytes
21
  - load_in_8bit: True
 
29
  - bnb_4bit_compute_dtype: float32
30
  ### Framework versions
31
 
32
+ - PEFT 0.6.0.dev0
33
 
34
  - PEFT 0.6.0.dev0
adapter_config.json CHANGED
@@ -16,13 +16,13 @@
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
- "gate_proj",
20
- "v_proj",
21
- "down_proj",
22
  "up_proj",
23
- "o_proj",
 
24
  "q_proj",
25
- "k_proj"
 
 
26
  ],
27
  "task_type": "CAUSAL_LM"
28
  }
 
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
 
 
 
19
  "up_proj",
20
+ "down_proj",
21
+ "k_proj",
22
  "q_proj",
23
+ "v_proj",
24
+ "gate_proj",
25
+ "o_proj"
26
  ],
27
  "task_type": "CAUSAL_LM"
28
  }
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:708d986ee624c6da34b9ea97ce4deb813dc0446328585256338a97804fff38c9
3
  size 319977229
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f212076717384974442246008c010a677b6cbc008adf13e8704e7755cc8e41a
3
  size 319977229
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:01a2680f6024f84d722c28decac8dad6e0feddc6f82978a329380e710c8027a4
3
  size 4475
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ae70c148e6ade789c31d13be5bf451bfc85358fe0cae37086df5585fac45dbf
3
  size 4475