licheng.li commited on
Commit
9a2f0c6
1 Parent(s): 1c4701d

add readme

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
1
  ---
2
  license: gpl-3.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: gpl-3.0
3
  ---
4
+
5
+ A Chinese instruction-tuned LLaMA(30b)
6
+
7
+ dataset: translated alpaca instruction dataset.
8
+
9
+ # Usage
10
+
11
+ Please check [Alpaca](https://github.com/tloen/alpaca-lora) to install the base project and then
12
+
13
+ ```
14
+ python generate.py \
15
+ --load_8bit \
16
+ --base_model 'decapoda-research/llama-7b-hf' \
17
+ --lora_weights 'llmatics/alpaca-lora-cn-30b'
18
+ ```