Instructions to use Lie24/FuLinNa_GLM4-9B-Chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Lie24/FuLinNa_GLM4-9B-Chat with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Lie24/FuLinNa_GLM4-9B-Chat", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Lie24/FuLinNa_GLM4-9B-Chat", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
zxl commited on
Upload added_tokens.json with huggingface_hub
Browse files- added_tokens.json +16 -0
added_tokens.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<eop>": 151334,
|
| 3 |
+
"<sop>": 151333,
|
| 4 |
+
"<|assistant|>": 151337,
|
| 5 |
+
"<|begin_of_image|>": 151339,
|
| 6 |
+
"<|begin_of_video|>": 151341,
|
| 7 |
+
"<|end_of_image|>": 151340,
|
| 8 |
+
"<|end_of_video|>": 151342,
|
| 9 |
+
"<|endoftext|>": 151329,
|
| 10 |
+
"<|observation|>": 151338,
|
| 11 |
+
"<|system|>": 151335,
|
| 12 |
+
"<|user|>": 151336,
|
| 13 |
+
"[MASK]": 151330,
|
| 14 |
+
"[gMASK]": 151331,
|
| 15 |
+
"[sMASK]": 151332
|
| 16 |
+
}
|