hzang commited on
Commit
9c44ec5
·
verified ·
1 Parent(s): b9a97e2

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:400f3a6e80df60e49616066c92fac4457a437a0116d310a249b0c637793001eb
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:847c5c962d49da728e4e85ac0aaaa084b29329fdeaf3ec7250149cffe932509b
3
+ size 16421952
AudioEncoder.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "71e08583-d62d-41d5-af99-a62019f8d527": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "7a885421-d61a-44c5-ac75-96bc4a38d216": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Specification",
13
+ "name": "model.mlmodel",
14
+ "path": "com.apple.CoreML/model.mlmodel"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "7a885421-d61a-44c5-ac75-96bc4a38d216"
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:5d13e5313579b2c4945d1598f1c09e842555d9049afa7eaa38143eb875e026e7
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:d32b14f5b28bc825bf4c35085d7df7387bde2f8e1df152fa1b8d255b2b0a4834
3
+ size 59616304
TextDecoder.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "24ad3153-0462-4fa6-a821-c272fa2117b6": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "5fb03132-6e98-4cd0-b0d1-49501c2cb6d0": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Specification",
13
+ "name": "model.mlmodel",
14
+ "path": "com.apple.CoreML/model.mlmodel"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "5fb03132-6e98-4cd0-b0d1-49501c2cb6d0"
18
+ }
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "tiny.en",
3
+ "is_multilingual": false,
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": 51864,
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