Token Classification
Transformers
Safetensors
English
electra
grammatical error correction
grammatical error detection
Instructions to use gotutiyan/token-ged-electra-large-bin with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gotutiyan/token-ged-electra-large-bin with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="gotutiyan/token-ged-electra-large-bin")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("gotutiyan/token-ged-electra-large-bin") model = AutoModelForTokenClassification.from_pretrained("gotutiyan/token-ged-electra-large-bin") - Notebooks
- Google Colab
- Kaggle
Ctrl+K