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="iceman2434/roberta-tagalog-base-ft-udpos213-en")
# Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification

tokenizer = AutoTokenizer.from_pretrained("iceman2434/roberta-tagalog-base-ft-udpos213-en")
model = AutoModelForTokenClassification.from_pretrained("iceman2434/roberta-tagalog-base-ft-udpos213-en", device_map="auto")
Quick Links

Model Specification

  • Model: RoBERTa Tagalog Base (Jan Christian Blaise Cruz)
  • Training Data:
    • English corpora (Top 1 Language)
  • Training Details:
    • Base configurations

Evaluation

  • Evaluation Dataset: Universal Dependencies Tagalog Ugnayan (Testing Set)
  • Tested in a zero-shot cross-lingual scenario on a Universal Dependencies Tagalog Ugnayan testing dataset (with 71.63% Accuracy)

POS Tags

  • ADJ – ADP – ADV – CCONJ – DET – INTJ – NOUN – NUM – PART – PRON – PROPN – PUNCT – SCONJ – VERB
Downloads last month
8
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Collection including iceman2434/roberta-tagalog-base-ft-udpos213-en