Instructions to use IVN-RIN/medBIT-r3-plus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IVN-RIN/medBIT-r3-plus with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="IVN-RIN/medBIT-r3-plus")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("IVN-RIN/medBIT-r3-plus") model = AutoModelForMaskedLM.from_pretrained("IVN-RIN/medBIT-r3-plus") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,8 +3,7 @@ language:
|
|
| 3 |
- it
|
| 4 |
|
| 5 |
tags:
|
| 6 |
-
-
|
| 7 |
-
- biomedical nlp
|
| 8 |
|
| 9 |
widget:
|
| 10 |
- text: "L'asma allergica è una patologia dell'[MASK] respiratorio causata dalla presenza di allergeni responsabili dell'infiammazione dell'albero bronchiale."
|
|
|
|
| 3 |
- it
|
| 4 |
|
| 5 |
tags:
|
| 6 |
+
- Biomedical Language Modeling
|
|
|
|
| 7 |
|
| 8 |
widget:
|
| 9 |
- text: "L'asma allergica è una patologia dell'[MASK] respiratorio causata dalla presenza di allergeni responsabili dell'infiammazione dell'albero bronchiale."
|