Instructions to use evs/roberta-bne-clara with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use evs/roberta-bne-clara with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="evs/roberta-bne-clara")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("evs/roberta-bne-clara") model = AutoModelForTokenClassification.from_pretrained("evs/roberta-bne-clara") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 10
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1109961837
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8877a4cd69e11621dd754c03c6f1ea4a19044c07d1ea027975dc96391ce37264
|
| 3 |
size 1109961837
|
runs/Mar06_08-56-42_595432b670aa/events.out.tfevents.1678093210.595432b670aa.251.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ca006039e21f3acc6bcc9ac3e6731c63a515a9c31ed2f5df9f0cac159656b97
|
| 3 |
+
size 10835
|