JosephusCheung commited on
Commit
69ead0a
1 Parent(s): bc84ea7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ Advance notice regarding the deletion of Qwen:
19
 
20
  **我尚不清楚通义千问被删除的原因。如果此仓库违反了任何由通义千问提出的需要进行移除的条款,我真诚地请求您与我取得联系。我承诺将清除所有与通义千问/Qwen的相关引用,并将分词器和相关权重作为与通义千问本质上不同的独立模型进行维护。然后,我将为这个模型取一个新的名字。**
21
 
22
- This is the LLaMAfied version of [Qwen/Qwen-7B-Chat](https://huggingface.co/Qwen/Qwen-7B-Chat), recalibrated to fit the original LLaMA/LLaMA-2-like model structure.
23
 
24
  You can use LlamaForCausalLM for model inference, which is the same as LLaMA/LLaMA-2 models (using GPT2Tokenizer converted from the original tiktoken, by [vonjack](https://huggingface.co/vonjack)).
25
 
 
19
 
20
  **我尚不清楚通义千问被删除的原因。如果此仓库违反了任何由通义千问提出的需要进行移除的条款,我真诚地请求您与我取得联系。我承诺将清除所有与通义千问/Qwen的相关引用,并将分词器和相关权重作为与通义千问本质上不同的独立模型进行维护。然后,我将为这个模型取一个新的名字。**
21
 
22
+ This is the LLaMAfied replica of [Qwen/Qwen-7B-Chat](https://huggingface.co/Qwen/Qwen-7B-Chat), recalibrated to fit the original LLaMA/LLaMA-2-like model structure.
23
 
24
  You can use LlamaForCausalLM for model inference, which is the same as LLaMA/LLaMA-2 models (using GPT2Tokenizer converted from the original tiktoken, by [vonjack](https://huggingface.co/vonjack)).
25