zRzRzRzRzRzRzR
commited on
Commit
·
4a66c5b
1
Parent(s):
66aa1c4
update
Browse files- README.md +3 -2
- chat_template.jinja +1 -1
- configuration.json +0 -1
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 %}
|
configuration.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"framework":"Pytorch","task":"text-generation"}
|
|
|
|