coyude commited on
Commit
1909613
1 Parent(s): 1e0622e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md CHANGED
@@ -1,3 +1,43 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/TehVenom/Pygmalion-13b-Merged
10
+
11
+ lora:https://huggingface.co/ziqingyang/chinese-llama-plus-lora-13b
12
+ https://huggingface.co/ziqingyang/chinese-alpaca-plus-lora-13b
13
+
14
+ 将Pygmalion-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
+
25
+ Text-generation-webui懒人包:
26
+ https://www.bilibili.com/read/cv23495183
27
+
28
+ ---
29
+
30
+ Original model: https://huggingface.co/TehVenom/Pygmalion-13b-Merged
31
+
32
+ lora:https://huggingface.co/ziqingyang/chinese-llama-plus-lora-13b
33
+ https://huggingface.co/ziqingyang/chinese-alpaca-plus-lora-13b
34
+
35
+ The Pygmalion-13b model is combined with the chinese-alpaca-lora-13b model and chinese-llama-plus-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**