Question Answering
Transformers
Safetensors
PEFT
English
mistral
text-generation
medical-qa
qlora
unsloth
trl
Eval Results (legacy)
text-generation-inference
Instructions to use A-Kishore/phi_medical_qa_finetune_16bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use A-Kishore/phi_medical_qa_finetune_16bit with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="A-Kishore/phi_medical_qa_finetune_16bit")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("A-Kishore/phi_medical_qa_finetune_16bit") model = AutoModelForCausalLM.from_pretrained("A-Kishore/phi_medical_qa_finetune_16bit", device_map="auto") - PEFT
How to use A-Kishore/phi_medical_qa_finetune_16bit with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Ctrl+K