BlackBeenie commited on
Commit
d4f9052
1 Parent(s): 1eb7c2f

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
+ ---
4
+
5
+ ## Overview
6
+
7
+ Finetuned the mistralai/Mistral-7B-Instruct-v0.1 model on kaist-ai/CoT-Collection dataset.
8
+
9
+ ## Training procedure
10
+
11
+
12
+ The following `bitsandbytes` quantization config was used during training:
13
+ - quant_method: bitsandbytes
14
+ - load_in_8bit: False
15
+ - load_in_4bit: True
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: nf4
21
+ - bnb_4bit_use_double_quant: False
22
+ - bnb_4bit_compute_dtype: float16
23
+ ### Framework versions
24
+
25
+
26
+ - PEFT 0.5.0