Instructions to use PerSpaCor/imvladikon-charbert-roberta-wiki with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PerSpaCor/imvladikon-charbert-roberta-wiki with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="PerSpaCor/imvladikon-charbert-roberta-wiki")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("PerSpaCor/imvladikon-charbert-roberta-wiki") model = AutoModelForTokenClassification.from_pretrained("PerSpaCor/imvladikon-charbert-roberta-wiki") - Notebooks
- Google Colab
- Kaggle
this model is specifically trained for PerSpaCor a Persian text space corrector you can use this model in https://perspacor.ir additional codes for running the model are found in https://github.com/MatinEbrahimkhani/PerSpaCor_components
- Downloads last month
- 3