Instructions to use AMR-KELEG/Sentence-ALDi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AMR-KELEG/Sentence-ALDi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AMR-KELEG/Sentence-ALDi")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AMR-KELEG/Sentence-ALDi") model = AutoModelForSequenceClassification.from_pretrained("AMR-KELEG/Sentence-ALDi") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ inference: false
|
|
| 3 |
---
|
| 4 |
# Model Card for Sentence-ALDi
|
| 5 |
|
| 6 |
-
[](https://github.com/AMR-KELEG/ALDi)
|
| 7 |
|
| 8 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
|
|
|
|
| 3 |
---
|
| 4 |
# Model Card for Sentence-ALDi
|
| 5 |
|
| 6 |
+
[](https://github.com/AMR-KELEG/ALDi) [](https://huggingface.co/spaces/AMR-KELEG/ALDi)
|
| 7 |
|
| 8 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
|