Instructions to use hacer201145/MyFirstAI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use hacer201145/MyFirstAI with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("hacer201145/MyFirstAI", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,4 +10,4 @@ base_model:
|
|
| 10 |
library_name: adapter-transformers
|
| 11 |
pipeline_tag: text-classification
|
| 12 |
---
|
| 13 |
-
|
|
|
|
| 10 |
library_name: adapter-transformers
|
| 11 |
pipeline_tag: text-classification
|
| 12 |
---
|
| 13 |
+
Nothing...
|