Instructions to use Howard881010/epidemiology_sft_10000_mcq_2epoch with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Howard881010/epidemiology_sft_10000_mcq_2epoch with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-Nemo-Instruct-2407") model = PeftModel.from_pretrained(base_model, "Howard881010/epidemiology_sft_10000_mcq_2epoch") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
0e8123c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c0c203d12c2c308dab785ed672c9ca27fb6a2f72acd1e1552d1516c7b0006013
size 15024
|