Update README.md
Browse files
README.md
CHANGED
|
@@ -1,38 +1,42 @@
|
|
| 1 |
---
|
| 2 |
-
tags:
|
| 3 |
-
- unsloth
|
| 4 |
-
base_model:
|
| 5 |
-
- zai-org/GLM-5.1-FP8
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
- zh
|
| 9 |
library_name: transformers
|
| 10 |
license: mit
|
| 11 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
-
> [!NOTE]
|
| 14 |
-
> Includes Unsloth **chat template fixes**! <br> For `llama.cpp`, use `--jinja`
|
| 15 |
-
>
|
| 16 |
-
|
| 17 |
<div>
|
|
|
|
|
|
|
|
|
|
| 18 |
<p style="margin-top: 0;margin-bottom: 0;">
|
| 19 |
-
<em><a href="https://
|
| 20 |
</p>
|
| 21 |
-
<div style="display: flex; gap: 5px; align-items: center; ">
|
| 22 |
<a href="https://github.com/unslothai/unsloth/">
|
| 23 |
<img src="https://github.com/unslothai/unsloth/raw/main/images/unsloth%20new%20logo.png" width="133">
|
| 24 |
</a>
|
| 25 |
<a href="https://discord.gg/unsloth">
|
| 26 |
<img src="https://github.com/unslothai/unsloth/raw/main/images/Discord%20button.png" width="173">
|
| 27 |
</a>
|
| 28 |
-
<a href="https://
|
| 29 |
<img src="https://raw.githubusercontent.com/unslothai/unsloth/refs/heads/main/images/documentation%20green%20button.png" width="143">
|
| 30 |
</a>
|
| 31 |
</div>
|
| 32 |
</div>
|
| 33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
|
| 35 |
-
# GLM-5.1
|
| 36 |
|
| 37 |
<div align="center">
|
| 38 |
<img src=https://raw.githubusercontent.com/zai-org/GLM-5/refs/heads/main/resources/logo.svg width="15%"/>
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
- zh
|
| 5 |
library_name: transformers
|
| 6 |
license: mit
|
| 7 |
pipeline_tag: text-generation
|
| 8 |
+
base_model:
|
| 9 |
+
- zai-org/GLM-5.1
|
| 10 |
+
tags:
|
| 11 |
+
- unsloth
|
| 12 |
+
- glm_moe_dsa
|
| 13 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
<div>
|
| 15 |
+
<p style="margin-bottom: 0; margin-top: 0;">
|
| 16 |
+
<h1 style="margin-top: 0rem;">See how to run GLM-5.1 locally - <a href="https://unsloth.ai/docs/models/glm-5.1">Read our Guide!</a></h1>
|
| 17 |
+
</p>
|
| 18 |
<p style="margin-top: 0;margin-bottom: 0;">
|
| 19 |
+
<em><a href="https://unsloth.ai/docs/basics/unsloth-dynamic-v2.0-gguf">Unsloth Dynamic 2.0</a> achieves superior accuracy & outperforms other leading quants.</em>
|
| 20 |
</p>
|
| 21 |
+
<div style="margin-top: 0;display: flex; gap: 5px; align-items: center; ">
|
| 22 |
<a href="https://github.com/unslothai/unsloth/">
|
| 23 |
<img src="https://github.com/unslothai/unsloth/raw/main/images/unsloth%20new%20logo.png" width="133">
|
| 24 |
</a>
|
| 25 |
<a href="https://discord.gg/unsloth">
|
| 26 |
<img src="https://github.com/unslothai/unsloth/raw/main/images/Discord%20button.png" width="173">
|
| 27 |
</a>
|
| 28 |
+
<a href="https://unsloth.ai/docs/models/glm-5.">
|
| 29 |
<img src="https://raw.githubusercontent.com/unslothai/unsloth/refs/heads/main/images/documentation%20green%20button.png" width="143">
|
| 30 |
</a>
|
| 31 |
</div>
|
| 32 |
</div>
|
| 33 |
|
| 34 |
+
You can follow instructions in our [guide here](https://unsloth.ai/docs/models/glm-5.1).
|
| 35 |
+
|
| 36 |
+
---
|
| 37 |
+
|
| 38 |
|
| 39 |
+
# GLM-5.1
|
| 40 |
|
| 41 |
<div align="center">
|
| 42 |
<img src=https://raw.githubusercontent.com/zai-org/GLM-5/refs/heads/main/resources/logo.svg width="15%"/>
|