Instructions to use tsantos/PathologyBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tsantos/PathologyBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="tsantos/PathologyBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("tsantos/PathologyBERT") model = AutoModelForMaskedLM.from_pretrained("tsantos/PathologyBERT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -90,6 +90,6 @@ Github: https://github.com/thiagosantos1/HCSBC
|
|
| 90 |
|
| 91 |
## Questions?
|
| 92 |
|
| 93 |
-
If you have any questions, please email
|
| 94 |
|
| 95 |
|
|
|
|
| 90 |
|
| 91 |
## Questions?
|
| 92 |
|
| 93 |
+
If you have any questions, please email thiagogyn.maia@gmail.com
|
| 94 |
|
| 95 |
|