Instructions to use Zamoranesis/clinical_transcripts_roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Zamoranesis/clinical_transcripts_roberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Zamoranesis/clinical_transcripts_roberta")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Zamoranesis/clinical_transcripts_roberta") model = AutoModelForMaskedLM.from_pretrained("Zamoranesis/clinical_transcripts_roberta", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
b5e08a1
1
Parent(s): e2f4094
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,10 +8,7 @@ model-index:
|
|
| 8 |
results: []
|
| 9 |
|
| 10 |
widgets:
|
| 11 |
-
-
|
| 12 |
-
inputs:
|
| 13 |
-
mask_token: <mask>
|
| 14 |
-
prompt: "General endotracheal <mask> was induced without incident. Preoperative antibiotics were given for prophylaxis against surgical infection."
|
| 15 |
---
|
| 16 |
|
| 17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 8 |
results: []
|
| 9 |
|
| 10 |
widgets:
|
| 11 |
+
- General endotracheal <mask> was induced without incident. Preoperative antibiotics were given for prophylaxis against surgical infection.
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|