Instructions to use eswardivi/medical_qa_alpaca with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use eswardivi/medical_qa_alpaca with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("yahma/llama-7b-hf") model = PeftModel.from_pretrained(base_model, "eswardivi/medical_qa_alpaca") - Notebooks
- Google Colab
- Kaggle
Commit ·
294a190
1
Parent(s): 8c75d5d
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (73e1cd74c4e7251e868191467f247820525ae30b)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>