StableQuant commited on
Commit
28b9567
·
verified ·
1 Parent(s): 89fa185

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -21
README.md CHANGED
@@ -1,3 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  Update: You can download v1.0 now.
2
  16 common Bugs from other templates and tool cases are fixed (for example JSON """ escapes, unicode character parsing etc.)
3
  Dev role fix etc. will be pushed soon to in a v1.1, prework is almost done.
@@ -28,24 +46,4 @@ In the next days I will create more specific and intense test cases and run them
28
 
29
  Please feel free to report any bug you encounter with the template, it will be looked in manually from me and be analyzed intensly.
30
 
31
- Have fun!
32
-
33
-
34
-
35
- ---
36
- license: apache-2.0
37
- base_model:
38
- - Qwen/Qwen3.6-27B
39
- - Qwen/Qwen3.6-35B-A3B
40
- - Qwen/Qwen3.5-27B
41
- - Qwen/Qwen3.5-35B-A3B
42
- pipeline_tag: text-generation
43
- library_name: transformers
44
- tags:
45
- - chat-template
46
- - jinja
47
- - jinja2
48
- - qwen3
49
- - template-fix
50
- - bugfix
51
- ---
 
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
+ ---
18
+
19
  Update: You can download v1.0 now.
20
  16 common Bugs from other templates and tool cases are fixed (for example JSON """ escapes, unicode character parsing etc.)
21
  Dev role fix etc. will be pushed soon to in a v1.1, prework is almost done.
 
46
 
47
  Please feel free to report any bug you encounter with the template, it will be looked in manually from me and be analyzed intensly.
48
 
49
+ Have fun!