Instructions to use rewrerw/kukuiuku with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use rewrerw/kukuiuku with timm:
import timm model = timm.create_model("hf_hub:rewrerw/kukuiuku", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,6 @@ base_model:
|
|
| 11 |
new_version: google/gemma-4-12B-it
|
| 12 |
pipeline_tag: text-to-audio
|
| 13 |
library_name: timm
|
|
|
|
|
|
|
| 14 |
---
|
|
|
|
| 11 |
new_version: google/gemma-4-12B-it
|
| 12 |
pipeline_tag: text-to-audio
|
| 13 |
library_name: timm
|
| 14 |
+
tags:
|
| 15 |
+
- finance
|
| 16 |
---
|