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 ·
a6760d1
1
Parent(s): 6a5d400
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ This modelcard aims to be a base template for new models. It has been generated
|
|
| 20 |
|
| 21 |
|
| 22 |
## Inputs and Outputs
|
| 23 |
-
- **Expected Input: " [Problems] + Text"
|
| 24 |
- **Target Output: " [findings] + Text [impression] + Text"
|
| 25 |
|
| 26 |
## Model Details
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
## Inputs and Outputs
|
| 23 |
+
- **Expected Input: " [MeSH] + Text + [Problems] + Text"
|
| 24 |
- **Target Output: " [findings] + Text [impression] + Text"
|
| 25 |
|
| 26 |
## Model Details
|