munish0838
commited on
Commit
•
ade834f
1
Parent(s):
f51dfae
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
|
4 |
+
base_model: THUDM/glm-4-9b-chat
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
license: other
|
7 |
+
license_name: glm-4
|
8 |
+
license_link: https://huggingface.co/THUDM/glm-4-9b-chat/blob/main/LICENSE
|
9 |
+
language:
|
10 |
+
- zh
|
11 |
+
- en
|
12 |
+
tags:
|
13 |
+
- glm
|
14 |
+
- chatglm
|
15 |
+
- thudm
|
16 |
+
- chat
|
17 |
+
- abliterated
|
18 |
+
library_name: transformers
|
19 |
+
|
20 |
+
---
|
21 |
+
|
22 |
+
![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)
|
23 |
+
|
24 |
+
# QuantFactory/glm-4-9b-chat-abliterated-GGUF
|
25 |
+
This is quantized version of [byroneverson/glm-4-9b-chat-abliterated](https://huggingface.co/byroneverson/glm-4-9b-chat-abliterated) created using llama.cpp
|
26 |
+
|
27 |
+
# Original Model Card
|
28 |
+
|
29 |
+
|
30 |
+
|
31 |
+
|
32 |
+
# GLM 4 9B Chat - Abliterated
|
33 |
+
Check out the <a href="https://huggingface.co/byroneverson/glm-4-9b-chat-abliterated/blob/main/abliterate-glm-4-9b-chat.ipynb">jupyter notebook</a> for details of how this model was abliterated from glm-4-9b-chat.
|
34 |
+
|
35 |
+
The python package "tiktoken" is required to quantize the model into gguf format. So I had to create <a href="https://huggingface.co/spaces/byroneverson/gguf-my-repo-plus-tiktoken">a fork of GGUF My Repo (+tiktoken)</a>.
|
36 |
+
|
37 |
+
![Logo](https://huggingface.co/byroneverson/glm-4-9b-chat-abliterated/resolve/main/logo.png "Logo")
|