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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
986bd39 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bb7b05699b568108461a3e8d6d9e24788a0edb5976994b84e1311d25c6baa6fc
size 1302854789
|