Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,7 @@ datasets:
|
|
6 |
language:
|
7 |
- zh
|
8 |
- en
|
|
|
9 |
---
|
10 |
## Training procedure
|
11 |
|
@@ -32,4 +33,4 @@ The following `bitsandbytes` quantization config was used during training:
|
|
32 |
cd baichuan-7b-qlora-moss
|
33 |
python src/web_demo.py \
|
34 |
--model_name_or_path baichuan-inc/baichuan-7B \
|
35 |
-
--checkpoint_dir .
|
|
|
6 |
language:
|
7 |
- zh
|
8 |
- en
|
9 |
+
pipeline_tag: text-generation
|
10 |
---
|
11 |
## Training procedure
|
12 |
|
|
|
33 |
cd baichuan-7b-qlora-moss
|
34 |
python src/web_demo.py \
|
35 |
--model_name_or_path baichuan-inc/baichuan-7B \
|
36 |
+
--checkpoint_dir .
|