Instructions to use goodsmileduck/parakeet-tdt-0.6b-v3-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use goodsmileduck/parakeet-tdt-0.6b-v3-onnx with NeMo:
# tag did not correspond to a valid NeMo domain.
- Notebooks
- Google Colab
- Kaggle
Upload config.json with huggingface_hub
Browse files- config.json +5 -0
config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "nemo-conformer-tdt",
|
| 3 |
+
"features_size": 128,
|
| 4 |
+
"subsampling_factor": 8
|
| 5 |
+
}
|