Instructions to use ICTNLP/StreamUni-Phi4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use ICTNLP/StreamUni-Phi4 with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("ICTNLP/StreamUni-Phi4", set_active=True) - Notebooks
- Google Colab
- Kaggle
File size: 121 Bytes
1c499a8 | 1 2 3 4 5 6 7 | {
"auto_map": {
"AutoProcessor": "processing_phi4mm.Phi4MMProcessor"
},
"processor_class": "Phi4MMProcessor"
}
|