Lattifai commited on
Commit ·
0216291
1
Parent(s): 7e30528
update
Browse files- .gitignore +2 -2
- config.json +5 -0
- g2p.bin +3 -0
- tokenizer.bin → words.bin +2 -2
.gitignore
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
acoustic.onnx
|
| 2 |
.DS_Store
|
| 3 |
-
|
|
|
|
|
|
|
|
|
| 1 |
.DS_Store
|
| 2 |
+
acoustic.onnx
|
| 3 |
+
tokeniz*
|
config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"subsampling_factor": 2,
|
| 3 |
+
"frame_shift": 0.01,
|
| 4 |
+
"sample_rate": 16000
|
| 5 |
+
}
|
g2p.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:484418ac0cc326885e14f8019090dda8cc91f5706feecbc405548b0d05f80ed1
|
| 3 |
+
size 107453514
|
tokenizer.bin → words.bin
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df173d1040c38633d85a3c2fd321897413d1ba8999430243a156c00556bd8ebd
|
| 3 |
+
size 251590
|