Token Classification
Transformers
PyTorch
Safetensors
Spanish
roberta
biomedical
clinical
EHR
spanish
procedures
Eval Results (legacy)
Instructions to use BSC-NLP4BIA/bsc-bio-ehr-es-medprocner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BSC-NLP4BIA/bsc-bio-ehr-es-medprocner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="BSC-NLP4BIA/bsc-bio-ehr-es-medprocner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("BSC-NLP4BIA/bsc-bio-ehr-es-medprocner") model = AutoModelForTokenClassification.from_pretrained("BSC-NLP4BIA/bsc-bio-ehr-es-medprocner", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -69,7 +69,6 @@ widget:
|
|
| 69 |
- [Additional information](#additional-information)
|
| 70 |
- [Authors](#authors)
|
| 71 |
- [Contact information](#contact-information)
|
| 72 |
-
- [Licensing information](#licensing-information)
|
| 73 |
- [Funding](#funding)
|
| 74 |
- [Citing information](#citing-information)
|
| 75 |
- [Disclaimer](#disclaimer)
|
|
|
|
| 69 |
- [Additional information](#additional-information)
|
| 70 |
- [Authors](#authors)
|
| 71 |
- [Contact information](#contact-information)
|
|
|
|
| 72 |
- [Funding](#funding)
|
| 73 |
- [Citing information](#citing-information)
|
| 74 |
- [Disclaimer](#disclaimer)
|