coyude commited on
Commit
69b91c1
1 Parent(s): 9f63c4e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - zh
5
+ - en
6
+ library_name: transformers
7
+ pipeline_tag: text-generation
8
+ ---
9
+ 原始模型:https://huggingface.co/NousResearch/Nous-Hermes-13b
10
+
11
+ lora:https://huggingface.co/ziqingyang/chinese-llama-plus-lora-13b
12
+ https://huggingface.co/ziqingyang/chinese-alpaca-plus-lora-13b
13
+
14
+ 将Nous-Hermes-13b与chinese-llama-plus-lora-13b和chinese-alpaca-plus-lora-13b进行合并,增强模型的中文能力,~~不过存在翻译腔~~
15
+
16
+ 使用项目:
17
+ https://github.com/ymcui/Chinese-LLaMA-Alpaca
18
+
19
+ https://github.com/qwopqwop200/GPTQ-for-LLaMa
20
+
21
+ **兼容AutoGPTQ和GPTQ-for-LLaMa**
22
+ **若选择GPTQ-for-LLaMa加载,请设置 Wbits=4 groupsize=128 model_type=llama**
23
+
24
+ **Compatible with AutoGPTQ and GPTQ-for-LLaMa**
25
+ **If selecting GPTQ-for-LLaMa loading, please set Wbits=4 groupsize=128 model_type=llama**
26
+
27
+ Text-generation-webui懒人包:
28
+ https://www.bilibili.com/read/cv23495183
29
+
30
+ ---
31
+
32
+ Original model: https://huggingface.co/NousResearch/Nous-Hermes-13b
33
+
34
+ lora:https://huggingface.co/ziqingyang/chinese-llama-plus-lora-13b
35
+ https://huggingface.co/ziqingyang/chinese-alpaca-plus-lora-13b
36
+
37
+ The Nous-Hermes-13b model is combined with the chinese-llama-plus-lora-13b and chinese-alpaca-plus-lora-13b to enhance the model's Chinese language capabilities, ~~although there may be some translated tone~~.
38
+
39
+ Usage projects:
40
+ https://github.com/ymcui/Chinese-LLaMA-Alpaca
41
+
42
+ https://github.com/qwopqwop200/GPTQ-for-LLaMa
43
+
44
+ **Compatible with AutoGPTQ and GPTQ-for-LLaMa**
45
+ **If you choose to load GPTQ-for-LLaMa, please set Wbits=4 groupsize=128 model_type=llama**