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
|
@@ -19,13 +19,7 @@ For more information, see our paper and code:
|
|
| 19 |
|
| 20 |
---
|
| 21 |
|
| 22 |
-
##
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
---
|
| 27 |
-
|
| 28 |
-
## 🔧 Usage
|
| 29 |
|
| 30 |
This model can be loaded using the HuggingFace Transformers library:
|
| 31 |
|
|
|
|
| 19 |
|
| 20 |
---
|
| 21 |
|
| 22 |
+
## Usage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
This model can be loaded using the HuggingFace Transformers library:
|
| 25 |
|