haseong8012 commited on
Commit
94509ad
1 Parent(s): 234f19d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ datasets:
4
+ - haseong8012/child-10k
5
+ ---
6
+ ## Training procedure
7
+
8
+
9
+ The following `bitsandbytes` quantization config was used during training:
10
+ - quant_method: bitsandbytes
11
+ - load_in_8bit: True
12
+ - load_in_4bit: False
13
+ - llm_int8_threshold: 6.0
14
+ - llm_int8_skip_modules: None
15
+ - llm_int8_enable_fp32_cpu_offload: False
16
+ - llm_int8_has_fp16_weight: False
17
+ - bnb_4bit_quant_type: fp4
18
+ - bnb_4bit_use_double_quant: False
19
+ - bnb_4bit_compute_dtype: float32
20
+ ### Framework versions
21
+
22
+
23
+ - PEFT 0.5.0