liangchen1225
commited on
Commit
·
dccbc70
1
Parent(s):
7c21edd
Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,10 @@ tags:
|
|
10 |
- baichuan
|
11 |
---
|
12 |
|
|
|
|
|
|
|
|
|
13 |
Usage:
|
14 |
```python
|
15 |
from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer
|
|
|
10 |
- baichuan
|
11 |
---
|
12 |
|
13 |
+
An instruction-tuned LoRA model of https://huggingface.co/baichuan-inc/baichuan-7B
|
14 |
+
|
15 |
+
This checkpoint is trained with: https://github.com/hiyouga/LLaMA-Efficient-Tuning
|
16 |
+
|
17 |
Usage:
|
18 |
```python
|
19 |
from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer
|