JosephusCheung commited on
Commit
ba595a9
1 Parent(s): 5f7ecec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -8,6 +8,14 @@ tags:
8
  - qwen
9
  ---
10
 
 
 
 
 
 
 
 
 
11
  This is the LLaMAfied version of [Qwen/Qwen-VL-Chat](https://huggingface.co/Qwen/Qwen-VL-Chat), recalibrated to fit the original LLaMA/LLaMA-2-like model structure.
12
 
13
  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)).
 
8
  - qwen
9
  ---
10
 
11
+ Advance notice regarding the deletion of Qwen:
12
+
13
+ **I remain unaware as to the reasons behind Qwen's deletion. Should this repository be found in violation of any terms stipulated by Qwen that necessitate its removal, I earnestly request you to establish contact with me. I pledge to expunge all references to Qwen and maintain the tokenizer and associated weights as an autonomous model, inherently distinct from Qwen. I will then proceed to christen this model with a new identifier.**
14
+
15
+ 对于通义千问删除的事先说明:
16
+
17
+ **我尚不清楚通义千问被删除的原因。如果此仓库违反了任何由通义千问提出的需要进行移除的条款,我真诚地请求您与我取得联系。我承诺将清除所有与通义千问/Qwen的相关引用,并将分词器和相关权重作为与通义千问本质上不同的独立模型进行维护。然后,我将为这个模型取一个新的名字。**
18
+
19
  This is the LLaMAfied version of [Qwen/Qwen-VL-Chat](https://huggingface.co/Qwen/Qwen-VL-Chat), recalibrated to fit the original LLaMA/LLaMA-2-like model structure.
20
 
21
  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)).