Instructions to use sofyc/Phi-3.5-MultiCap-mt-10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sofyc/Phi-3.5-MultiCap-mt-10 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3.5-mini-instruct") model = PeftModel.from_pretrained(base_model, "sofyc/Phi-3.5-MultiCap-mt-10") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b9db34e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fba0fb8816ff682696b7a7ed1ef37f84b733ef6e7575a9c1da6bba0127102b26
size 5496
|