Instructions to use zerostratos/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use zerostratos/test with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("zerostratos/test", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
-
library_name: transformers
|
| 4 |
tags:
|
| 5 |
- medical
|
| 6 |
-
pipeline_tag:
|
| 7 |
---
|
| 8 |
to test
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
library_name: adapter-transformers
|
| 4 |
tags:
|
| 5 |
- medical
|
| 6 |
+
pipeline_tag: table-question-answering
|
| 7 |
---
|
| 8 |
to test
|