Instructions to use th135/meditron-7b_med_n900 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use th135/meditron-7b_med_n900 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("epfl-llm/meditron-7b") model = PeftModel.from_pretrained(base_model, "th135/meditron-7b_med_n900") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
cea4e2b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3c0eda60e16fdcf88a3b71be5e0fc01ac4ca8d7de4d9e972755bab9b47ccff81
size 4728
|