coyude commited on
Commit
4969c0d
1 Parent(s): 857d6c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -2
README.md CHANGED
@@ -6,7 +6,7 @@ language:
6
  library_name: transformers
7
  pipeline_tag: text-generation
8
  ---
9
- 原始模型:https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GPTQ
10
 
11
  lora:https://huggingface.co/ziqingyang/chinese-alpaca-lora-13b
12
 
@@ -22,4 +22,20 @@ https://github.com/qwopqwop200/GPTQ-for-LLaMa
22
  **If selecting GPTQ-for-LLaMa loading, please set Wbits=4 groupsize=128 model_type=llama**
23
 
24
  Text-generation-webui懒人包:
25
- https://www.bilibili.com/read/cv23495183
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-13b
12
 
 
22
  **If selecting GPTQ-for-LLaMa loading, please set Wbits=4 groupsize=128 model_type=llama**
23
 
24
  Text-generation-webui懒人包:
25
+ https://www.bilibili.com/read/cv23495183
26
+
27
+ ---
28
+
29
+ Original model: https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-HF
30
+
31
+ Lora: https://huggingface.co/ziqingyang/chinese-alpaca-lora-13b
32
+
33
+ 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~~.
34
+
35
+ Usage projects:
36
+ https://github.com/ymcui/Chinese-LLaMA-Alpaca
37
+
38
+ https://github.com/qwopqwop200/GPTQ-for-LLaMa
39
+
40
+ **Compatible with AutoGPTQ and GPTQ-for-LLaMa**
41
+ **If you choose to load GPTQ-for-LLaMa, please set Wbits=4 groupsize=128 model_type=llama**