Instructions to use IndianaUniversityDatasetsModels/test-BB2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IndianaUniversityDatasetsModels/test-BB2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("IndianaUniversityDatasetsModels/test-BB2") model = AutoModelForSeq2SeqLM.from_pretrained("IndianaUniversityDatasetsModels/test-BB2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
05c8dc5
1
Parent(s): 72dce4f
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,12 +9,14 @@ metrics:
|
|
| 9 |
library_name: transformers
|
| 10 |
tags:
|
| 11 |
- medical
|
| 12 |
-
|
| 13 |
inputs:
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
|
|
|
|
|
|
| 18 |
# Model Card
|
| 19 |
|
| 20 |
<!-- Provide a quick summary of what the model is/does. -->
|
|
|
|
| 9 |
library_name: transformers
|
| 10 |
tags:
|
| 11 |
- medical
|
| 12 |
+
|
| 13 |
inputs:
|
| 14 |
+
- name: text
|
| 15 |
+
- description: The input text.
|
| 16 |
+
- type: text
|
| 17 |
+
- default: "Enter your yaml input text here."
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
# Model Card
|
| 21 |
|
| 22 |
<!-- Provide a quick summary of what the model is/does. -->
|