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
|
@@ -10,7 +10,7 @@ library_name: adapter-transformers
|
|
| 10 |
|
| 11 |
# The model for the paper 'StreamUni: Achieving Streaming Speech Translation with a Unified Large Speech-Language Model'
|
| 12 |
<div align="center">
|
| 13 |
-
<a data-pswp-width='1000' data-pswp-height='800' target='_blank' href="https://
|
| 14 |
</div>
|
| 15 |
|
| 16 |
## Usage
|
|
|
|
| 10 |
|
| 11 |
# The model for the paper 'StreamUni: Achieving Streaming Speech Translation with a Unified Large Speech-Language Model'
|
| 12 |
<div align="center">
|
| 13 |
+
<a data-pswp-width='1000' data-pswp-height='800' target='_blank' href="https://github.com/ictnlp/StreamUni/blob/main/model.png"><img src="https://github.com/ictnlp/StreamUni/blob/main/model.png" alt="model.png" width="1000"/></a>
|
| 14 |
</div>
|
| 15 |
|
| 16 |
## Usage
|