Ash-Hun commited on
Commit
b669fd0
1 Parent(s): 3e5d016

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -4,4 +4,20 @@ datasets:
4
  - Ash-Hun/Welfare-QA
5
  library_name: peft
6
  pipeline_tag: text-generation
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - Ash-Hun/Welfare-QA
5
  library_name: peft
6
  pipeline_tag: text-generation
7
+ ---
8
+
9
+ ## Github
10
+ 👉 [Github Repo](https://github.com/ash-hun/WelSSISKo)
11
+
12
+
13
+ ## Training procedure
14
+
15
+ The following `bitsandbytes` quantization config was used during training:
16
+ - **load_in_4bit**: True
17
+ - **bnb_4bit_quant_type**: nf4
18
+ - **bnb_4bit_use_double_quant**: False
19
+ - **bnb_4bit_compute_dtype**: float16
20
+
21
+ ### Framework versions
22
+
23
+ - PEFT 0.8.2.