Upload 10 files
Browse files- Embedding.mlmodelc/analytics/coremldata.bin +1 -1
- Embedding.mlmodelc/coremldata.bin +2 -2
- Embedding.mlmodelc/metadata.json +27 -16
- Embedding.mlmodelc/model.mil +0 -0
- Segmentation.mlmodelc/analytics/coremldata.bin +1 -1
- Segmentation.mlmodelc/coremldata.bin +1 -1
- Segmentation.mlmodelc/metadata.json +1 -1
Embedding.mlmodelc/analytics/coremldata.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 243
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a887d7ac3ba52d42b7281b8739d01cfbc9d21862e1544d6892e49c039cd6f1d
|
| 3 |
size 243
|
Embedding.mlmodelc/coremldata.bin
CHANGED
|
@@ -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:9a95bbb1ada5d3da7c7d72e10103f579cbafa4e21d1777979bc1442858226caf
|
| 3 |
+
size 557
|
Embedding.mlmodelc/metadata.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
[
|
| 2 |
{
|
| 3 |
-
"shortDescription" : "pyannote community-1 speaker embedding (5 s WeSpeaker ResNet34)",
|
| 4 |
"metadataOutputVersion" : "3.0",
|
| 5 |
"outputSchema" : [
|
| 6 |
{
|
|
@@ -23,25 +23,26 @@
|
|
| 23 |
"storagePrecision" : "Float32",
|
| 24 |
"license" : "CC-BY-4.0",
|
| 25 |
"mlProgramOperationTypeHistogram" : {
|
| 26 |
-
"Ios17.
|
| 27 |
-
"
|
| 28 |
-
"Ios17.linear" : 4,
|
| 29 |
"Ios17.transpose" : 2,
|
| 30 |
-
"Ios17.
|
| 31 |
-
"Ios17.
|
| 32 |
-
"Ios17.log" : 1,
|
| 33 |
-
"Ios17.concat" : 1,
|
| 34 |
-
"Ios17.add" : 17,
|
| 35 |
"Ios17.sliceByIndex" : 1,
|
| 36 |
-
"Ios16.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
"Ios17.clip" : 2,
|
| 38 |
"Ios16.relu" : 33,
|
|
|
|
|
|
|
| 39 |
"Ios17.pow" : 2,
|
| 40 |
-
"Ios17.
|
| 41 |
-
"
|
| 42 |
-
"Ios17.squeeze" : 3,
|
| 43 |
-
"Ios17.reshape" : 1,
|
| 44 |
-
"Pad" : 2
|
| 45 |
},
|
| 46 |
"computePrecision" : "Mixed (Float32, Int32)",
|
| 47 |
"stateSchema" : [
|
|
@@ -69,10 +70,20 @@
|
|
| 69 |
"shape" : "[1, 1, 80000]",
|
| 70 |
"name" : "audio",
|
| 71 |
"type" : "MultiArray"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
}
|
| 73 |
],
|
| 74 |
"userDefinedMetadata" : {
|
| 75 |
-
"com.github.apple.coremltools.conversion_date" : "2025-
|
| 76 |
"com.github.apple.coremltools.source" : "torch==2.8.0",
|
| 77 |
"com.github.apple.coremltools.version" : "9.0b1",
|
| 78 |
"com.github.apple.coremltools.source_dialect" : "TorchScript"
|
|
|
|
| 1 |
[
|
| 2 |
{
|
| 3 |
+
"shortDescription" : "pyannote community-1 speaker embedding (5 s WeSpeaker ResNet34 with weighted pooling)",
|
| 4 |
"metadataOutputVersion" : "3.0",
|
| 5 |
"outputSchema" : [
|
| 6 |
{
|
|
|
|
| 23 |
"storagePrecision" : "Float32",
|
| 24 |
"license" : "CC-BY-4.0",
|
| 25 |
"mlProgramOperationTypeHistogram" : {
|
| 26 |
+
"Ios17.reshape" : 1,
|
| 27 |
+
"Ios16.reduceMean" : 2,
|
|
|
|
| 28 |
"Ios17.transpose" : 2,
|
| 29 |
+
"Ios17.expandDims" : 8,
|
| 30 |
+
"Ios17.add" : 19,
|
|
|
|
|
|
|
|
|
|
| 31 |
"Ios17.sliceByIndex" : 1,
|
| 32 |
+
"Ios16.reduceSum" : 4,
|
| 33 |
+
"Ios17.squeeze" : 4,
|
| 34 |
+
"Pad" : 2,
|
| 35 |
+
"Ios17.log" : 1,
|
| 36 |
+
"Ios17.sqrt" : 1,
|
| 37 |
+
"Ios17.sub" : 5,
|
| 38 |
+
"Ios17.conv" : 37,
|
| 39 |
"Ios17.clip" : 2,
|
| 40 |
"Ios16.relu" : 33,
|
| 41 |
+
"Ios17.linear" : 4,
|
| 42 |
+
"Ios17.concat" : 1,
|
| 43 |
"Ios17.pow" : 2,
|
| 44 |
+
"Ios17.realDiv" : 3,
|
| 45 |
+
"Ios17.mul" : 7
|
|
|
|
|
|
|
|
|
|
| 46 |
},
|
| 47 |
"computePrecision" : "Mixed (Float32, Int32)",
|
| 48 |
"stateSchema" : [
|
|
|
|
| 70 |
"shape" : "[1, 1, 80000]",
|
| 71 |
"name" : "audio",
|
| 72 |
"type" : "MultiArray"
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"hasShapeFlexibility" : "0",
|
| 76 |
+
"isOptional" : "0",
|
| 77 |
+
"dataType" : "Float32",
|
| 78 |
+
"formattedType" : "MultiArray (Float32 1 × 63)",
|
| 79 |
+
"shortDescription" : "",
|
| 80 |
+
"shape" : "[1, 63]",
|
| 81 |
+
"name" : "weights",
|
| 82 |
+
"type" : "MultiArray"
|
| 83 |
}
|
| 84 |
],
|
| 85 |
"userDefinedMetadata" : {
|
| 86 |
+
"com.github.apple.coremltools.conversion_date" : "2025-10-01",
|
| 87 |
"com.github.apple.coremltools.source" : "torch==2.8.0",
|
| 88 |
"com.github.apple.coremltools.version" : "9.0b1",
|
| 89 |
"com.github.apple.coremltools.source_dialect" : "TorchScript"
|
Embedding.mlmodelc/model.mil
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Segmentation.mlmodelc/analytics/coremldata.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 243
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5577f213018ef32868bba35561cb6cca3f001936dd6286ce62ae1e8d50635b28
|
| 3 |
size 243
|
Segmentation.mlmodelc/coremldata.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 511
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b174c84069af006e896a586e50ff76c5a37eda9cc3840a3e1c2350407abcbd2
|
| 3 |
size 511
|
Segmentation.mlmodelc/metadata.json
CHANGED
|
@@ -63,7 +63,7 @@
|
|
| 63 |
}
|
| 64 |
],
|
| 65 |
"userDefinedMetadata" : {
|
| 66 |
-
"com.github.apple.coremltools.conversion_date" : "2025-
|
| 67 |
"com.github.apple.coremltools.source" : "torch==2.8.0",
|
| 68 |
"com.github.apple.coremltools.version" : "9.0b1",
|
| 69 |
"com.github.apple.coremltools.source_dialect" : "TorchScript"
|
|
|
|
| 63 |
}
|
| 64 |
],
|
| 65 |
"userDefinedMetadata" : {
|
| 66 |
+
"com.github.apple.coremltools.conversion_date" : "2025-10-01",
|
| 67 |
"com.github.apple.coremltools.source" : "torch==2.8.0",
|
| 68 |
"com.github.apple.coremltools.version" : "9.0b1",
|
| 69 |
"com.github.apple.coremltools.source_dialect" : "TorchScript"
|