Instructions to use rayonlabs/af6dd40b-32e1-43b1-adfd-8ce14d65d738-PubMedQA-79403c0f-7c95-4272-8c62-173b1c56dd91 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use rayonlabs/af6dd40b-32e1-43b1-adfd-8ce14d65d738-PubMedQA-79403c0f-7c95-4272-8c62-173b1c56dd91 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Henrychur/MMed-Llama-3-8B-EnIns") model = PeftModel.from_pretrained(base_model, "rayonlabs/af6dd40b-32e1-43b1-adfd-8ce14d65d738-PubMedQA-79403c0f-7c95-4272-8c62-173b1c56dd91") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!