Instructions to use airesearch/Qwen3-30B-A3B-alpaca-th-52k-dolly-th-15k-wangchan-instruct-seed-2405 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use airesearch/Qwen3-30B-A3B-alpaca-th-52k-dolly-th-15k-wangchan-instruct-seed-2405 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/project/lt200252-wcbart/pumet/models/Qwen3-30B-A3B") model = PeftModel.from_pretrained(base_model, "airesearch/Qwen3-30B-A3B-alpaca-th-52k-dolly-th-15k-wangchan-instruct-seed-2405") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!