coyude commited on
Commit
a3182ee
1 Parent(s): 4c20f1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -24,4 +24,20 @@ https://github.com/qwopqwop200/GPTQ-for-LLaMa
24
  **If selecting GPTQ-for-LLaMa loading, please set Wbits=4 groupsize=128 model_type=llama**
25
 
26
  Text-generation-webui懒人包:
27
- https://www.bilibili.com/read/cv23495183
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  **If selecting GPTQ-for-LLaMa loading, please set Wbits=4 groupsize=128 model_type=llama**
25
 
26
  Text-generation-webui懒人包:
27
+ https://www.bilibili.com/read/cv23495183
28
+
29
+ ---
30
+
31
+ Original model: https://huggingface.co/NousResearch/Nous-Hermes-13b
32
+
33
+ Lora: https://huggingface.co/ziqingyang/chinese-alpaca-lora-13b
34
+
35
+ The Nous-Hermes-13b model is combined with the chinese-alpaca-lora-13b model to enhance the model's Chinese language capabilities, ~~although there may be some translated tone~~.
36
+
37
+ Usage projects:
38
+ https://github.com/ymcui/Chinese-LLaMA-Alpaca
39
+
40
+ https://github.com/qwopqwop200/GPTQ-for-LLaMa
41
+
42
+ **Compatible with AutoGPTQ and GPTQ-for-LLaMa**
43
+ **If you choose to load GPTQ-for-LLaMa, please set Wbits=4 groupsize=128 model_type=llama**