raincandy-u commited on
Commit
a797f68
1 Parent(s): c58ed8b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: tongyi-qianwen-research
4
+ license_link: https://huggingface.co/Qwen/Qwen1.5-4B-Chat/blob/main/LICENSE
5
+ language:
6
+ - en
7
+ - zh
8
+ pipeline_tag: text-generation
9
+ tags:
10
+ - chat
11
+ ---
12
+
13
+ # Llamafied Qwen
14
+
15
+ This is a conversion of the Qwen1.5-4B model, adapted to the LLama architecture, aiming to augment its generality and suitability for academic research and broader computational linguistics applications.
16
+
17
+ # Disclaimer
18
+ This conversion of the Qwen model is intended for research and educational purposes only. It is important to note that the converted model may generate more unpredictable responses compared to its original version. The user assumes full responsibility for any outcomes or consequences arising from the use of this converted model.
19
+
20
+ # Acknowledgments
21
+ Special thanks go to @Minami-su for developing [the conversion script](https://github.com/Minami-su/character_AI_open/blob/main/llamafy_qwen_v2.py) that made this possible.