Token Classification
Transformers
Safetensors
Vietnamese
mbart
feature-extraction
vietnamese
spell-check
spelling-correction
grammatical-error-correction
error-detection
bartpho
custom_code
Eval Results (legacy)
Instructions to use bravend/bartpho-syllable-vi-spellcheck with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bravend/bartpho-syllable-vi-spellcheck with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="bravend/bartpho-syllable-vi-spellcheck", trust_remote_code=True)# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("bravend/bartpho-syllable-vi-spellcheck", trust_remote_code=True) model = AutoModel.from_pretrained("bravend/bartpho-syllable-vi-spellcheck", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K