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