Token Classification
Transformers
TensorBoard
Safetensors
English
electra
biology
chemistry
medical
cancer
carcinogenesis
biomedical
ner
oncology
Eval Results (legacy)
Instructions to use jimnoneill/CarD-T with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jimnoneill/CarD-T with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="jimnoneill/CarD-T")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("jimnoneill/CarD-T") model = AutoModelForTokenClassification.from_pretrained("jimnoneill/CarD-T") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files'add doi'
README.md
CHANGED
|
@@ -287,7 +287,7 @@ If you use this model in your research, please cite:
|
|
| 287 |
author={O'Neill, Jamey and Reddy, G.A. and Dhillon, N. and Tripathi, O. and Alexandrov, L. and Katira, P.},
|
| 288 |
journal={MedRxiv},
|
| 289 |
year={2024},
|
| 290 |
-
doi={10.1101/2024.
|
| 291 |
}
|
| 292 |
```
|
| 293 |
|
|
|
|
| 287 |
author={O'Neill, Jamey and Reddy, G.A. and Dhillon, N. and Tripathi, O. and Alexandrov, L. and Katira, P.},
|
| 288 |
journal={MedRxiv},
|
| 289 |
year={2024},
|
| 290 |
+
doi={10.1101/2024.08.13.24311948}
|
| 291 |
}
|
| 292 |
```
|
| 293 |
|