haseong8012 commited on
Commit
aee768f
1 Parent(s): be02582

Create README.md

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