hzang commited on
Commit
ffde2ad
·
verified ·
1 Parent(s): 295ae63

Upload Whisper Core ML conversion

Browse files
AudioEncoder.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:affa0ce221500011fbbd93d56aaed8622aad8d8ced9becd8eff1e61657755d47
3
+ size 40739
AudioEncoder.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:4efa9bb81afaf12ac6d7cf7a3a4ba1e6b92f05f96ae77fd55cf725e2ecd3a5fd
3
+ size 16421952
AudioEncoder.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "49e0fc20-0881-4743-8508-7f9f5d114249": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "f343e0bb-7a72-4c91-94ba-a9593c23e62f": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "49e0fc20-0881-4743-8508-7f9f5d114249"
18
+ }
TextDecoder.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c0c3b0b413d6b829a38081d4a7b83422e19d9e53e261ae32203ed824ef96649
3
+ size 82667
TextDecoder.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:2327ebc5a97ce7a3f97d88137d61bdfa345b7965001e110fbae914249195495e
3
+ size 59617074
TextDecoder.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "2c441eb8-20b2-4042-811c-7cfe8dbf6faf": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "589851d9-2cd7-4aec-a10b-e9c35f6cd887": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "2c441eb8-20b2-4042-811c-7cfe8dbf6faf"
18
+ }
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "tiny",
3
+ "is_multilingual": true,
4
+ "dims": {
5
+ "n_mels": 80,
6
+ "n_audio_ctx": 1500,
7
+ "n_audio_state": 384,
8
+ "n_audio_head": 6,
9
+ "n_audio_layer": 4,
10
+ "n_vocab": 51865,
11
+ "n_text_ctx": 448,
12
+ "n_text_state": 384,
13
+ "n_text_head": 6,
14
+ "n_text_layer": 4
15
+ },
16
+ "audio": {
17
+ "sample_rate": 16000,
18
+ "n_fft": 400,
19
+ "hop_length": 160,
20
+ "n_frames": 3000,
21
+ "chunk_seconds": 30
22
+ }
23
+ }
mel_filters.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94b385f1d7568735fa40099550f5d71e8210bef150a3c9d4d86f0d5f2eb86db8
3
+ size 64448