Instructions to use chizhikchi/Spanish_disease_finder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chizhikchi/Spanish_disease_finder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="chizhikchi/Spanish_disease_finder")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("chizhikchi/Spanish_disease_finder") model = AutoModelForTokenClassification.from_pretrained("chizhikchi/Spanish_disease_finder", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Mariia commited on
Commit ·
5634b0c
1
Parent(s): 0746c9b
Update README.md
Browse files
README.md
CHANGED
|
@@ -35,7 +35,7 @@ Using the biomedical model on EHRs can be considered as cross-domain experiment
|
|
| 35 |
|
| 36 |
# System description paper and citation
|
| 37 |
|
| 38 |
-
System description paper
|
| 39 |
|
| 40 |
```bibtex:
|
| 41 |
@inproceedings{ChizhikovaEtAl:CLEF2022,
|
|
|
|
| 35 |
|
| 36 |
# System description paper and citation
|
| 37 |
|
| 38 |
+
System description [paper](http://www.dei.unipd.it/~ferro/CLEF-WN-Drafts/CLEF2022/paper-17.pdf) is published in proceedings of 10th BioASQ Workshop, which will be held as a Lab in CLEF 2022 on September 5-8, 2022:
|
| 39 |
|
| 40 |
```bibtex:
|
| 41 |
@inproceedings{ChizhikovaEtAl:CLEF2022,
|