shibing624 commited on
Commit
2aee845
1 Parent(s): bef4ff9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -33,7 +33,6 @@ widget:
33
  和 [ziqingyang/chinese-alpaca-plus-lora-13b](https://huggingface.co/ziqingyang/chinese-alpaca-plus-lora-13b) 两个LoRA权重,
34
  并转化为PyTorch版本权重(.pth文件),可以直接使用或者继续训练。
35
 
36
- 7b-hf权重链接:https://huggingface.co/shibing624/chinese-alpaca-plus-7b-hf
37
 
38
  test case:
39
 
@@ -42,6 +41,13 @@ test case:
42
  |为什么天空是蓝色的?|天空是蓝色的是因为大气中的气体分子散射了太阳光中的短波长蓝光,使得我们看到的天空呈现出蓝色。|
43
 
44
 
 
 
 
 
 
 
 
45
  ## Usage
46
  llama.cpp进行量化和部署,或者调用执行
47
 
 
33
  和 [ziqingyang/chinese-alpaca-plus-lora-13b](https://huggingface.co/ziqingyang/chinese-alpaca-plus-lora-13b) 两个LoRA权重,
34
  并转化为PyTorch版本权重(.pth文件),可以直接使用或者继续训练。
35
 
 
36
 
37
  test case:
38
 
 
41
  |为什么天空是蓝色的?|天空是蓝色的是因为大气中的气体分子散射了太阳光中的短波长蓝光,使得我们看到的天空呈现出蓝色。|
42
 
43
 
44
+ ## Release model weight
45
+
46
+ - chinese-llama-plus-7b 模型权重链接:https://huggingface.co/minlik/chinese-llama-plus-7b-merged
47
+ - chinese-alpaca-plus-7b 模型权重链接:https://huggingface.co/shibing624/chinese-alpaca-plus-7b-hf
48
+ - chinese-llama-plus-13b 模型权重链接:https://huggingface.co/shibing624/chinese-llama-plus-13b-hf
49
+ - chinese-aplaca-plus-13b 模型权重链接:https://huggingface.co/shibing624/chinese-alpaca-plus-13b-hf
50
+
51
  ## Usage
52
  llama.cpp进行量化和部署,或者调用执行
53