Instructions to use rk68/phi-1_5-finetuned-aqua-rat-AM-3k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use rk68/phi-1_5-finetuned-aqua-rat-AM-3k with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-1_5") model = PeftModel.from_pretrained(base_model, "rk68/phi-1_5-finetuned-aqua-rat-AM-3k") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
326dbec | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0d01bec8612cb069fb12eaacf3617820f9b9ae7ee0759d72592a7e420b81a809
size 4984
|