Automatic Speech Recognition
ONNX
NeMo
Portuguese
onnx-asr
nemo-conformer-ctc
speech-to-text
ctc
fastconformer
openvoiceos
Instructions to use OpenVoiceOS/stt_pt_fastconformer_hybrid_large_pc_onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use OpenVoiceOS/stt_pt_fastconformer_hybrid_large_pc_onnx with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("OpenVoiceOS/stt_pt_fastconformer_hybrid_large_pc_onnx") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- config.json +5 -0
- model.int8.onnx +3 -0
- model.onnx +3 -0
- vocab.txt +129 -0
config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "nemo-conformer-ctc",
|
| 3 |
+
"features_size": 80,
|
| 4 |
+
"subsampling_factor": 8
|
| 5 |
+
}
|
model.int8.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0dd747822c194cc9e0dbc1251a2e9698bb2b2263ae82fe477407cd1428d25a85
|
| 3 |
+
size 131278906
|
model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fae54b201d9f4cb9efc5b162ef1798affd422a4163be3a2734bb5354273d03fe
|
| 3 |
+
size 456405174
|
vocab.txt
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<unk> 0
|
| 2 |
+
▁d 1
|
| 3 |
+
▁e 2
|
| 4 |
+
ra 3
|
| 5 |
+
▁p 4
|
| 6 |
+
▁a 5
|
| 7 |
+
▁c 6
|
| 8 |
+
os 7
|
| 9 |
+
nt 8
|
| 10 |
+
es 9
|
| 11 |
+
er 10
|
| 12 |
+
▁s 11
|
| 13 |
+
▁de 12
|
| 14 |
+
▁m 13
|
| 15 |
+
as 14
|
| 16 |
+
ão 15
|
| 17 |
+
do 16
|
| 18 |
+
ar 17
|
| 19 |
+
▁n 18
|
| 20 |
+
qu 19
|
| 21 |
+
is 20
|
| 22 |
+
in 21
|
| 23 |
+
or 22
|
| 24 |
+
um 23
|
| 25 |
+
▁t 24
|
| 26 |
+
re 25
|
| 27 |
+
▁o 26
|
| 28 |
+
ia 27
|
| 29 |
+
▁co 28
|
| 30 |
+
▁f 29
|
| 31 |
+
▁um 30
|
| 32 |
+
ta 31
|
| 33 |
+
em 32
|
| 34 |
+
▁v 33
|
| 35 |
+
▁qu 34
|
| 36 |
+
ent 35
|
| 37 |
+
da 36
|
| 38 |
+
▁es 37
|
| 39 |
+
ro 38
|
| 40 |
+
en 39
|
| 41 |
+
an 40
|
| 42 |
+
▁A 41
|
| 43 |
+
al 42
|
| 44 |
+
▁E 43
|
| 45 |
+
ic 44
|
| 46 |
+
el 45
|
| 47 |
+
to 46
|
| 48 |
+
▁que 47
|
| 49 |
+
ei 48
|
| 50 |
+
ara 49
|
| 51 |
+
am 50
|
| 52 |
+
▁ 51
|
| 53 |
+
a 52
|
| 54 |
+
e 53
|
| 55 |
+
o 54
|
| 56 |
+
s 55
|
| 57 |
+
r 56
|
| 58 |
+
i 57
|
| 59 |
+
n 58
|
| 60 |
+
m 59
|
| 61 |
+
t 60
|
| 62 |
+
d 61
|
| 63 |
+
u 62
|
| 64 |
+
c 63
|
| 65 |
+
l 64
|
| 66 |
+
p 65
|
| 67 |
+
. 66
|
| 68 |
+
v 67
|
| 69 |
+
g 68
|
| 70 |
+
h 69
|
| 71 |
+
b 70
|
| 72 |
+
ã 71
|
| 73 |
+
f 72
|
| 74 |
+
, 73
|
| 75 |
+
q 74
|
| 76 |
+
á 75
|
| 77 |
+
ç 76
|
| 78 |
+
é 77
|
| 79 |
+
A 78
|
| 80 |
+
E 79
|
| 81 |
+
z 80
|
| 82 |
+
ê 81
|
| 83 |
+
O 82
|
| 84 |
+
? 83
|
| 85 |
+
j 84
|
| 86 |
+
C 85
|
| 87 |
+
S 86
|
| 88 |
+
í 87
|
| 89 |
+
P 88
|
| 90 |
+
x 89
|
| 91 |
+
M 90
|
| 92 |
+
ó 91
|
| 93 |
+
U 92
|
| 94 |
+
N 93
|
| 95 |
+
V 94
|
| 96 |
+
T 95
|
| 97 |
+
D 96
|
| 98 |
+
B 97
|
| 99 |
+
F 98
|
| 100 |
+
Q 99
|
| 101 |
+
I 100
|
| 102 |
+
R 101
|
| 103 |
+
õ 102
|
| 104 |
+
ú 103
|
| 105 |
+
ô 104
|
| 106 |
+
L 105
|
| 107 |
+
G 106
|
| 108 |
+
J 107
|
| 109 |
+
â 108
|
| 110 |
+
à 109
|
| 111 |
+
H 110
|
| 112 |
+
É 111
|
| 113 |
+
k 112
|
| 114 |
+
y 113
|
| 115 |
+
w 114
|
| 116 |
+
W 115
|
| 117 |
+
K 116
|
| 118 |
+
Á 117
|
| 119 |
+
Y 118
|
| 120 |
+
Z 119
|
| 121 |
+
X 120
|
| 122 |
+
ü 121
|
| 123 |
+
À 122
|
| 124 |
+
Í 123
|
| 125 |
+
Ó 124
|
| 126 |
+
Ú 125
|
| 127 |
+
 126
|
| 128 |
+
Ô 127
|
| 129 |
+
<blk> 128
|