Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
thumbnail: null
|
4 |
+
widget:
|
5 |
+
- example_title: Librispeech sample 1
|
6 |
+
src: https://cdn-media.huggingface.co/speech_samples/sample1.flac
|
7 |
+
- example_title: Librispeech sample 2
|
8 |
+
src: https://cdn-media.huggingface.co/speech_samples/sample2.flac
|
9 |
+
metrics:
|
10 |
+
- wer
|
11 |
+
tags:
|
12 |
+
- automatic-speech-recognition
|
13 |
+
- speech
|
14 |
+
- audio
|
15 |
+
- Transducer
|
16 |
+
- TDT
|
17 |
+
- FastConformer
|
18 |
+
- Conformer
|
19 |
+
- pytorch
|
20 |
+
- NeMo
|
21 |
+
- hf-asr-leaderboard
|
22 |
+
language:
|
23 |
+
- en
|
24 |
+
pipeline_tag: automatic-speech-recognition
|
25 |
+
library_name: nemo
|
26 |
+
base_model:
|
27 |
+
- nvidia/parakeet-tdt-0.6b-v2
|
28 |
+
---
|
29 |
+
|
30 |
+
Parakeet TDT 0.6B V2 (En)
|
31 |
+
|
32 |
+
Work in progress, follow this repo for updates: https://github.com/FluidInference/FluidAudio
|