Instructions to use Ghostyplate/Name with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Asteroid
How to use Ghostyplate/Name with Asteroid:
from asteroid.models import BaseModel model = BaseModel.from_pretrained("Ghostyplate/Name") - Notebooks
- Google Colab
- Kaggle
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
datasets:
|
| 3 |
+
- fka/awesome-chatgpt-prompts
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
- ta
|
| 7 |
+
- hi
|
| 8 |
+
- sa
|
| 9 |
+
- ml
|
| 10 |
+
- te
|
| 11 |
+
- fr
|
| 12 |
+
- de
|
| 13 |
+
- zh
|
| 14 |
+
metrics:
|
| 15 |
+
- accuracy
|
| 16 |
+
- character
|
| 17 |
+
library_name: asteroid
|
| 18 |
+
pipeline_tag: text-to-image
|
| 19 |
+
---
|