duyntnet commited on
Commit
733944c
1 Parent(s): 35629f7

Upload 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
+ language:
4
+ - en
5
+ pipeline_tag: text-generation
6
+ inference: false
7
+ tags:
8
+ - transformers
9
+ - gguf
10
+ - imatrix
11
+ - CodeQwen1.5-7B
12
+ ---
13
+ Quantizations of https://huggingface.co/Qwen/CodeQwen1.5-7B
14
+
15
+ # From original readme
16
+
17
+ ## Requirements
18
+ The code of Qwen1.5 has been in the latest Hugging face transformers and we advise you to install `transformers>=4.37.0`, or you might encounter the following error:
19
+ ```
20
+ KeyError: 'qwen2'.
21
+ ```