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 ·
72dce4f
1
Parent(s): aad6030
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,11 @@ library_name: transformers
|
|
| 10 |
tags:
|
| 11 |
- medical
|
| 12 |
---
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
# Model Card
|
| 15 |
|
| 16 |
<!-- Provide a quick summary of what the model is/does. -->
|
|
|
|
| 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 |
# Model Card
|
| 19 |
|
| 20 |
<!-- Provide a quick summary of what the model is/does. -->
|