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: 132 Bytes
6334079 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d6d809b424f54051a039d64f58505ef5be4f3aa15d3eaa51097e08639f8fb21b
size 4332464
|