coyude commited on
Commit
34395bc
1 Parent(s): 5565a8c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/TheBloke/Wizard-Vicuna-13B-Uncensored-HF
10
+
11
+ lora:https://huggingface.co/ziqingyang/chinese-alpaca-lora-plus-13b
12
+ https://huggingface.co/ziqingyang/chinese-llama-plus-lora-13b
13
+
14
+ 将Wizard-Vicuna-13B-Uncensored-HF与chinese-alpaca-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
+
25
+ Text-generation-webui懒人包:
26
+ https://www.bilibili.com/read/cv23495183
27
+
28
+ ---
29
+
30
+ Original model: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-HF
31
+
32
+ lora:https://huggingface.co/ziqingyang/chinese-alpaca-lora-plus-13b
33
+ https://huggingface.co/ziqingyang/chinese-llama-plus-lora-13b
34
+
35
+ The Wizard-Vicuna-13B-Uncensored-HF 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**