Text Generation
PEFT
Safetensors
English
slipstream
multi-agent
semantic-quantization
agent-communication
think-quantize-transmit
lora
unsloth
conversational
Instructions to use anthonym21/slipstream-glm-z1-9b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use anthonym21/slipstream-glm-z1-9b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("zai-org/GLM-Z1-9B-0414") model = PeftModel.from_pretrained(base_model, "anthonym21/slipstream-glm-z1-9b") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
| { | |
| "eos_token": "<|im_end|>", | |
| "pad_token": "<|PAD_TOKEN|>" | |
| } | |