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 completed!
Browse files
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:d170fa01affb9253d72476aefae624e53ac2afc369d8ceb744db32cba6f0b5e5
|
| 3 |
+
size 11189
|