Instructions to use mnavas/roberta-finetuned-token-reqzarv2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mnavas/roberta-finetuned-token-reqzarv2 with Transformers:
# Load model directly from transformers import AutoTokenizer, RobertaForSpanCategorization tokenizer = AutoTokenizer.from_pretrained("mnavas/roberta-finetuned-token-reqzarv2") model = RobertaForSpanCategorization.from_pretrained("mnavas/roberta-finetuned-token-reqzarv2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,10 @@ tags:
|
|
| 5 |
model-index:
|
| 6 |
- name: roberta-finetuned-token-reqzarv2
|
| 7 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 5 |
model-index:
|
| 6 |
- name: roberta-finetuned-token-reqzarv2
|
| 7 |
results: []
|
| 8 |
+
widget:
|
| 9 |
+
- task:
|
| 10 |
+
name: NER
|
| 11 |
+
type: token-classification
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|