Instructions to use tiny-random/omnivoice with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tiny-random/omnivoice with Transformers:
# Load model directly from transformers import OmniVoice model = OmniVoice.from_pretrained("tiny-random/omnivoice", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- .meta.json +6 -0
.meta.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"omnivoice": "0.1.3",
|
| 3 |
+
"torch": "2.11.0",
|
| 4 |
+
"torchaudio": "2.11.0",
|
| 5 |
+
"transformers": "5.5.0"
|
| 6 |
+
}
|