Token Classification
Transformers
PyTorch
TensorBoard
Mongolian
gpt2
Generated from Trainer
text-generation-inference
Instructions to use Enkhbold/mongolian-gpt2-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Enkhbold/mongolian-gpt2-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Enkhbold/mongolian-gpt2-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Enkhbold/mongolian-gpt2-ner") model = AutoModelForTokenClassification.from_pretrained("Enkhbold/mongolian-gpt2-ner") - Notebooks
- Google Colab
- Kaggle
Ctrl+K