bitccty commited on
Commit
515b7f0
·
1 Parent(s): eb8453e

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Training procedure
2
+
3
+
4
+ The following `bitsandbytes` quantization config was used during training:
5
+ - load_in_8bit: False
6
+ - load_in_4bit: True
7
+ - llm_int8_threshold: 6.0
8
+ - llm_int8_skip_modules: None
9
+ - llm_int8_enable_fp32_cpu_offload: False
10
+ - llm_int8_has_fp16_weight: False
11
+ - bnb_4bit_quant_type: nf4
12
+ - bnb_4bit_use_double_quant: True
13
+ - bnb_4bit_compute_dtype: bfloat16
14
+ ### Framework versions
15
+
16
+
17
+ - PEFT 0.4.0.dev0