Instructions to use slprl/StresSLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use slprl/StresSLM with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("slprl/StresSLM", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,7 @@ base_model:
|
|
| 7 |
pipeline_tag: audio-text-to-text
|
| 8 |
tags:
|
| 9 |
- lora
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# StresSLM
|
|
@@ -63,4 +64,4 @@ If you use this model, please cite:
|
|
| 63 |
primaryClass={cs.CL},
|
| 64 |
url={https://arxiv.org/abs/2505.22765},
|
| 65 |
}
|
| 66 |
-
```
|
|
|
|
| 7 |
pipeline_tag: audio-text-to-text
|
| 8 |
tags:
|
| 9 |
- lora
|
| 10 |
+
license: cc-by-nc-4.0
|
| 11 |
---
|
| 12 |
|
| 13 |
# StresSLM
|
|
|
|
| 64 |
primaryClass={cs.CL},
|
| 65 |
url={https://arxiv.org/abs/2505.22765},
|
| 66 |
}
|
| 67 |
+
```
|