Instructions to use igorsterner/AnE-LID with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use igorsterner/AnE-LID with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="igorsterner/AnE-LID")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("igorsterner/AnE-LID") model = AutoModelForTokenClassification.from_pretrained("igorsterner/AnE-LID") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md fa26274 verified
Upload LICENSE fcbf71a verified
Update README.md b4fa923 verified
Update README.md 7b8270e verified
Create README.md 0610940 verified
Delete README.md ae15486
End of training 8568e68
Training in progress, epoch 3 381829c
Training in progress, epoch 2 689feca
Training in progress, epoch 1 866ce15
initial commit a5cc1d1
Igor Sterner commited on