Token Classification
Transformers
Safetensors
English
roberta
sequence-labeling
political-science
social-groups
parliamentary-debates
Instructions to use maxwlnd/roberta_group_mention_detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use maxwlnd/roberta_group_mention_detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="maxwlnd/roberta_group_mention_detector")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("maxwlnd/roberta_group_mention_detector") model = AutoModelForTokenClassification.from_pretrained("maxwlnd/roberta_group_mention_detector") - Notebooks
- Google Colab
- Kaggle
Commit History
updated config file f4bccc0
MaximilianWeiland commited on
changed file name to config 6578c8c
MaximilianWeiland commited on
changed vocab size 312efd9
MaximilianWeiland commited on
changed bin model file name 9228645
MaximilianWeiland commited on
Rename model weights to pytorch_model.bin 57a4f8a
MaximilianWeiland commited on
Add RoBERTa token classification model b7488a4
MaximilianWeiland commited on