Instructions to use dmargutierrez/roberta-large-WNUT-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dmargutierrez/roberta-large-WNUT-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="dmargutierrez/roberta-large-WNUT-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("dmargutierrez/roberta-large-WNUT-ner") model = AutoModelForTokenClassification.from_pretrained("dmargutierrez/roberta-large-WNUT-ner") - Notebooks
- Google Colab
- Kaggle
Commit ·
3214367
1
Parent(s): 8e3c0d8
Training in progress, epoch 8
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1417433197
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b4cfe6609c8b0fdfaa8acf0efeb38bbdd08ed863ae62a14f3309121c5f483ca
|
| 3 |
size 1417433197
|