hiyouga commited on
Commit
eb7e1b0
1 Parent(s): 4d98007

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -17,6 +17,8 @@ A bilingual instruction-tuned LoRA model of https://huggingface.co/baichuan-inc/
17
  - Instruction-following datasets used: alpaca, alpaca-zh, codealpaca
18
  - Training framework: https://github.com/hiyouga/LLaMA-Efficient-Tuning
19
 
 
 
20
  Usage:
21
 
22
  ```python
 
17
  - Instruction-following datasets used: alpaca, alpaca-zh, codealpaca
18
  - Training framework: https://github.com/hiyouga/LLaMA-Efficient-Tuning
19
 
20
+ Please follow the [baichuan-7B License](https://huggingface.co/baichuan-inc/baichuan-7B/resolve/main/baichuan-7B%20%E6%A8%A1%E5%9E%8B%E8%AE%B8%E5%8F%AF%E5%8D%8F%E8%AE%AE.pdf) to use this model.
21
+
22
  Usage:
23
 
24
  ```python