How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("token-classification", model="benjamin/wtp-bert-mini")
# Load model directly
from transformers import AutoModelForTokenClassification
model = AutoModelForTokenClassification.from_pretrained("benjamin/wtp-bert-mini", dtype="auto")
Quick Links

wtp-bert-mini

Model for wtpsplit.

Downloads last month
2,447
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using benjamin/wtp-bert-mini 1