DziriBERT NER for Algerian Tourism

This model is fineโ€‘tuned from alger-ia/dziribert on a custom tourism dataset.

Labels

  • LOC (location)
  • PERIOD (time)
  • DESCRIPTION
  • TYPE

Usage

from transformers import AutoTokenizer, AutoModelForTokenClassification, pipeline

tokenizer = AutoTokenizer.from_pretrained("alger-ia/dziribert")
model = AutoModelForTokenClassification.from_pretrained("besmala-khouloud/dziribert-ner-tourism")

ner = pipeline("token-classification", model=model, tokenizer=tokenizer, aggregation_strategy="simple")
print(ner("ุฌุจุช ููŠ ุงู„ู‚ุตุจุฉ"))
Downloads last month
2
Safetensors
Model size
0.1B params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support