Token Classification
Transformers
PyTorch
TensorBoard
xlm-roberta
Generated from Trainer
Eval Results (legacy)
Instructions to use cfilt/HiNER-collapsed-xlm-roberta-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cfilt/HiNER-collapsed-xlm-roberta-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="cfilt/HiNER-collapsed-xlm-roberta-large")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("cfilt/HiNER-collapsed-xlm-roberta-large") model = AutoModelForTokenClassification.from_pretrained("cfilt/HiNER-collapsed-xlm-roberta-large", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
a44c945 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3c5c4e97d7a428a10b6199335cc7ada26237d2b831cb095db94d5ca95b878a31
size 2235444764
|