zRzRzRzRzRzRzR
commited on
Commit
·
42321c0
1
Parent(s):
7911e74
update
Browse files- .gitattributes +1 -2
- README.md +3 -2
- chat_template.jinja +1 -1
.gitattributes
CHANGED
@@ -33,5 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
-
tokenizer.json filter=lfs diff=lfs merge=lfs -
|
37 |
-
figures/z1_9b_benchmark.png filter=lfs diff=lfs merge=lfs -text
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
README.md
CHANGED
@@ -22,14 +22,15 @@ Finally, **GLM-Z1-9B-0414** is a surprise. We employed the aforementioned series
|
|
22 |
## Performance
|
23 |
|
24 |
<p align="center">
|
25 |
-
<img width="100%" src="
|
26 |
</p>
|
27 |
|
28 |
<p align="center">
|
29 |
-
<img width="100%" src="
|
30 |
</p>
|
31 |
|
32 |
## Model Usage Guidelines
|
|
|
33 |
### I. Sampling Parameters
|
34 |
|
35 |
| Parameter | Recommended Value | Description |
|
|
|
22 |
## Performance
|
23 |
|
24 |
<p align="center">
|
25 |
+
<img width="100%" src="https://raw.githubusercontent.com/THUDM/GLM-4/refs/heads/main/resources/Bench-Z1-32B.png">
|
26 |
</p>
|
27 |
|
28 |
<p align="center">
|
29 |
+
<img width="100%" src="https://raw.githubusercontent.com/THUDM/GLM-4/refs/heads/main/resources/Bench-Z1-9B.png">
|
30 |
</p>
|
31 |
|
32 |
## Model Usage Guidelines
|
33 |
+
|
34 |
### I. Sampling Parameters
|
35 |
|
36 |
| Parameter | Recommended Value | Description |
|
chat_template.jinja
CHANGED
@@ -41,4 +41,4 @@
|
|
41 |
{{ visible }}
|
42 |
{%- endif %}
|
43 |
{%- endfor %}
|
44 |
-
{% if add_generation_prompt %}<|assistant
|
|
|
41 |
{{ visible }}
|
42 |
{%- endif %}
|
43 |
{%- endfor %}
|
44 |
+
{% if add_generation_prompt %}<|assistant|>\n<think>{% endif %}
|