Instructions to use sofyc/Phi-3.5-MultiCap-mt-new 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-new 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-new") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e5671b4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:08c031648ae9a9ce6d799afb3d49ef3f90ce18c2575758fd9dab85b323eb5703
size 5496
|