arda-argmax commited on
Commit
7f9b53c
·
verified ·
1 Parent(s): 5580044

Delete nvidia_parakeet-ja/MultimodalLogits.mlmodelc

Browse files
nvidia_parakeet-ja/MultimodalLogits.mlmodelc/analytics/coremldata.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:221a0b445bb9285847cf226f9f4b92f7937df26420258c097f92c76a30a9e6dd
3
- size 243
 
 
 
 
nvidia_parakeet-ja/MultimodalLogits.mlmodelc/coremldata.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9915e1c06ebb6405326788975f23c59c527ca0b35d2615d51c38139058d409ca
3
- size 458
 
 
 
 
nvidia_parakeet-ja/MultimodalLogits.mlmodelc/metadata.json DELETED
@@ -1,85 +0,0 @@
1
- [
2
- {
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",
19
- "dataType" : "Float16",
20
- "formattedType" : "MultiArray (Float16 1 × 3078)",
21
- "shortDescription" : "",
22
- "shape" : "[1, 3078]",
23
- "name" : "logits",
24
- "type" : "MultiArray"
25
- }
26
- ],
27
- "modelParameters" : [
28
-
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
-
42
- ],
43
- "availability" : {
44
- "macOS" : "14.0",
45
- "tvOS" : "17.0",
46
- "visionOS" : "1.0",
47
- "watchOS" : "10.0",
48
- "iOS" : "17.0",
49
- "macCatalyst" : "17.0"
50
- },
51
- "modelType" : {
52
- "name" : "MLModelType_mlProgram"
53
- },
54
- "userDefinedMetadata" : {
55
- "com.github.apple.coremltools.conversion_date" : "2026-04-10",
56
- "com.github.apple.coremltools.source" : "torch==2.11.0",
57
- "com.github.apple.coremltools.version" : "9.0",
58
- "com.github.apple.coremltools.source_dialect" : "TorchScript"
59
- },
60
- "inputSchema" : [
61
- {
62
- "hasShapeFlexibility" : "0",
63
- "isOptional" : "0",
64
- "dataType" : "Float16",
65
- "formattedType" : "MultiArray (Float16 1 × 640)",
66
- "shortDescription" : "",
67
- "shape" : "[1, 640]",
68
- "name" : "encoder_output_projected",
69
- "type" : "MultiArray"
70
- },
71
- {
72
- "hasShapeFlexibility" : "0",
73
- "isOptional" : "0",
74
- "dataType" : "Float16",
75
- "formattedType" : "MultiArray (Float16 1 × 640)",
76
- "shortDescription" : "",
77
- "shape" : "[1, 640]",
78
- "name" : "decoder_output_projected",
79
- "type" : "MultiArray"
80
- }
81
- ],
82
- "generatedClassName" : "MultimodalLogits",
83
- "method" : "predict"
84
- }
85
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
nvidia_parakeet-ja/MultimodalLogits.mlmodelc/model.mil DELETED
@@ -1,15 +0,0 @@
1
- program(1.0)
2
- [buildInfo = dict<tensor<string, []>, tensor<string, []>>({{"coremlc-component-MIL", "3404.16.1"}, {"coremlc-version", "3404.23.1"}, {"coremltools-component-torch", "2.11.0"}, {"coremltools-source-dialect", "TorchScript"}, {"coremltools-version", "9.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
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
nvidia_parakeet-ja/MultimodalLogits.mlmodelc/weights/weight.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:24bf481652d3f66b6b239a0935368f1bd59c795b5ae09795977cc9f7511a0e8c
3
- size 3946188