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