sam2ai commited on
Commit
d0c5889
1 Parent(s): 9f60c72

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
  license: cc-by-nc-nd-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-nd-4.0
3
  ---
4
+
5
+ ---
6
+ library_name: peft
7
+ ---
8
+
9
+ ## Training procedure
10
+
11
+
12
+ The following `bitsandbytes` quantization config was used during training:
13
+ - load_in_8bit: False
14
+ - load_in_4bit: True
15
+ - llm_int8_threshold: 6.0
16
+ - llm_int8_skip_modules: None
17
+ - llm_int8_enable_fp32_cpu_offload: False
18
+ - llm_int8_has_fp16_weight: False
19
+ - bnb_4bit_quant_type: nf4
20
+ - bnb_4bit_use_double_quant: True
21
+ - bnb_4bit_compute_dtype: bfloat16
22
+ -
23
+ ### Framework versions
24
+
25
+
26
+ - PEFT 0.4.0.dev0