Instructions to use Christ2fer/dolphin with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Asteroid
How to use Christ2fer/dolphin with Asteroid:
from asteroid.models import BaseModel model = BaseModel.from_pretrained("Christ2fer/dolphin") - Notebooks
- Google Colab
- Kaggle
Commit ·
72484aa
1
Parent(s): 4b19a0d
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
| 1 |
---
|
| 2 |
license: openrail
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: openrail
|
| 3 |
+
datasets:
|
| 4 |
+
- fka/awesome-chatgpt-prompts
|
| 5 |
+
language:
|
| 6 |
+
- ab
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
library_name: asteroid
|
| 10 |
+
pipeline_tag: text-classification
|
| 11 |
+
---
|