Instructions to use matrix2V/identification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use matrix2V/identification with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("matrix2V/identification", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
license: mit
|
| 3 |
datasets:
|
| 4 |
- HuggingFaceTB/smoltalk
|
| 5 |
-
pipeline_tag:
|
| 6 |
library_name: adapter-transformers
|
|
|
|
|
|
|
| 7 |
---
|
|
|
|
| 2 |
license: mit
|
| 3 |
datasets:
|
| 4 |
- HuggingFaceTB/smoltalk
|
| 5 |
+
pipeline_tag: image-classification
|
| 6 |
library_name: adapter-transformers
|
| 7 |
+
base_model:
|
| 8 |
+
- google-t5/t5-base
|
| 9 |
---
|