Instructions to use Aditya02/Medical_LLama with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Aditya02/Medical_LLama with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("decapoda-research/llama-7b-hf") model = PeftModel.from_pretrained(base_model, "Aditya02/Medical_LLama") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
1ecf32c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:92c3c789005424d46c879ce89b6da8871f5dd83529530ca1ac9120bb544185dd
size 33646413
|