alexwengg commited on
Commit
7889fea
·
verified ·
1 Parent(s): 44bcb59

Inflect v2 Micro/Nano CoreML: fixed-shape encoder + bucketed synthesizers (fp16)

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. LICENSE +201 -0
  2. README.md +73 -0
  3. micro/encoder.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  4. micro/encoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  5. micro/encoder.mlpackage/Manifest.json +18 -0
  6. micro/synthesizer_f1024.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  7. micro/synthesizer_f1024.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  8. micro/synthesizer_f1024.mlpackage/Manifest.json +18 -0
  9. micro/synthesizer_f2048.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  10. micro/synthesizer_f2048.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  11. micro/synthesizer_f2048.mlpackage/Manifest.json +18 -0
  12. micro/synthesizer_f256.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  13. micro/synthesizer_f256.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  14. micro/synthesizer_f256.mlpackage/Manifest.json +18 -0
  15. micro/synthesizer_f384.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  16. micro/synthesizer_f384.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  17. micro/synthesizer_f384.mlpackage/Manifest.json +18 -0
  18. micro/synthesizer_f512.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  19. micro/synthesizer_f512.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  20. micro/synthesizer_f512.mlpackage/Manifest.json +18 -0
  21. micro/synthesizer_f640.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  22. micro/synthesizer_f640.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  23. micro/synthesizer_f640.mlpackage/Manifest.json +18 -0
  24. micro/synthesizer_f768.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  25. micro/synthesizer_f768.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  26. micro/synthesizer_f768.mlpackage/Manifest.json +18 -0
  27. micro/synthesizer_f896.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  28. micro/synthesizer_f896.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  29. micro/synthesizer_f896.mlpackage/Manifest.json +18 -0
  30. micro/upstream_config.json +69 -0
  31. nano/encoder.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  32. nano/encoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  33. nano/encoder.mlpackage/Manifest.json +18 -0
  34. nano/synthesizer_f1024.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  35. nano/synthesizer_f1024.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  36. nano/synthesizer_f1024.mlpackage/Manifest.json +18 -0
  37. nano/synthesizer_f2048.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  38. nano/synthesizer_f2048.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  39. nano/synthesizer_f2048.mlpackage/Manifest.json +18 -0
  40. nano/synthesizer_f256.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  41. nano/synthesizer_f256.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  42. nano/synthesizer_f256.mlpackage/Manifest.json +18 -0
  43. nano/synthesizer_f384.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  44. nano/synthesizer_f384.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  45. nano/synthesizer_f384.mlpackage/Manifest.json +18 -0
  46. nano/synthesizer_f512.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  47. nano/synthesizer_f512.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  48. nano/synthesizer_f512.mlpackage/Manifest.json +18 -0
  49. nano/synthesizer_f640.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  50. nano/synthesizer_f640.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
LICENSE ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "{}"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets.) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright {yyyy} {name of copyright owner}
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ pipeline_tag: text-to-speech
6
+ tags:
7
+ - coreml
8
+ - tts
9
+ - vits
10
+ - apple-silicon
11
+ - ane
12
+ base_model:
13
+ - owensong/Inflect-Micro-v2
14
+ - owensong/Inflect-Nano-v2
15
+ ---
16
+
17
+ # Inflect v2 CoreML (Micro + Nano)
18
+
19
+ Fixed-shape CoreML conversion of [Inflect-Micro-v2](https://huggingface.co/owensong/Inflect-Micro-v2)
20
+ (9.36M params) and [Inflect-Nano-v2](https://huggingface.co/owensong/Inflect-Nano-v2) (3.97M params) —
21
+ ultra-tiny VITS-family end-to-end English TTS, 24 kHz mono, fp16.
22
+
23
+ Converted by [FluidInference](https://huggingface.co/FluidInference) (mobius);
24
+ conversion pipeline, parity checks, and benchmark harness live in the
25
+ `models/tts/inflect-v2/coreml/` directory of the mobius repo.
26
+
27
+ ## Contents
28
+
29
+ ```
30
+ micro/ 9.4M params, ~19 MB fp16 total per graph set
31
+ encoder.mlpackage tokens+mask -> m_p, logs_p, logw [t_text=512]
32
+ synthesizer_f{256,384,512,640,768,896,1024,2048}.mlpackage
33
+ z_p+mask -> waveform [bucket frames x 256 samples]
34
+ upstream_config.json
35
+ nano/ 4.0M params, ~8 MB fp16 per graph set (same layout)
36
+ symbols.json keithito-style symbol table (178 symbols, add_blank interspersal)
37
+ LICENSE Apache-2.0 (upstream)
38
+ ```
39
+
40
+ ## Inference pipeline
41
+
42
+ Two deterministic models with everything stochastic or dynamically shaped on the host:
43
+
44
+ 1. espeak-ng `en-us` phonemization (with stress) → symbol ids → intersperse blanks (`pad_id=0`) → pad to 512.
45
+ 2. `encoder`: → `m_p`, `logs_p`, `logw`.
46
+ 3. Host: `w = ceil(exp(logw))/speed`; repeat-expand `m_p`/`logs_p` to `y_len` frames;
47
+ `z_p = m_p + randn * exp(logs_p) * noise_scale` (default 0.667).
48
+ 4. Pick the smallest synthesizer bucket ≥ `y_len`; zero-pad `z_p`, mask valid frames.
49
+ 5. `synthesizer`: reverse coupling flow + HiFiGAN → waveform; trim to `y_len * 256` samples.
50
+
51
+ Buckets are fixed-shape for ANE compatibility; at 128-frame granularity padding
52
+ overhead is within ~5% of exact-shape synthesis.
53
+
54
+ ## Benchmarks (M5 Pro, macOS 26.6, GPU, MiniMax-English 100 phrases)
55
+
56
+ | Variant | Synth p50 / p95 | Agg RTFx | WER* | CER* |
57
+ |---|---|---|---|---|
58
+ | Micro | 25.7 / 35.5 ms | 245× | 1.43% | 0.44% |
59
+ | Nano | 13.2 / 16.9 ms | 460× | 1.92% | 0.57% |
60
+
61
+ \* Parakeet TDT v3 roundtrip, same scoring path as the
62
+ [FluidAudio](https://github.com/FluidInference/FluidAudio) TTS benchmarks.
63
+ fp16 parity vs the PyTorch reference: audio correlation > 0.9999, predicted
64
+ durations bit-identical.
65
+
66
+ ## Notes
67
+
68
+ - ANE: the synthesizer's waveform-rate tensors exceed the ANE width limit
69
+ (W ≤ 65536) above the 256-frame bucket; f256 reaches 77% ANE residency,
70
+ larger buckets run on GPU (which is faster at every size on M-series).
71
+ - English only, one voice per variant, no cloning. Sample rate 24 kHz.
72
+ - Upstream weights and frontend: Apache-2.0, © the Inflect authors. This repo
73
+ redistributes converted weights under the same license.
micro/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:c477b8b44659a9842e2dbf4c1716550bddb05ff5aa57d63808df2c24024bb734
3
+ size 82069
micro/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:fb58e350102274ec50f4027e3a8488075a5af0bf14ce43b7f0af7f2cfeab2c19
3
+ size 4131840
micro/encoder.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "2536FBA3-FD9D-4BEF-A1F0-7D8C7C6A860A": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "8B90C7A4-23A5-41D4-A90C-9963C94D34C7": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "2536FBA3-FD9D-4BEF-A1F0-7D8C7C6A860A"
18
+ }
micro/synthesizer_f1024.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8eaf0868b51c990149bfe482d8fe388f71d1bdc57b52f06eb547022193a454dc
3
+ size 236296
micro/synthesizer_f1024.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:f7ef4ad0f9258746904f9e69e88fd2f1f13b32b81fe5db0dae9c4c1477a6d0c0
3
+ size 15163864
micro/synthesizer_f1024.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "268E6173-F8DF-4F66-9106-81DF7505EC78": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "3DC79D30-EC8D-4C75-846F-73F07D07741B": {
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": "3DC79D30-EC8D-4C75-846F-73F07D07741B"
18
+ }
micro/synthesizer_f2048.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a084936fa0cda076f60b1a9e5fa4c5c3eb349a2692a99c999c72f867ecd2c7dd
3
+ size 236345
micro/synthesizer_f2048.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:f7ef4ad0f9258746904f9e69e88fd2f1f13b32b81fe5db0dae9c4c1477a6d0c0
3
+ size 15163864
micro/synthesizer_f2048.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "3B7B23B4-1FC2-4AEB-A4CE-87CCF6DBDC22": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "C5A7BDE6-7E29-4A7C-96A1-EDF55C9D2171": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "3B7B23B4-1FC2-4AEB-A4CE-87CCF6DBDC22"
18
+ }
micro/synthesizer_f256.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f04740b0f5ceba0777ba8a127c8db52229719c078139d205689a2d5079988d9
3
+ size 236296
micro/synthesizer_f256.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:f7ef4ad0f9258746904f9e69e88fd2f1f13b32b81fe5db0dae9c4c1477a6d0c0
3
+ size 15163864
micro/synthesizer_f256.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "7D065724-83DF-4F02-88EF-A20889E595EB": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "CDBC141E-9DEF-4B0C-8EF9-CB7782D7BB7E": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "7D065724-83DF-4F02-88EF-A20889E595EB"
18
+ }
micro/synthesizer_f384.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0dedb0c4316370022e8c1a51f48b5093d866b054a6428c459b9eed347de1b97
3
+ size 236601
micro/synthesizer_f384.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:f7ef4ad0f9258746904f9e69e88fd2f1f13b32b81fe5db0dae9c4c1477a6d0c0
3
+ size 15163864
micro/synthesizer_f384.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "9D80452F-53D5-4B28-8A7C-24BB18CA460B": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "D8A6E01C-33D5-48BE-A0AA-E263D79C2B88": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "9D80452F-53D5-4B28-8A7C-24BB18CA460B"
18
+ }
micro/synthesizer_f512.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bdd607d76aac9529f9d686f99938a546cb43e04870c6a9f5dfb30fb4d8e5b5d
3
+ size 236296
micro/synthesizer_f512.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:f7ef4ad0f9258746904f9e69e88fd2f1f13b32b81fe5db0dae9c4c1477a6d0c0
3
+ size 15163864
micro/synthesizer_f512.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "769E9902-9246-4FCD-A8E7-1FE2F56F8484": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "D607AD72-61C4-4036-B626-BA733F1F1A0B": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "769E9902-9246-4FCD-A8E7-1FE2F56F8484"
18
+ }
micro/synthesizer_f640.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db8344c705d399ae365e712a603bede2faba38aee73a837ffde94ca66dea904e
3
+ size 236601
micro/synthesizer_f640.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:f7ef4ad0f9258746904f9e69e88fd2f1f13b32b81fe5db0dae9c4c1477a6d0c0
3
+ size 15163864
micro/synthesizer_f640.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "7A02020F-8BF6-4D5E-ACCA-87E25C5070BD": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "CA6ED2AD-363F-455D-BE7E-144C155C3DA8": {
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": "CA6ED2AD-363F-455D-BE7E-144C155C3DA8"
18
+ }
micro/synthesizer_f768.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7932f587e722d60f311a40d4a05c19901ffc57ac8584d5c3b91a9ef545065ff9
3
+ size 236601
micro/synthesizer_f768.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:f7ef4ad0f9258746904f9e69e88fd2f1f13b32b81fe5db0dae9c4c1477a6d0c0
3
+ size 15163864
micro/synthesizer_f768.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "30384264-603A-4A76-B574-BD153EEC9783": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "EB9126E4-1D38-4064-BFBC-E2526B1A837C": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "30384264-603A-4A76-B574-BD153EEC9783"
18
+ }
micro/synthesizer_f896.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:985125080505d47b5222f45d09a3f1962684484552d305eb5d6763b8e4c26cfc
3
+ size 236601
micro/synthesizer_f896.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:f7ef4ad0f9258746904f9e69e88fd2f1f13b32b81fe5db0dae9c4c1477a6d0c0
3
+ size 15163864
micro/synthesizer_f896.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "0C685287-7B90-4C2E-BAE1-A14722B22EC1": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "BA99867B-F916-44FB-9882-60F01B85181E": {
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": "BA99867B-F916-44FB-9882-60F01B85181E"
18
+ }
micro/upstream_config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "format": "inflect_v2_inference_config_v1",
3
+ "train": {
4
+ "segment_size": 16384
5
+ },
6
+ "data": {
7
+ "text_cleaners": [],
8
+ "max_wav_value": 32768.0,
9
+ "sampling_rate": 24000,
10
+ "filter_length": 1024,
11
+ "hop_length": 256,
12
+ "win_length": 1024,
13
+ "n_mel_channels": 80,
14
+ "mel_fmin": 0.0,
15
+ "mel_fmax": 12000.0,
16
+ "add_blank": true,
17
+ "n_speakers": 0,
18
+ "cleaned_text": true
19
+ },
20
+ "model": {
21
+ "inter_channels": 192,
22
+ "hidden_channels": 96,
23
+ "filter_channels": 768,
24
+ "n_heads": 2,
25
+ "n_layers": 3,
26
+ "kernel_size": 3,
27
+ "p_dropout": 0.1,
28
+ "resblock": "1",
29
+ "resblock_kernel_sizes": [
30
+ 3,
31
+ 7,
32
+ 11
33
+ ],
34
+ "resblock_dilation_sizes": [
35
+ [
36
+ 1,
37
+ 3,
38
+ 5
39
+ ],
40
+ [
41
+ 1,
42
+ 3,
43
+ 5
44
+ ],
45
+ [
46
+ 1,
47
+ 3,
48
+ 5
49
+ ]
50
+ ],
51
+ "upsample_rates": [
52
+ 8,
53
+ 8,
54
+ 2,
55
+ 2
56
+ ],
57
+ "upsample_initial_channel": 320,
58
+ "upsample_kernel_sizes": [
59
+ 16,
60
+ 16,
61
+ 4,
62
+ 4
63
+ ],
64
+ "n_layers_q": 3,
65
+ "use_spectral_norm": false,
66
+ "use_sdp": false,
67
+ "inference_only": true
68
+ }
69
+ }
nano/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:9eb15c18ad2e6e6f17639416b1accb3bf7f190a920211acd0189cc2bca1c3806
3
+ size 82041
nano/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:a8572614b46a917a8f55400b15d4af3a446c16adf58cb6a566d8774f1b2c6186
3
+ size 2143936
nano/encoder.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "449796BD-CF97-474E-BCA5-4B097E045322": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "5B37B674-FB98-4947-B0DC-5AC98614B141": {
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": "5B37B674-FB98-4947-B0DC-5AC98614B141"
18
+ }
nano/synthesizer_f1024.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3df173f394f9b50bfa329b4d77fa2089dbadbdb4436d180d1284646645c4f8a5
3
+ size 236097
nano/synthesizer_f1024.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:d0e8562d311cd98c3fed52c113f2f7d37afa3209e14d74c332a7ead3fe8c9d72
3
+ size 6236008
nano/synthesizer_f1024.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "7D716705-DB15-412F-BCE9-C6FAB931C8EE": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "9CF5145A-AA57-4724-ABD1-DBB744E0BD6C": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "7D716705-DB15-412F-BCE9-C6FAB931C8EE"
18
+ }
nano/synthesizer_f2048.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12cb668cf6502d7dc109d6e928d4911c000f6ff182ebdfdf3b43a2754d1703a7
3
+ size 236146
nano/synthesizer_f2048.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:d0e8562d311cd98c3fed52c113f2f7d37afa3209e14d74c332a7ead3fe8c9d72
3
+ size 6236008
nano/synthesizer_f2048.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "39477CA3-B4BE-453C-BF73-3D24B433FE02": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "FF3CCC20-876F-48AE-972E-F28990B7657A": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "39477CA3-B4BE-453C-BF73-3D24B433FE02"
18
+ }
nano/synthesizer_f256.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94fe4ac2166cb9da4df62739223a2044ec4eac921a0f517f3f6a9e566bb14801
3
+ size 236097
nano/synthesizer_f256.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:d0e8562d311cd98c3fed52c113f2f7d37afa3209e14d74c332a7ead3fe8c9d72
3
+ size 6236008
nano/synthesizer_f256.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "8EB97517-1604-48D8-986B-D4969C01E160": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "E0734AEC-D703-4D8A-AFD1-CAEDE9304ADD": {
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": "E0734AEC-D703-4D8A-AFD1-CAEDE9304ADD"
18
+ }
nano/synthesizer_f384.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a3860ee62ef1d1e5650dca730d47b06cab2e8b456a00f535c6481cbdd97226b
3
+ size 236402
nano/synthesizer_f384.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:d0e8562d311cd98c3fed52c113f2f7d37afa3209e14d74c332a7ead3fe8c9d72
3
+ size 6236008
nano/synthesizer_f384.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "7C3919FD-233D-426B-9C14-4CBE3A608FB5": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "E15AD309-3C78-4C25-B1D5-736412E2EAA2": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "7C3919FD-233D-426B-9C14-4CBE3A608FB5"
18
+ }
nano/synthesizer_f512.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e54430f140d62de23f4fce40d5110f392e1f4bb57136512f08b0413929b6478
3
+ size 236097
nano/synthesizer_f512.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:d0e8562d311cd98c3fed52c113f2f7d37afa3209e14d74c332a7ead3fe8c9d72
3
+ size 6236008
nano/synthesizer_f512.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "12029ABE-0E56-4C46-9A59-8EBBF96CFD48": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "D6A98B2D-4ABE-46E3-B1BA-07B89B206A64": {
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": "D6A98B2D-4ABE-46E3-B1BA-07B89B206A64"
18
+ }
nano/synthesizer_f640.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e716885f96c619e0d73e688272bce2eb2b227c4b93a560255d9cda462cde7e80
3
+ size 236402
nano/synthesizer_f640.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:d0e8562d311cd98c3fed52c113f2f7d37afa3209e14d74c332a7ead3fe8c9d72
3
+ size 6236008