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
Adding `safetensors` variant of this model
#4
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a0e7dd7e293c925d18a67c04c7e9b0565cb1651423025c3130ec0dd51e4f5c9
|
| 3 |
+
size 496253316
|