derek33125
commited on
Commit
•
ec8e97e
1
Parent(s):
cc63537
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,11 @@ language:
|
|
7 |
- zh
|
8 |
library_name: transformers
|
9 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
# Update
|
12 |
**The model is now following the update from GLM-4-9B-Chat and now requires `transformers>=4.44.0`. Please update your dependencies accordingly.**
|
@@ -45,6 +50,4 @@ with torch.no_grad():
|
|
45 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
46 |
```
|
47 |
|
48 |
-
It also supports [VLLM](https://github.com/THUDM/GLM-4/blob/main/basic_demo/openai_api_server.py) and [LangChain](https://python.langchain.com/v0.2/docs/integrations/llms/huggingface_pipelines/) .
|
49 |
-
|
50 |
-
|
|
|
7 |
- zh
|
8 |
library_name: transformers
|
9 |
pipeline_tag: text-generation
|
10 |
+
base_model: THUDM/glm-4-9b-chat
|
11 |
+
tags:
|
12 |
+
- Mental Health
|
13 |
+
- Chatbot
|
14 |
+
- LLM
|
15 |
---
|
16 |
# Update
|
17 |
**The model is now following the update from GLM-4-9B-Chat and now requires `transformers>=4.44.0`. Please update your dependencies accordingly.**
|
|
|
50 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
51 |
```
|
52 |
|
53 |
+
It also supports [VLLM](https://github.com/THUDM/GLM-4/blob/main/basic_demo/openai_api_server.py) and [LangChain](https://python.langchain.com/v0.2/docs/integrations/llms/huggingface_pipelines/) .
|
|
|
|