Delete nvidia_parakeet-ja_483MB/MultimodalLogits.mlmodelc

#1
nvidia_parakeet-ja/MultimodalLogits.mlmodelc/analytics/coremldata.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:221a0b445bb9285847cf226f9f4b92f7937df26420258c097f92c76a30a9e6dd
3
  size 243
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:219c0e0c3a4cd73e660421d17e617af17184f2e319e03d6d6701bf1c50fc1e29
3
  size 243
nvidia_parakeet-ja/MultimodalLogits.mlmodelc/coremldata.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9915e1c06ebb6405326788975f23c59c527ca0b35d2615d51c38139058d409ca
3
- size 458
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7443a41887a91d5104f9c9f44774b7d5498b451eeac2724a8fae271498c4cd9e
3
+ size 431
nvidia_parakeet-ja/MultimodalLogits.mlmodelc/metadata.json CHANGED
@@ -3,16 +3,6 @@
3
  "metadataOutputVersion" : "3.0",
4
  "storagePrecision" : "Float16",
5
  "outputSchema" : [
6
- {
7
- "hasShapeFlexibility" : "0",
8
- "isOptional" : "0",
9
- "dataType" : "Float16",
10
- "formattedType" : "MultiArray (Float16 1 × 3078)",
11
- "shortDescription" : "",
12
- "shape" : "[1, 3078]",
13
- "name" : "raw_logits",
14
- "type" : "MultiArray"
15
- },
16
  {
17
  "hasShapeFlexibility" : "0",
18
  "isOptional" : "0",
@@ -29,13 +19,11 @@
29
  ],
30
  "specificationVersion" : 8,
31
  "mlProgramOperationTypeHistogram" : {
32
- "Ios16.softmax" : 1,
33
- "Ios17.log" : 1,
34
- "Ios17.linear" : 1,
35
  "Ios17.add" : 1,
36
- "Ios16.relu" : 1
 
37
  },
38
- "computePrecision" : "Mixed (Float16, Float32, Int32)",
39
  "isUpdatable" : "0",
40
  "stateSchema" : [
41
 
 
3
  "metadataOutputVersion" : "3.0",
4
  "storagePrecision" : "Float16",
5
  "outputSchema" : [
 
 
 
 
 
 
 
 
 
 
6
  {
7
  "hasShapeFlexibility" : "0",
8
  "isOptional" : "0",
 
19
  ],
20
  "specificationVersion" : 8,
21
  "mlProgramOperationTypeHistogram" : {
 
 
 
22
  "Ios17.add" : 1,
23
+ "Ios16.relu" : 1,
24
+ "Ios17.linear" : 1
25
  },
26
+ "computePrecision" : "Float16",
27
  "isUpdatable" : "0",
28
  "stateSchema" : [
29
 
nvidia_parakeet-ja/MultimodalLogits.mlmodelc/model.mil CHANGED
@@ -3,13 +3,9 @@ program(1.0)
3
  {
4
  func main<ios17>(tensor<fp16, [1, 640]> decoder_output_projected, tensor<fp16, [1, 640]> encoder_output_projected) {
5
  tensor<fp16, [1, 640]> input_1_cast_fp16 = add(x = decoder_output_projected, y = encoder_output_projected)[name = tensor<string, []>("input_1_cast_fp16")];
6
- tensor<fp16, [1, 640]> input_3_cast_fp16 = relu(x = input_1_cast_fp16)[name = tensor<string, []>("input_3_cast_fp16")];
7
  tensor<fp16, [3078, 640]> joint_net_1_weight_to_fp16 = const()[name = tensor<string, []>("joint_net_1_weight_to_fp16"), val = tensor<fp16, [3078, 640]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(64)))];
8
  tensor<fp16, [3078]> joint_net_1_bias_to_fp16 = const()[name = tensor<string, []>("joint_net_1_bias_to_fp16"), val = tensor<fp16, [3078]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(3939968)))];
9
- tensor<fp16, [1, 3078]> raw_logits = linear(bias = joint_net_1_bias_to_fp16, weight = joint_net_1_weight_to_fp16, x = input_3_cast_fp16)[name = tensor<string, []>("linear_0_cast_fp16")];
10
- tensor<int32, []> var_11 = const()[name = tensor<string, []>("op_11"), val = tensor<int32, []>(-1)];
11
- tensor<fp16, [1, 3078]> var_13_softmax_cast_fp16 = softmax(axis = var_11, x = raw_logits)[name = tensor<string, []>("op_13_softmax_cast_fp16")];
12
- tensor<fp32, []> var_13_epsilon_0 = const()[name = tensor<string, []>("op_13_epsilon_0"), val = tensor<fp32, []>(0x1p-149)];
13
- tensor<fp16, [1, 3078]> logits = log(epsilon = var_13_epsilon_0, x = var_13_softmax_cast_fp16)[name = tensor<string, []>("op_13_cast_fp16")];
14
- } -> (raw_logits, logits);
15
  }
 
3
  {
4
  func main<ios17>(tensor<fp16, [1, 640]> decoder_output_projected, tensor<fp16, [1, 640]> encoder_output_projected) {
5
  tensor<fp16, [1, 640]> input_1_cast_fp16 = add(x = decoder_output_projected, y = encoder_output_projected)[name = tensor<string, []>("input_1_cast_fp16")];
6
+ tensor<fp16, [1, 640]> input_cast_fp16 = relu(x = input_1_cast_fp16)[name = tensor<string, []>("input_cast_fp16")];
7
  tensor<fp16, [3078, 640]> joint_net_1_weight_to_fp16 = const()[name = tensor<string, []>("joint_net_1_weight_to_fp16"), val = tensor<fp16, [3078, 640]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(64)))];
8
  tensor<fp16, [3078]> joint_net_1_bias_to_fp16 = const()[name = tensor<string, []>("joint_net_1_bias_to_fp16"), val = tensor<fp16, [3078]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(3939968)))];
9
+ tensor<fp16, [1, 3078]> logits = linear(bias = joint_net_1_bias_to_fp16, weight = joint_net_1_weight_to_fp16, x = input_cast_fp16)[name = tensor<string, []>("linear_0_cast_fp16")];
10
+ } -> (logits);
 
 
 
 
11
  }
nvidia_parakeet-ja_483MB/MultimodalLogits.mlmodelc/analytics/coremldata.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:221a0b445bb9285847cf226f9f4b92f7937df26420258c097f92c76a30a9e6dd
3
  size 243
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:219c0e0c3a4cd73e660421d17e617af17184f2e319e03d6d6701bf1c50fc1e29
3
  size 243
nvidia_parakeet-ja_483MB/MultimodalLogits.mlmodelc/coremldata.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9915e1c06ebb6405326788975f23c59c527ca0b35d2615d51c38139058d409ca
3
- size 458
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7443a41887a91d5104f9c9f44774b7d5498b451eeac2724a8fae271498c4cd9e
3
+ size 431
nvidia_parakeet-ja_483MB/MultimodalLogits.mlmodelc/metadata.json CHANGED
@@ -3,16 +3,6 @@
3
  "metadataOutputVersion" : "3.0",
4
  "storagePrecision" : "Float16",
5
  "outputSchema" : [
6
- {
7
- "hasShapeFlexibility" : "0",
8
- "isOptional" : "0",
9
- "dataType" : "Float16",
10
- "formattedType" : "MultiArray (Float16 1 × 3078)",
11
- "shortDescription" : "",
12
- "shape" : "[1, 3078]",
13
- "name" : "raw_logits",
14
- "type" : "MultiArray"
15
- },
16
  {
17
  "hasShapeFlexibility" : "0",
18
  "isOptional" : "0",
@@ -29,13 +19,11 @@
29
  ],
30
  "specificationVersion" : 8,
31
  "mlProgramOperationTypeHistogram" : {
32
- "Ios16.softmax" : 1,
33
- "Ios17.log" : 1,
34
- "Ios17.linear" : 1,
35
  "Ios17.add" : 1,
36
- "Ios16.relu" : 1
 
37
  },
38
- "computePrecision" : "Mixed (Float16, Float32, Int32)",
39
  "isUpdatable" : "0",
40
  "stateSchema" : [
41
 
 
3
  "metadataOutputVersion" : "3.0",
4
  "storagePrecision" : "Float16",
5
  "outputSchema" : [
 
 
 
 
 
 
 
 
 
 
6
  {
7
  "hasShapeFlexibility" : "0",
8
  "isOptional" : "0",
 
19
  ],
20
  "specificationVersion" : 8,
21
  "mlProgramOperationTypeHistogram" : {
 
 
 
22
  "Ios17.add" : 1,
23
+ "Ios16.relu" : 1,
24
+ "Ios17.linear" : 1
25
  },
26
+ "computePrecision" : "Float16",
27
  "isUpdatable" : "0",
28
  "stateSchema" : [
29
 
nvidia_parakeet-ja_483MB/MultimodalLogits.mlmodelc/model.mil CHANGED
@@ -3,13 +3,9 @@ program(1.0)
3
  {
4
  func main<ios17>(tensor<fp16, [1, 640]> decoder_output_projected, tensor<fp16, [1, 640]> encoder_output_projected) {
5
  tensor<fp16, [1, 640]> input_1_cast_fp16 = add(x = decoder_output_projected, y = encoder_output_projected)[name = tensor<string, []>("input_1_cast_fp16")];
6
- tensor<fp16, [1, 640]> input_3_cast_fp16 = relu(x = input_1_cast_fp16)[name = tensor<string, []>("input_3_cast_fp16")];
7
  tensor<fp16, [3078, 640]> joint_net_1_weight_to_fp16 = const()[name = tensor<string, []>("joint_net_1_weight_to_fp16"), val = tensor<fp16, [3078, 640]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(64)))];
8
  tensor<fp16, [3078]> joint_net_1_bias_to_fp16 = const()[name = tensor<string, []>("joint_net_1_bias_to_fp16"), val = tensor<fp16, [3078]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(3939968)))];
9
- tensor<fp16, [1, 3078]> raw_logits = linear(bias = joint_net_1_bias_to_fp16, weight = joint_net_1_weight_to_fp16, x = input_3_cast_fp16)[name = tensor<string, []>("linear_0_cast_fp16")];
10
- tensor<int32, []> var_11 = const()[name = tensor<string, []>("op_11"), val = tensor<int32, []>(-1)];
11
- tensor<fp16, [1, 3078]> var_13_softmax_cast_fp16 = softmax(axis = var_11, x = raw_logits)[name = tensor<string, []>("op_13_softmax_cast_fp16")];
12
- tensor<fp32, []> var_13_epsilon_0 = const()[name = tensor<string, []>("op_13_epsilon_0"), val = tensor<fp32, []>(0x1p-149)];
13
- tensor<fp16, [1, 3078]> logits = log(epsilon = var_13_epsilon_0, x = var_13_softmax_cast_fp16)[name = tensor<string, []>("op_13_cast_fp16")];
14
- } -> (raw_logits, logits);
15
  }
 
3
  {
4
  func main<ios17>(tensor<fp16, [1, 640]> decoder_output_projected, tensor<fp16, [1, 640]> encoder_output_projected) {
5
  tensor<fp16, [1, 640]> input_1_cast_fp16 = add(x = decoder_output_projected, y = encoder_output_projected)[name = tensor<string, []>("input_1_cast_fp16")];
6
+ tensor<fp16, [1, 640]> input_cast_fp16 = relu(x = input_1_cast_fp16)[name = tensor<string, []>("input_cast_fp16")];
7
  tensor<fp16, [3078, 640]> joint_net_1_weight_to_fp16 = const()[name = tensor<string, []>("joint_net_1_weight_to_fp16"), val = tensor<fp16, [3078, 640]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(64)))];
8
  tensor<fp16, [3078]> joint_net_1_bias_to_fp16 = const()[name = tensor<string, []>("joint_net_1_bias_to_fp16"), val = tensor<fp16, [3078]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(3939968)))];
9
+ tensor<fp16, [1, 3078]> logits = linear(bias = joint_net_1_bias_to_fp16, weight = joint_net_1_weight_to_fp16, x = input_cast_fp16)[name = tensor<string, []>("linear_0_cast_fp16")];
10
+ } -> (logits);
 
 
 
 
11
  }