Instructions to use MAKERBOT/BOX_AI_GT3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Asteroid
How to use MAKERBOT/BOX_AI_GT3 with Asteroid:
from asteroid.models import BaseModel model = BaseModel.from_pretrained("MAKERBOT/BOX_AI_GT3") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ base_model:
|
|
| 19 |
- microsoft/OmniParser
|
| 20 |
new_version: microsoft/OmniParser
|
| 21 |
pipeline_tag: text-classification
|
| 22 |
-
library_name:
|
| 23 |
tags:
|
| 24 |
- code
|
| 25 |
- chemistry
|
|
|
|
| 19 |
- microsoft/OmniParser
|
| 20 |
new_version: microsoft/OmniParser
|
| 21 |
pipeline_tag: text-classification
|
| 22 |
+
library_name: asteroid
|
| 23 |
tags:
|
| 24 |
- code
|
| 25 |
- chemistry
|