Update README.md
Browse files
README.md
CHANGED
|
@@ -1,99 +1,17 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
- speech
|
| 20 |
-
|
| 21 |
-
- audio
|
| 22 |
-
|
| 23 |
-
- CTC
|
| 24 |
-
|
| 25 |
-
- Conformer
|
| 26 |
-
|
| 27 |
-
- Arm
|
| 28 |
-
|
| 29 |
-
- PyTorch
|
| 30 |
-
|
| 31 |
-
- quantization
|
| 32 |
-
|
| 33 |
-
- IoT
|
| 34 |
-
|
| 35 |
-
- ALIF
|
| 36 |
-
|
| 37 |
-
model-index:
|
| 38 |
-
|
| 39 |
-
- name: conformer_en_fp32
|
| 40 |
-
|
| 41 |
-
results:
|
| 42 |
-
|
| 43 |
-
- task:
|
| 44 |
-
|
| 45 |
-
name: Automatic Speech Recognition
|
| 46 |
-
|
| 47 |
-
type: automatic-speech-recognition
|
| 48 |
-
|
| 49 |
-
dataset:
|
| 50 |
-
|
| 51 |
-
name: LibriSpeech (clean)
|
| 52 |
-
|
| 53 |
-
type: librispeech_asr
|
| 54 |
-
|
| 55 |
-
config: clean
|
| 56 |
-
|
| 57 |
-
split: test
|
| 58 |
-
|
| 59 |
-
args:
|
| 60 |
-
|
| 61 |
-
language: en
|
| 62 |
-
|
| 63 |
-
metrics:
|
| 64 |
-
|
| 65 |
-
- name: Test WER
|
| 66 |
-
|
| 67 |
-
type: wer
|
| 68 |
-
|
| 69 |
-
value: 6%
|
| 70 |
-
|
| 71 |
-
- task:
|
| 72 |
-
|
| 73 |
-
name: Automatic Speech Recognition
|
| 74 |
-
|
| 75 |
-
type: automatic-speech-recognition
|
| 76 |
-
|
| 77 |
-
dataset:
|
| 78 |
-
|
| 79 |
-
name: LibriSpeech (other)
|
| 80 |
-
|
| 81 |
-
type: librispeech_asr
|
| 82 |
-
|
| 83 |
-
config: other
|
| 84 |
-
|
| 85 |
-
split: test
|
| 86 |
-
|
| 87 |
-
args:
|
| 88 |
-
|
| 89 |
-
language: en
|
| 90 |
-
|
| 91 |
-
metrics:
|
| 92 |
-
|
| 93 |
-
- name: Test WER
|
| 94 |
-
|
| 95 |
-
type: wer
|
| 96 |
-
|
| 97 |
-
value: null
|
| 98 |
-
|
| 99 |
-
---
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- openslr/librispeech_asr
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- wer
|
| 9 |
+
tags:
|
| 10 |
+
- transformers
|
| 11 |
+
- pytorch
|
| 12 |
+
- speech-to-text
|
| 13 |
+
- conformer
|
| 14 |
+
- embedded
|
| 15 |
+
- edgeAI
|
| 16 |
+
- ExecuTorch
|
| 17 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|