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
15
Safetensors
Model size
178M params
Tensor type
F32
·
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.