minlik commited on
Commit
c208173
1 Parent(s): 66643eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,9 +11,9 @@ pinned: false
11
 
12
  加入中文词表并继续预训练中文Embedding,并在此基础上继续使用指令数据集finetuning,得到的中文Alpaca-33B模型。
13
 
14
- base-model: elinas/llama-30b-hf-transformers-4.29
15
-
16
- lora-model: ziqingyang/chinese-alpaca-lora-33b
17
 
18
  详情可参考:https://github.com/ymcui/Chinese-LLaMA-Alpaca/releases/tag/v4.0
19
 
 
11
 
12
  加入中文词表并继续预训练中文Embedding,并在此基础上继续使用指令数据集finetuning,得到的中文Alpaca-33B模型。
13
 
14
+ 模型转换用到的相关base及lora模型如下:
15
+ - base-model: elinas/llama-30b-hf-transformers-4.29
16
+ - lora-model: ziqingyang/chinese-alpaca-lora-33b
17
 
18
  详情可参考:https://github.com/ymcui/Chinese-LLaMA-Alpaca/releases/tag/v4.0
19