Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
---
|
2 |
library_name: peft
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
## Training procedure
|
5 |
|
@@ -18,3 +24,12 @@ The following `bitsandbytes` quantization config was used during training:
|
|
18 |
|
19 |
|
20 |
- PEFT 0.4.0.dev0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
+
license: apache-2.0
|
4 |
+
datasets:
|
5 |
+
- fnlp/moss-003-sft-data
|
6 |
+
language:
|
7 |
+
- zh
|
8 |
+
- en
|
9 |
---
|
10 |
## Training procedure
|
11 |
|
|
|
24 |
|
25 |
|
26 |
- PEFT 0.4.0.dev0
|
27 |
+
|
28 |
+
|
29 |
+
## 使用方法
|
30 |
+
|
31 |
+
git clone https://huggingface.co/Laurie/baichuan-7b-qlora-moss
|
32 |
+
cd baichuan-7b-qlora-moss
|
33 |
+
python src/web_demo.py \
|
34 |
+
--model_name_or_path baichuan-inc/baichuan-7B \
|
35 |
+
--checkpoint_dir .
|