Fill-Mask
Transformers
PyTorch
Bulgarian
bert
How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("fill-mask", model="mor40/BulBERT-chitanka-model")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM

tokenizer = AutoTokenizer.from_pretrained("mor40/BulBERT-chitanka-model")
model = AutoModelForMaskedLM.from_pretrained("mor40/BulBERT-chitanka-model")
Quick Links

Model Card for Model ID

A LLM trained from scratch on bulgarian data. The model and the model's tokenizer are trained from scratch on bulgarian data from the chitanka dataset.

Metrics

Perprelixty - 6.75

Downloads last month
11
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for mor40/BulBERT-chitanka-model

Finetunes
8 models

Collection including mor40/BulBERT-chitanka-model