Instructions to use aspends/idiom_detection_ENG with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use aspends/idiom_detection_ENG with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("fill-in-model-name") model.load_adapter("aspends/idiom_detection_ENG", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,6 @@ license: apache-2.0
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
pipeline_tag: text-classification
|
| 6 |
-
|
| 7 |
-
-
|
| 8 |
-
library_name: allennlp
|
| 9 |
---
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
pipeline_tag: text-classification
|
| 6 |
+
tags:
|
| 7 |
+
- generated_from_keras_callback
|
|
|
|
| 8 |
---
|