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
Update README.md
Browse files
README.md
CHANGED
|
@@ -34,4 +34,6 @@ peft==0.13.2
|
|
| 34 |
```
|
| 35 |
|
| 36 |
## Training Datasets
|
| 37 |
-
- https://huggingface.co/ICTNLP/StreamUni
|
|
|
|
|
|
|
|
|
| 34 |
```
|
| 35 |
|
| 36 |
## Training Datasets
|
| 37 |
+
- https://huggingface.co/ICTNLP/StreamUni
|
| 38 |
+
## Github Pages
|
| 39 |
+
- https://github.com/ictnlp/StreamUni
|