Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
unity
/
sentis-whisper-tiny
like
48
Follow
Unity Technologies
265
Automatic Speech Recognition
unity-sentis
ONNX
License:
apache-2.0
Model card
Files
Files and versions
Community
13
Use this model
Paul Bird
commited on
Jan 17, 2024
Commit
9dc1998
·
verified
·
1 Parent(s):
38764ad
Create info.json
Browse files
Files changed (1)
hide
show
info.json
+13
-0
info.json
ADDED
Viewed
@@ -0,0 +1,13 @@
1
+
{
2
+
"code": [
3
+
"RunWhisper.cs"
4
+
],
5
+
"models": [
6
+
"AudioEncoder_Tiny.sentis",
7
+
"AudioDecoder_Tiny.sentis",
8
+
"LogMelSepctro.sentis"
9
+
],
10
+
"data" : [
11
+
"vocab.json"
12
+
]
13
+
}