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