Instructions to use MM-AdaptionLabs/adaption_general_knowledge_qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MM-AdaptionLabs/adaption_general_knowledge_qa with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("togethercomputer/Qwen3.5-0.8B") model = PeftModel.from_pretrained(base_model, "MM-AdaptionLabs/adaption_general_knowledge_qa") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
6334079 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:aed0399f04c6899617d1d2212e491a05736be1be2185d33e45c2d48e5b762480
size 185310
|