Instructions to use mudes/multilingual-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mudes/multilingual-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="mudes/multilingual-base")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("mudes/multilingual-base") model = AutoModelForTokenClassification.from_pretrained("mudes/multilingual-base") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 61aeae1
Tharindu Ranasinghe commited on
002: Adding card 8944cde
Tharindu Ranasinghe commited on
from Google Colab 749ec57
tharindu commited on