StableQuant commited on
Commit
b871de1
·
verified ·
1 Parent(s): c1b50f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
2
  license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ base_model:
4
+ - Qwen/Qwen3.6-27B
5
+ - Qwen/Qwen3.6-35B-A3B
6
+ - Qwen/Qwen3.5-27B
7
+ - Qwen/Qwen3.5-35B-A3B
8
+ pipeline_tag: text-generation
9
+ library_name: transformers
10
+ tags:
11
+ - chat-template
12
+ - jinja
13
+ - jinja2
14
+ - qwen3
15
+ - template-fix
16
+ - bugfix
17
+ ---