Upload folder using huggingface_hub
Browse files- config.json +23 -0
- decoder.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- decoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- decoder.mlpackage/Manifest.json +18 -0
- encoder.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- encoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- encoder.mlpackage/Manifest.json +18 -0
- joint.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- joint.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- joint.mlpackage/Manifest.json +18 -0
- vocab.json +0 -0
config.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"numMelBins": 128,
|
| 3 |
+
"sampleRate": 16000,
|
| 4 |
+
"nFFT": 512,
|
| 5 |
+
"hopLength": 160,
|
| 6 |
+
"winLength": 400,
|
| 7 |
+
"preEmphasis": 0.97,
|
| 8 |
+
"encoderHidden": 1024,
|
| 9 |
+
"encoderLayers": 24,
|
| 10 |
+
"subsamplingFactor": 8,
|
| 11 |
+
"decoderHidden": 640,
|
| 12 |
+
"decoderLayers": 2,
|
| 13 |
+
"vocabSize": 8192,
|
| 14 |
+
"blankTokenId": 8192,
|
| 15 |
+
"numDurationBins": 5,
|
| 16 |
+
"durationBins": [
|
| 17 |
+
0,
|
| 18 |
+
1,
|
| 19 |
+
2,
|
| 20 |
+
3,
|
| 21 |
+
4
|
| 22 |
+
]
|
| 23 |
+
}
|
decoder.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b20e9e49e1829ac99aff91fdf0af36358b5778093aa4c315cc8cabbb912c04db
|
| 3 |
+
size 9034
|
decoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48adf0f0d47c406c8253d4f7fef967436a39da14f5a65e66d5a4b407be355d41
|
| 3 |
+
size 23604992
|
decoder.mlpackage/Manifest.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"fileFormatVersion": "1.0.0",
|
| 3 |
+
"itemInfoEntries": {
|
| 4 |
+
"3a1a2aa3-811f-409b-9e92-741724bd49de": {
|
| 5 |
+
"author": "com.apple.CoreML",
|
| 6 |
+
"description": "CoreML Model Specification",
|
| 7 |
+
"name": "model.mlmodel",
|
| 8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
| 9 |
+
},
|
| 10 |
+
"f6a63327-29fc-4419-81ba-491302222cf3": {
|
| 11 |
+
"author": "com.apple.CoreML",
|
| 12 |
+
"description": "CoreML Model Weights",
|
| 13 |
+
"name": "weights",
|
| 14 |
+
"path": "com.apple.CoreML/weights"
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"rootModelIdentifier": "3a1a2aa3-811f-409b-9e92-741724bd49de"
|
| 18 |
+
}
|
encoder.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d84a30999cddfdeafb8eeb4a80205ba2896171f5baee0a63b3f0542b45f3fba7
|
| 3 |
+
size 942278
|
encoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0255a0595b02613abd64e8856c4151dfe40d5c28fd8d4861af430e560868bcc6
|
| 3 |
+
size 619635392
|
encoder.mlpackage/Manifest.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"fileFormatVersion": "1.0.0",
|
| 3 |
+
"itemInfoEntries": {
|
| 4 |
+
"57a3964a-fa1c-4999-9797-ad657b35e618": {
|
| 5 |
+
"author": "com.apple.CoreML",
|
| 6 |
+
"description": "CoreML Model Specification",
|
| 7 |
+
"name": "model.mlmodel",
|
| 8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
| 9 |
+
},
|
| 10 |
+
"dd0da373-194a-4524-91f9-e5662d293cc4": {
|
| 11 |
+
"author": "com.apple.CoreML",
|
| 12 |
+
"description": "CoreML Model Weights",
|
| 13 |
+
"name": "weights",
|
| 14 |
+
"path": "com.apple.CoreML/weights"
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"rootModelIdentifier": "57a3964a-fa1c-4999-9797-ad657b35e618"
|
| 18 |
+
}
|
joint.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93f49102fc7bcd6db34145dc0217858e3b6a2613af299c790d8b704cd19553f4
|
| 3 |
+
size 5155
|
joint.mlpackage/Data/com.apple.CoreML/weights/weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e0e63d840032f7f07ddb1d64446051166281e5491bf22da8a945c41f6eedb3e
|
| 3 |
+
size 12642764
|
joint.mlpackage/Manifest.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"fileFormatVersion": "1.0.0",
|
| 3 |
+
"itemInfoEntries": {
|
| 4 |
+
"6351f36f-b2d5-4a5a-a345-0346e9be20c9": {
|
| 5 |
+
"author": "com.apple.CoreML",
|
| 6 |
+
"description": "CoreML Model Specification",
|
| 7 |
+
"name": "model.mlmodel",
|
| 8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
| 9 |
+
},
|
| 10 |
+
"eeb9c02b-f286-44a5-b297-43b0a0bde7d4": {
|
| 11 |
+
"author": "com.apple.CoreML",
|
| 12 |
+
"description": "CoreML Model Weights",
|
| 13 |
+
"name": "weights",
|
| 14 |
+
"path": "com.apple.CoreML/weights"
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"rootModelIdentifier": "6351f36f-b2d5-4a5a-a345-0346e9be20c9"
|
| 18 |
+
}
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|