Instructions to use sumitrsch/xlm_R_large_multiconer22_hi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sumitrsch/xlm_R_large_multiconer22_hi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="sumitrsch/xlm_R_large_multiconer22_hi")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("sumitrsch/xlm_R_large_multiconer22_hi") model = AutoModelForTokenClassification.from_pretrained("sumitrsch/xlm_R_large_multiconer22_hi") - Notebooks
- Google Colab
- Kaggle
Put this model path in variable best_model_path in first cell of given colab notebook for testing semeval multiconer task. https://colab.research.google.com/drive/17WyqwdoRNnzImeik6wTRE5uuj9QQnkXA#scrollTo=nYtUtmyDFAqP
- Downloads last month
- 6