How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("token-classification", model="PerSpaCor/bert-base-multilingual-cased")
# Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification

tokenizer = AutoTokenizer.from_pretrained("PerSpaCor/bert-base-multilingual-cased")
model = AutoModelForTokenClassification.from_pretrained("PerSpaCor/bert-base-multilingual-cased")
Quick Links

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
4
Safetensors
Model size
0.2B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support