cfilt/HiNER-original
Updated • 366 • 3
How to use cfilt/HiNER-original-xlm-roberta-large with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="cfilt/HiNER-original-xlm-roberta-large") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("cfilt/HiNER-original-xlm-roberta-large")
model = AutoModelForTokenClassification.from_pretrained("cfilt/HiNER-original-xlm-roberta-large")This model was trained from scratch on HiNER-original dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: