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
3
Safetensors
Model size
178M params
Tensor type
F32
·
Inference API
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.