Colab Notebook to Run Text-2-Speech Inference on OpenVINO Intel AI
Browse files
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- Alamerton/common-words
|
4 |
+
- hf-internal-testing/librispeech_asr_demo
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- openai/whisper-small
|
9 |
+
- distil-whisper/distil-large-v3
|
10 |
+
pipeline_tag: text-to-speech
|
11 |
+
---
|