BulBERT-finetunes-BgGLUE
Collection
18 items • Updated
How to use mor40/BulBERT-wiki-bg with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="mor40/BulBERT-wiki-bg") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("mor40/BulBERT-wiki-bg")
model = AutoModelForMaskedLM.from_pretrained("mor40/BulBERT-wiki-bg")No model card