Update README.md
Browse files
README.md
CHANGED
@@ -3,12 +3,20 @@ license: llama2
|
|
3 |
datasets:
|
4 |
- tatsu-lab/alpaca
|
5 |
- OpenAssistant/oasst1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
pipeline_tag: text-generation
|
|
|
7 |
---
|
8 |
|
9 |
A bilingual instruction-tuned LoRA model of https://huggingface.co/meta-llama/Llama-2-13b-hf
|
10 |
|
11 |
-
- Instruction-following datasets used: alpaca, alpaca-zh,
|
12 |
- Training framework: https://github.com/hiyouga/LLaMA-Efficient-Tuning
|
13 |
|
14 |
Usage:
|
|
|
3 |
datasets:
|
4 |
- tatsu-lab/alpaca
|
5 |
- OpenAssistant/oasst1
|
6 |
+
language:
|
7 |
+
- zh
|
8 |
+
- en
|
9 |
+
library_name: transformers
|
10 |
+
tags:
|
11 |
+
- baichuan
|
12 |
+
- lora
|
13 |
pipeline_tag: text-generation
|
14 |
+
inference: false
|
15 |
---
|
16 |
|
17 |
A bilingual instruction-tuned LoRA model of https://huggingface.co/meta-llama/Llama-2-13b-hf
|
18 |
|
19 |
+
- Instruction-following datasets used: alpaca, alpaca-zh, open assistant
|
20 |
- Training framework: https://github.com/hiyouga/LLaMA-Efficient-Tuning
|
21 |
|
22 |
Usage:
|