Instructions to use InriaValda/roberta-base_definiendum with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use InriaValda/roberta-base_definiendum with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="InriaValda/roberta-base_definiendum")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("InriaValda/roberta-base_definiendum") model = AutoModelForTokenClassification.from_pretrained("InriaValda/roberta-base_definiendum") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2
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:49f9dd3ffcaee744c42fe114d0cb87cebbd4c45f5dda0f7bec35e1995e16b1b6
|
| 3 |
+
size 496257524
|