Instructions to use INSAIT-Institute/Qwen-32B-MixAT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use INSAIT-Institute/Qwen-32B-MixAT with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-32B-Instruct") model = PeftModel.from_pretrained(base_model, "INSAIT-Institute/Qwen-32B-MixAT") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
ecc20ca | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:15b91af75e23e596cf8cddac3480824fa6163918e4c8737099078926cdb409d7
size 741684
|