Edit model card

pos-bert-bg

Usage

from transformers import pipeline


MODEL_ID = "auhide/pos-bert-bg"

pos = pipeline("token-classification", model=MODEL_ID, tokenizer=MODEL_ID)
pos("Адам не знаеше какво да каже")
Downloads last month
1
Safetensors
Model size
178M params
Tensor type
F32
·
Inference API
This model can be loaded on Inference API (serverless).