Instructions to use MMEX/qwen-stem-mcqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MMEX/qwen-stem-mcqa with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("MMEX/full_qwen") model = PeftModel.from_pretrained(base_model, "MMEX/qwen-stem-mcqa") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
7e246cb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6731bfeb316975dc5e47ff2cfe68b3dfd69ebe516579bd310a3b609bfb7d0cb7
size 5304
|