Instructions to use mudes/en-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mudes/en-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="mudes/en-large")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("mudes/en-large") model = AutoModelForTokenClassification.from_pretrained("mudes/en-large") - Notebooks
- Google Colab
- Kaggle
Commit History
allow flax 0769186
Update README.md 10b6dc4
Tharindu Ranasinghe commited on
Update README.md 0798f67
Tharindu Ranasinghe commited on
002: Add read me bdcc4d3
Tharindu Ranasinghe commited on
from Google Colab a558910
tharindu commited on