Instructions to use Whyte283/Business with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Asteroid
How to use Whyte283/Business with Asteroid:
from asteroid.models import BaseModel model = BaseModel.from_pretrained("Whyte283/Business") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
| 1 |
---
|
| 2 |
license: bigscience-openrail-m
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: bigscience-openrail-m
|
| 3 |
+
datasets:
|
| 4 |
+
- Open-Orca/OpenOrca
|
| 5 |
+
language:
|
| 6 |
+
- aa
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
library_name: asteroid
|
| 10 |
+
pipeline_tag: text-classification
|
| 11 |
+
---
|