Instructions to use Daniele/italian-spellchecker with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Daniele/italian-spellchecker with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Daniele/italian-spellchecker") model = AutoModelForSeq2SeqLM.from_pretrained("Daniele/italian-spellchecker") - Notebooks
- Google Colab
- Kaggle
Italian Contextual Spellchecker
The model is a fine-tuned version of IT5[1], specifically modelled for computing a spellchecking in the shape of a sequence-to-sequence task.
USAGE
The input sequence should have the structure seq: your text.. Missing the seq token at the beginning or the final punctuation mark may lead to bad performances.
- Downloads last month
- 4
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support