johnkillington commited on
Commit
a7403df
·
verified ·
1 Parent(s): 3b9d929

Finalized automated conversion upload

Browse files
Files changed (32) hide show
  1. Resources/SafetyChecker.mlmodelc/analytics/coremldata.bin +3 -0
  2. Resources/SafetyChecker.mlmodelc/coremldata.bin +3 -0
  3. Resources/SafetyChecker.mlmodelc/metadata.json +126 -0
  4. Resources/SafetyChecker.mlmodelc/model.mil +0 -0
  5. Resources/SafetyChecker.mlmodelc/weights/weight.bin +3 -0
  6. Resources/TextEncoder.mlmodelc/analytics/coremldata.bin +3 -0
  7. Resources/TextEncoder.mlmodelc/coremldata.bin +3 -0
  8. Resources/TextEncoder.mlmodelc/metadata.json +87 -0
  9. Resources/TextEncoder.mlmodelc/model.mil +0 -0
  10. Resources/TextEncoder.mlmodelc/weights/weight.bin +3 -0
  11. Resources/UnetChunk1.mlmodelc/analytics/coremldata.bin +3 -0
  12. Resources/UnetChunk1.mlmodelc/coremldata.bin +3 -0
  13. Resources/UnetChunk1.mlmodelc/metadata.json +220 -0
  14. Resources/UnetChunk1.mlmodelc/model.mil +0 -0
  15. Resources/UnetChunk1.mlmodelc/weights/weight.bin +3 -0
  16. Resources/UnetChunk2.mlmodelc/analytics/coremldata.bin +3 -0
  17. Resources/UnetChunk2.mlmodelc/coremldata.bin +3 -0
  18. Resources/UnetChunk2.mlmodelc/metadata.json +208 -0
  19. Resources/UnetChunk2.mlmodelc/model.mil +0 -0
  20. Resources/UnetChunk2.mlmodelc/weights/weight.bin +3 -0
  21. Resources/VAEDecoder.mlmodelc/analytics/coremldata.bin +3 -0
  22. Resources/VAEDecoder.mlmodelc/coremldata.bin +3 -0
  23. Resources/VAEDecoder.mlmodelc/metadata.json +80 -0
  24. Resources/VAEDecoder.mlmodelc/model.mil +0 -0
  25. Resources/VAEDecoder.mlmodelc/weights/weight.bin +3 -0
  26. Resources/VAEEncoder.mlmodelc/analytics/coremldata.bin +3 -0
  27. Resources/VAEEncoder.mlmodelc/coremldata.bin +3 -0
  28. Resources/VAEEncoder.mlmodelc/metadata.json +80 -0
  29. Resources/VAEEncoder.mlmodelc/model.mil +0 -0
  30. Resources/VAEEncoder.mlmodelc/weights/weight.bin +3 -0
  31. Resources/merges.txt +0 -0
  32. Resources/vocab.json +0 -0
Resources/SafetyChecker.mlmodelc/analytics/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6ed9aad63c828c0162c212bbd5820f8db1d7160baf041f30b781baac29816be
3
+ size 243
Resources/SafetyChecker.mlmodelc/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98210261f4fe93ecf313b54badebb73caa7f9a15276fb652b60bb4f937f9a4d4
3
+ size 1575
Resources/SafetyChecker.mlmodelc/metadata.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "shortDescription" : "Stable Diffusion generates images conditioned on text and\/or other images as input through the diffusion process. Please refer to https:\/\/arxiv.org\/abs\/2112.10752 for details.",
4
+ "metadataOutputVersion" : "3.0",
5
+ "outputSchema" : [
6
+ {
7
+ "hasShapeFlexibility" : "0",
8
+ "isOptional" : "0",
9
+ "dataType" : "Float32",
10
+ "formattedType" : "MultiArray (Float32 1 × 512 × 512 × 3)",
11
+ "shortDescription" : "Identical to the input `images`. If safety checker detected any sensitive content, the corresponding image is replaced with a blank image (zeros)",
12
+ "shape" : "[1, 512, 512, 3]",
13
+ "name" : "filtered_images",
14
+ "type" : "MultiArray"
15
+ },
16
+ {
17
+ "hasShapeFlexibility" : "0",
18
+ "isOptional" : "0",
19
+ "dataType" : "Float32",
20
+ "formattedType" : "MultiArray (Float32 1 × 1 × 1 × 1)",
21
+ "shortDescription" : "Indicates whether the safety checker model found any sensitive content in the given image",
22
+ "shape" : "[1, 1, 1, 1]",
23
+ "name" : "has_nsfw_concepts",
24
+ "type" : "MultiArray"
25
+ },
26
+ {
27
+ "hasShapeFlexibility" : "0",
28
+ "isOptional" : "0",
29
+ "dataType" : "Float32",
30
+ "formattedType" : "MultiArray (Float32 1 × 17)",
31
+ "shortDescription" : "Concept scores are the scores before thresholding at zero yields the `has_nsfw_concepts` output. These scores can be used to tune the `adjustment` input",
32
+ "shape" : "[1, 17]",
33
+ "name" : "concept_scores",
34
+ "type" : "MultiArray"
35
+ }
36
+ ],
37
+ "version" : "\/Users\/metal\/Documents\/Conversion Space\/models\/Diffusers\/bravo-mememix",
38
+ "modelParameters" : [
39
+
40
+ ],
41
+ "author" : "Please refer to the Model Card available at huggingface.co\/\/Users\/metal\/Documents\/Conversion Space\/models\/Diffusers\/bravo-mememix",
42
+ "specificationVersion" : 7,
43
+ "storagePrecision" : "Float16",
44
+ "license" : "OpenRAIL (https:\/\/huggingface.co\/spaces\/CompVis\/stable-diffusion-license)",
45
+ "mlProgramOperationTypeHistogram" : {
46
+ "Transpose" : 97,
47
+ "Ios16.scatterNd" : 1,
48
+ "Ios16.softmax" : 24,
49
+ "Ios16.linear" : 147,
50
+ "Ios16.add" : 51,
51
+ "Concat" : 2,
52
+ "Ios16.realDiv" : 1,
53
+ "Ios16.sigmoid" : 24,
54
+ "Tile" : 4,
55
+ "Ios16.reduceSum" : 2,
56
+ "Ios16.greater" : 4,
57
+ "Shape" : 1,
58
+ "ExpandDims" : 4,
59
+ "Ios16.cast" : 7,
60
+ "Ios16.conv" : 1,
61
+ "Ios16.matmul" : 48,
62
+ "Ios16.reshape" : 97,
63
+ "Ios16.layerNorm" : 50,
64
+ "SliceByIndex" : 2,
65
+ "Ios16.maximum" : 1,
66
+ "Ios16.mul" : 73,
67
+ "NonZero" : 1,
68
+ "Ios16.reduceL2Norm" : 1
69
+ },
70
+ "computePrecision" : "Mixed (Float16, Float32, Int32)",
71
+ "stateSchema" : [
72
+
73
+ ],
74
+ "isUpdatable" : "0",
75
+ "availability" : {
76
+ "macOS" : "13.0",
77
+ "tvOS" : "16.0",
78
+ "visionOS" : "1.0",
79
+ "watchOS" : "9.0",
80
+ "iOS" : "16.0",
81
+ "macCatalyst" : "16.0"
82
+ },
83
+ "modelType" : {
84
+ "name" : "MLModelType_mlProgram"
85
+ },
86
+ "inputSchema" : [
87
+ {
88
+ "hasShapeFlexibility" : "0",
89
+ "isOptional" : "0",
90
+ "dataType" : "Float16",
91
+ "formattedType" : "MultiArray (Float16 1 × 3 × 224 × 224)",
92
+ "shortDescription" : "The normalized image input tensor resized to (224x224) in channels-first (BCHW) format",
93
+ "shape" : "[1, 3, 224, 224]",
94
+ "name" : "clip_input",
95
+ "type" : "MultiArray"
96
+ },
97
+ {
98
+ "hasShapeFlexibility" : "0",
99
+ "isOptional" : "0",
100
+ "dataType" : "Float16",
101
+ "formattedType" : "MultiArray (Float16 1 × 512 × 512 × 3)",
102
+ "shortDescription" : "Output of the vae_decoder (512x512) in channels-last (BHWC) format",
103
+ "shape" : "[1, 512, 512, 3]",
104
+ "name" : "images",
105
+ "type" : "MultiArray"
106
+ },
107
+ {
108
+ "hasShapeFlexibility" : "0",
109
+ "isOptional" : "0",
110
+ "dataType" : "Float16",
111
+ "formattedType" : "MultiArray (Float16 1)",
112
+ "shortDescription" : "Bias added to the concept scores to trade off increased recall for reduce precision in the safety checker classifier",
113
+ "shape" : "[1]",
114
+ "name" : "adjustment",
115
+ "type" : "MultiArray"
116
+ }
117
+ ],
118
+ "userDefinedMetadata" : {
119
+ "com.github.apple.coremltools.source_dialect" : "TorchScript",
120
+ "com.github.apple.coremltools.source" : "torch==2.8.0",
121
+ "com.github.apple.coremltools.version" : "8.3.0"
122
+ },
123
+ "generatedClassName" : "Stable_Diffusion_version__Users_metal_Documents_Conversion_Space_models_Diffusers_bravo_mememix_safety_checker",
124
+ "method" : "predict"
125
+ }
126
+ ]
Resources/SafetyChecker.mlmodelc/model.mil ADDED
The diff for this file is too large to render. See raw diff
 
Resources/SafetyChecker.mlmodelc/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffdfb1a4774feb816dd2ccc3e304d109013bc9591e188dcab840789583fdc1b4
3
+ size 607990114
Resources/TextEncoder.mlmodelc/analytics/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b2fd0ab9e359a5028a5397e4a0999d1820695ab92f068a12eca304d07200c42
3
+ size 243
Resources/TextEncoder.mlmodelc/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e12a7ace9d57995a49dfcb2a6b784cd7efa53cb162fd8456865fd321ebcf7250
3
+ size 978
Resources/TextEncoder.mlmodelc/metadata.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "shortDescription" : "Stable Diffusion generates images conditioned on text and\/or other images as input through the diffusion process. Please refer to https:\/\/arxiv.org\/abs\/2112.10752 for details.",
4
+ "metadataOutputVersion" : "3.0",
5
+ "outputSchema" : [
6
+ {
7
+ "hasShapeFlexibility" : "0",
8
+ "isOptional" : "0",
9
+ "dataType" : "Float32",
10
+ "formattedType" : "MultiArray (Float32 1 × 77 × 768)",
11
+ "shortDescription" : "The token embeddings as encoded by the Transformer model",
12
+ "shape" : "[1, 77, 768]",
13
+ "name" : "last_hidden_state",
14
+ "type" : "MultiArray"
15
+ },
16
+ {
17
+ "hasShapeFlexibility" : "0",
18
+ "isOptional" : "0",
19
+ "dataType" : "Float32",
20
+ "formattedType" : "MultiArray (Float32 1 × 768)",
21
+ "shortDescription" : "The version of the `last_hidden_state` output after pooling",
22
+ "shape" : "[1, 768]",
23
+ "name" : "pooled_outputs",
24
+ "type" : "MultiArray"
25
+ }
26
+ ],
27
+ "version" : "\/Users\/metal\/Documents\/Conversion Space\/models\/Diffusers\/bravo-mememix",
28
+ "modelParameters" : [
29
+
30
+ ],
31
+ "author" : "Please refer to the Model Card available at huggingface.co\/\/Users\/metal\/Documents\/Conversion Space\/models\/Diffusers\/bravo-mememix",
32
+ "specificationVersion" : 7,
33
+ "storagePrecision" : "Float16",
34
+ "license" : "OpenRAIL (https:\/\/huggingface.co\/spaces\/CompVis\/stable-diffusion-license)",
35
+ "mlProgramOperationTypeHistogram" : {
36
+ "Ios16.cast" : 3,
37
+ "Ios16.mul" : 36,
38
+ "Ios16.layerNorm" : 25,
39
+ "Transpose" : 48,
40
+ "Stack" : 1,
41
+ "Ios16.sigmoid" : 12,
42
+ "Ios16.linear" : 72,
43
+ "Ios16.add" : 37,
44
+ "Ios16.softmax" : 12,
45
+ "Ios16.matmul" : 24,
46
+ "Ios16.gatherNd" : 1,
47
+ "Ios16.gather" : 1,
48
+ "Ios16.reshape" : 48,
49
+ "Ios16.reduceArgmax" : 1
50
+ },
51
+ "computePrecision" : "Mixed (Float16, Float32, Int32)",
52
+ "stateSchema" : [
53
+
54
+ ],
55
+ "isUpdatable" : "0",
56
+ "availability" : {
57
+ "macOS" : "13.0",
58
+ "tvOS" : "16.0",
59
+ "visionOS" : "1.0",
60
+ "watchOS" : "9.0",
61
+ "iOS" : "16.0",
62
+ "macCatalyst" : "16.0"
63
+ },
64
+ "modelType" : {
65
+ "name" : "MLModelType_mlProgram"
66
+ },
67
+ "inputSchema" : [
68
+ {
69
+ "hasShapeFlexibility" : "0",
70
+ "isOptional" : "0",
71
+ "dataType" : "Float32",
72
+ "formattedType" : "MultiArray (Float32 1 × 77)",
73
+ "shortDescription" : "The token ids that represent the input text",
74
+ "shape" : "[1, 77]",
75
+ "name" : "input_ids",
76
+ "type" : "MultiArray"
77
+ }
78
+ ],
79
+ "userDefinedMetadata" : {
80
+ "com.github.apple.coremltools.version" : "8.3.0",
81
+ "com.github.apple.coremltools.source_dialect" : "TorchScript",
82
+ "com.github.apple.coremltools.source" : "torch==2.8.0"
83
+ },
84
+ "generatedClassName" : "Stable_Diffusion_version__Users_metal_Documents_Conversion_Space_models_Diffusers_bravo_mememix_text_encoder",
85
+ "method" : "predict"
86
+ }
87
+ ]
Resources/TextEncoder.mlmodelc/model.mil ADDED
The diff for this file is too large to render. See raw diff
 
Resources/TextEncoder.mlmodelc/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3343d1fb089ff09cccfaf340b5538f3aaba69aba82c0391a9402b282204c5e1
3
+ size 246145536
Resources/UnetChunk1.mlmodelc/analytics/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:968bf5c4a32fedb405d7d5d8ca0743b81ac25caa3a6b41d6e5c511b50a4da2bc
3
+ size 243
Resources/UnetChunk1.mlmodelc/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0507b6764a4bd3ced91708f2edfac54e9f238888d0c256ed2212a54dc538e197
3
+ size 684
Resources/UnetChunk1.mlmodelc/metadata.json ADDED
@@ -0,0 +1,220 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "metadataOutputVersion" : "3.0",
4
+ "storagePrecision" : "Float16",
5
+ "outputSchema" : [
6
+ {
7
+ "hasShapeFlexibility" : "0",
8
+ "isOptional" : "0",
9
+ "dataType" : "Float32",
10
+ "formattedType" : "MultiArray (Float32 2 × 640 × 16 × 16)",
11
+ "shortDescription" : "",
12
+ "shape" : "[2, 640, 16, 16]",
13
+ "name" : "input_117_cast_fp16",
14
+ "type" : "MultiArray"
15
+ },
16
+ {
17
+ "hasShapeFlexibility" : "0",
18
+ "isOptional" : "0",
19
+ "dataType" : "Float32",
20
+ "formattedType" : "MultiArray (Float32 2 × 1280 × 8 × 8)",
21
+ "shortDescription" : "",
22
+ "shape" : "[2, 1280, 8, 8]",
23
+ "name" : "hidden_states_149_cast_fp16",
24
+ "type" : "MultiArray"
25
+ },
26
+ {
27
+ "hasShapeFlexibility" : "0",
28
+ "isOptional" : "0",
29
+ "dataType" : "Float32",
30
+ "formattedType" : "MultiArray (Float32 2 × 320 × 32 × 32)",
31
+ "shortDescription" : "",
32
+ "shape" : "[2, 320, 32, 32]",
33
+ "name" : "input_63_cast_fp16",
34
+ "type" : "MultiArray"
35
+ },
36
+ {
37
+ "hasShapeFlexibility" : "0",
38
+ "isOptional" : "0",
39
+ "dataType" : "Float32",
40
+ "formattedType" : "MultiArray (Float32 2 × 640 × 32 × 32)",
41
+ "shortDescription" : "",
42
+ "shape" : "[2, 640, 32, 32]",
43
+ "name" : "input_89_cast_fp16",
44
+ "type" : "MultiArray"
45
+ },
46
+ {
47
+ "hasShapeFlexibility" : "0",
48
+ "isOptional" : "0",
49
+ "dataType" : "Float32",
50
+ "formattedType" : "MultiArray (Float32 2 × 1280 × 16 × 16)",
51
+ "shortDescription" : "",
52
+ "shape" : "[2, 1280, 16, 16]",
53
+ "name" : "input_143_cast_fp16",
54
+ "type" : "MultiArray"
55
+ },
56
+ {
57
+ "hasShapeFlexibility" : "0",
58
+ "isOptional" : "0",
59
+ "dataType" : "Float32",
60
+ "formattedType" : "MultiArray (Float32 2 × 320 × 64 × 64)",
61
+ "shortDescription" : "",
62
+ "shape" : "[2, 320, 64, 64]",
63
+ "name" : "input_35_cast_fp16",
64
+ "type" : "MultiArray"
65
+ },
66
+ {
67
+ "hasShapeFlexibility" : "0",
68
+ "isOptional" : "0",
69
+ "dataType" : "Float32",
70
+ "formattedType" : "MultiArray (Float32 2 × 1280 × 16 × 16)",
71
+ "shortDescription" : "",
72
+ "shape" : "[2, 1280, 16, 16]",
73
+ "name" : "input_169_cast_fp16",
74
+ "type" : "MultiArray"
75
+ },
76
+ {
77
+ "hasShapeFlexibility" : "0",
78
+ "isOptional" : "0",
79
+ "dataType" : "Float32",
80
+ "formattedType" : "MultiArray (Float32 2 × 320 × 64 × 64)",
81
+ "shortDescription" : "",
82
+ "shape" : "[2, 320, 64, 64]",
83
+ "name" : "input_7_cast_fp16",
84
+ "type" : "MultiArray"
85
+ },
86
+ {
87
+ "hasShapeFlexibility" : "0",
88
+ "isOptional" : "0",
89
+ "dataType" : "Float32",
90
+ "formattedType" : "MultiArray (Float32 2 × 1280 × 8 × 8)",
91
+ "shortDescription" : "",
92
+ "shape" : "[2, 1280, 8, 8]",
93
+ "name" : "input_171_cast_fp16",
94
+ "type" : "MultiArray"
95
+ },
96
+ {
97
+ "hasShapeFlexibility" : "0",
98
+ "isOptional" : "0",
99
+ "dataType" : "Float32",
100
+ "formattedType" : "MultiArray (Float32 2 × 640 × 32 × 32)",
101
+ "shortDescription" : "",
102
+ "shape" : "[2, 640, 32, 32]",
103
+ "name" : "input_115_cast_fp16",
104
+ "type" : "MultiArray"
105
+ },
106
+ {
107
+ "hasShapeFlexibility" : "0",
108
+ "isOptional" : "0",
109
+ "dataType" : "Float32",
110
+ "formattedType" : "MultiArray (Float32 2 × 2560 × 8 × 8)",
111
+ "shortDescription" : "",
112
+ "shape" : "[2, 2560, 8, 8]",
113
+ "name" : "input_253_cast_fp16",
114
+ "type" : "MultiArray"
115
+ },
116
+ {
117
+ "hasShapeFlexibility" : "0",
118
+ "isOptional" : "0",
119
+ "dataType" : "Float32",
120
+ "formattedType" : "MultiArray (Float32 2 × 320 × 64 × 64)",
121
+ "shortDescription" : "",
122
+ "shape" : "[2, 320, 64, 64]",
123
+ "name" : "input_61_cast_fp16",
124
+ "type" : "MultiArray"
125
+ },
126
+ {
127
+ "hasShapeFlexibility" : "0",
128
+ "isOptional" : "0",
129
+ "dataType" : "Float32",
130
+ "formattedType" : "MultiArray (Float32 2 × 1280 × 1 × 1)",
131
+ "shortDescription" : "",
132
+ "shape" : "[2, 1280, 1, 1]",
133
+ "name" : "input_15_cast_fp16",
134
+ "type" : "MultiArray"
135
+ }
136
+ ],
137
+ "modelParameters" : [
138
+
139
+ ],
140
+ "specificationVersion" : 7,
141
+ "mlProgramOperationTypeHistogram" : {
142
+ "Transpose" : 14,
143
+ "Ios16.reduceMean" : 62,
144
+ "Ios16.sin" : 1,
145
+ "Ios16.softmax" : 368,
146
+ "Split" : 7,
147
+ "Ios16.add" : 82,
148
+ "Concat" : 82,
149
+ "Ios16.realDiv" : 31,
150
+ "Ios16.square" : 31,
151
+ "ExpandDims" : 3,
152
+ "Ios16.sub" : 31,
153
+ "Ios16.sqrt" : 31,
154
+ "Ios16.einsum" : 736,
155
+ "Ios16.conv" : 129,
156
+ "Ios16.reshape" : 76,
157
+ "Ios16.layerNorm" : 21,
158
+ "SliceByIndex" : 658,
159
+ "Ios16.batchNorm" : 31,
160
+ "Ios16.silu" : 26,
161
+ "Ios16.gelu" : 7,
162
+ "Ios16.cast" : 13,
163
+ "Ios16.mul" : 376,
164
+ "Ios16.cos" : 1
165
+ },
166
+ "computePrecision" : "Mixed (Float16, Float32, Int32)",
167
+ "isUpdatable" : "0",
168
+ "stateSchema" : [
169
+
170
+ ],
171
+ "availability" : {
172
+ "macOS" : "13.0",
173
+ "tvOS" : "16.0",
174
+ "visionOS" : "1.0",
175
+ "watchOS" : "9.0",
176
+ "iOS" : "16.0",
177
+ "macCatalyst" : "16.0"
178
+ },
179
+ "modelType" : {
180
+ "name" : "MLModelType_mlProgram"
181
+ },
182
+ "userDefinedMetadata" : {
183
+
184
+ },
185
+ "inputSchema" : [
186
+ {
187
+ "hasShapeFlexibility" : "0",
188
+ "isOptional" : "0",
189
+ "dataType" : "Float16",
190
+ "formattedType" : "MultiArray (Float16 2 × 4 × 64 × 64)",
191
+ "shortDescription" : "",
192
+ "shape" : "[2, 4, 64, 64]",
193
+ "name" : "sample",
194
+ "type" : "MultiArray"
195
+ },
196
+ {
197
+ "hasShapeFlexibility" : "0",
198
+ "isOptional" : "0",
199
+ "dataType" : "Float16",
200
+ "formattedType" : "MultiArray (Float16 2)",
201
+ "shortDescription" : "",
202
+ "shape" : "[2]",
203
+ "name" : "timestep",
204
+ "type" : "MultiArray"
205
+ },
206
+ {
207
+ "hasShapeFlexibility" : "0",
208
+ "isOptional" : "0",
209
+ "dataType" : "Float16",
210
+ "formattedType" : "MultiArray (Float16 2 × 768 × 1 × 77)",
211
+ "shortDescription" : "",
212
+ "shape" : "[2, 768, 1, 77]",
213
+ "name" : "encoder_hidden_states",
214
+ "type" : "MultiArray"
215
+ }
216
+ ],
217
+ "generatedClassName" : "Stable_Diffusion_version__Users_metal_Documents_Conversion_Space_models_Diffusers_bravo_mememix_unet_chunk1",
218
+ "method" : "predict"
219
+ }
220
+ ]
Resources/UnetChunk1.mlmodelc/model.mil ADDED
The diff for this file is too large to render. See raw diff
 
Resources/UnetChunk1.mlmodelc/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:989c9c1d64fb2a386b36e0eb6df757f4ae659d4b94740893154e7ffd5081d1ad
3
+ size 887569600
Resources/UnetChunk2.mlmodelc/analytics/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:142ee4b3f7b143de99de75ba29f6ba5e3fac2c6a2fd0db01b17fc15c9c070faa
3
+ size 243
Resources/UnetChunk2.mlmodelc/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2da8f771ce67b8ddb3b59a168f08004f52d869b880880deb29e7f9761988d9e2
3
+ size 665
Resources/UnetChunk2.mlmodelc/metadata.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "metadataOutputVersion" : "3.0",
4
+ "storagePrecision" : "Float16",
5
+ "outputSchema" : [
6
+ {
7
+ "hasShapeFlexibility" : "0",
8
+ "isOptional" : "0",
9
+ "dataType" : "Float32",
10
+ "formattedType" : "MultiArray (Float32 2 × 4 × 64 × 64)",
11
+ "shortDescription" : "",
12
+ "shape" : "[2, 4, 64, 64]",
13
+ "name" : "noise_pred",
14
+ "type" : "MultiArray"
15
+ }
16
+ ],
17
+ "modelParameters" : [
18
+
19
+ ],
20
+ "specificationVersion" : 7,
21
+ "mlProgramOperationTypeHistogram" : {
22
+ "Transpose" : 18,
23
+ "UpsampleNearestNeighbor" : 3,
24
+ "Ios16.reduceMean" : 60,
25
+ "Ios16.softmax" : 528,
26
+ "Split" : 9,
27
+ "Ios16.add" : 87,
28
+ "Concat" : 124,
29
+ "Ios16.realDiv" : 30,
30
+ "Ios16.square" : 30,
31
+ "Ios16.sub" : 30,
32
+ "Ios16.cast" : 14,
33
+ "Ios16.sqrt" : 30,
34
+ "Ios16.einsum" : 1056,
35
+ "Ios16.conv" : 153,
36
+ "Ios16.layerNorm" : 27,
37
+ "SliceByIndex" : 912,
38
+ "Ios16.batchNorm" : 30,
39
+ "Ios16.reshape" : 78,
40
+ "Ios16.silu" : 21,
41
+ "Ios16.gelu" : 9,
42
+ "Ios16.mul" : 537
43
+ },
44
+ "computePrecision" : "Mixed (Float16, Float32, Int32)",
45
+ "isUpdatable" : "0",
46
+ "stateSchema" : [
47
+
48
+ ],
49
+ "availability" : {
50
+ "macOS" : "13.0",
51
+ "tvOS" : "16.0",
52
+ "visionOS" : "1.0",
53
+ "watchOS" : "9.0",
54
+ "iOS" : "16.0",
55
+ "macCatalyst" : "16.0"
56
+ },
57
+ "modelType" : {
58
+ "name" : "MLModelType_mlProgram"
59
+ },
60
+ "userDefinedMetadata" : {
61
+
62
+ },
63
+ "inputSchema" : [
64
+ {
65
+ "hasShapeFlexibility" : "0",
66
+ "isOptional" : "0",
67
+ "dataType" : "Float16",
68
+ "formattedType" : "MultiArray (Float16 2 × 768 × 1 × 77)",
69
+ "shortDescription" : "",
70
+ "shape" : "[2, 768, 1, 77]",
71
+ "name" : "encoder_hidden_states",
72
+ "type" : "MultiArray"
73
+ },
74
+ {
75
+ "hasShapeFlexibility" : "0",
76
+ "isOptional" : "0",
77
+ "dataType" : "Float32",
78
+ "formattedType" : "MultiArray (Float32 2 × 640 × 16 × 16)",
79
+ "shortDescription" : "",
80
+ "shape" : "[2, 640, 16, 16]",
81
+ "name" : "input_117_cast_fp16",
82
+ "type" : "MultiArray"
83
+ },
84
+ {
85
+ "hasShapeFlexibility" : "0",
86
+ "isOptional" : "0",
87
+ "dataType" : "Float32",
88
+ "formattedType" : "MultiArray (Float32 2 × 1280 × 8 × 8)",
89
+ "shortDescription" : "",
90
+ "shape" : "[2, 1280, 8, 8]",
91
+ "name" : "hidden_states_149_cast_fp16",
92
+ "type" : "MultiArray"
93
+ },
94
+ {
95
+ "hasShapeFlexibility" : "0",
96
+ "isOptional" : "0",
97
+ "dataType" : "Float32",
98
+ "formattedType" : "MultiArray (Float32 2 × 1280 × 16 × 16)",
99
+ "shortDescription" : "",
100
+ "shape" : "[2, 1280, 16, 16]",
101
+ "name" : "input_169_cast_fp16",
102
+ "type" : "MultiArray"
103
+ },
104
+ {
105
+ "hasShapeFlexibility" : "0",
106
+ "isOptional" : "0",
107
+ "dataType" : "Float32",
108
+ "formattedType" : "MultiArray (Float32 2 × 320 × 32 × 32)",
109
+ "shortDescription" : "",
110
+ "shape" : "[2, 320, 32, 32]",
111
+ "name" : "input_63_cast_fp16",
112
+ "type" : "MultiArray"
113
+ },
114
+ {
115
+ "hasShapeFlexibility" : "0",
116
+ "isOptional" : "0",
117
+ "dataType" : "Float32",
118
+ "formattedType" : "MultiArray (Float32 2 × 640 × 32 × 32)",
119
+ "shortDescription" : "",
120
+ "shape" : "[2, 640, 32, 32]",
121
+ "name" : "input_89_cast_fp16",
122
+ "type" : "MultiArray"
123
+ },
124
+ {
125
+ "hasShapeFlexibility" : "0",
126
+ "isOptional" : "0",
127
+ "dataType" : "Float32",
128
+ "formattedType" : "MultiArray (Float32 2 × 1280 × 16 × 16)",
129
+ "shortDescription" : "",
130
+ "shape" : "[2, 1280, 16, 16]",
131
+ "name" : "input_143_cast_fp16",
132
+ "type" : "MultiArray"
133
+ },
134
+ {
135
+ "hasShapeFlexibility" : "0",
136
+ "isOptional" : "0",
137
+ "dataType" : "Float32",
138
+ "formattedType" : "MultiArray (Float32 2 × 320 × 64 × 64)",
139
+ "shortDescription" : "",
140
+ "shape" : "[2, 320, 64, 64]",
141
+ "name" : "input_35_cast_fp16",
142
+ "type" : "MultiArray"
143
+ },
144
+ {
145
+ "hasShapeFlexibility" : "0",
146
+ "isOptional" : "0",
147
+ "dataType" : "Float32",
148
+ "formattedType" : "MultiArray (Float32 2 × 1280 × 8 × 8)",
149
+ "shortDescription" : "",
150
+ "shape" : "[2, 1280, 8, 8]",
151
+ "name" : "input_171_cast_fp16",
152
+ "type" : "MultiArray"
153
+ },
154
+ {
155
+ "hasShapeFlexibility" : "0",
156
+ "isOptional" : "0",
157
+ "dataType" : "Float32",
158
+ "formattedType" : "MultiArray (Float32 2 × 640 × 32 × 32)",
159
+ "shortDescription" : "",
160
+ "shape" : "[2, 640, 32, 32]",
161
+ "name" : "input_115_cast_fp16",
162
+ "type" : "MultiArray"
163
+ },
164
+ {
165
+ "hasShapeFlexibility" : "0",
166
+ "isOptional" : "0",
167
+ "dataType" : "Float32",
168
+ "formattedType" : "MultiArray (Float32 2 × 320 × 64 × 64)",
169
+ "shortDescription" : "",
170
+ "shape" : "[2, 320, 64, 64]",
171
+ "name" : "input_7_cast_fp16",
172
+ "type" : "MultiArray"
173
+ },
174
+ {
175
+ "hasShapeFlexibility" : "0",
176
+ "isOptional" : "0",
177
+ "dataType" : "Float32",
178
+ "formattedType" : "MultiArray (Float32 2 × 1280 × 1 × 1)",
179
+ "shortDescription" : "",
180
+ "shape" : "[2, 1280, 1, 1]",
181
+ "name" : "input_15_cast_fp16",
182
+ "type" : "MultiArray"
183
+ },
184
+ {
185
+ "hasShapeFlexibility" : "0",
186
+ "isOptional" : "0",
187
+ "dataType" : "Float32",
188
+ "formattedType" : "MultiArray (Float32 2 × 2560 × 8 × 8)",
189
+ "shortDescription" : "",
190
+ "shape" : "[2, 2560, 8, 8]",
191
+ "name" : "input_253_cast_fp16",
192
+ "type" : "MultiArray"
193
+ },
194
+ {
195
+ "hasShapeFlexibility" : "0",
196
+ "isOptional" : "0",
197
+ "dataType" : "Float32",
198
+ "formattedType" : "MultiArray (Float32 2 × 320 × 64 × 64)",
199
+ "shortDescription" : "",
200
+ "shape" : "[2, 320, 64, 64]",
201
+ "name" : "input_61_cast_fp16",
202
+ "type" : "MultiArray"
203
+ }
204
+ ],
205
+ "generatedClassName" : "Stable_Diffusion_version__Users_metal_Documents_Conversion_Space_models_Diffusers_bravo_mememix_unet_chunk2",
206
+ "method" : "predict"
207
+ }
208
+ ]
Resources/UnetChunk2.mlmodelc/model.mil ADDED
The diff for this file is too large to render. See raw diff
 
Resources/UnetChunk2.mlmodelc/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:109468a2bfa0580619d3972fdcf9c13638b5bf793aba7dd3c38c9cf672f3678c
3
+ size 831567872
Resources/VAEDecoder.mlmodelc/analytics/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c64b1f82258ef3c8e9f35aa12bf8718af8cc725d0f7785eda18b34576712d347
3
+ size 243
Resources/VAEDecoder.mlmodelc/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ecd19f70f04f3c2201dde71b920c4e2ec79e9fbb4d9f2478b9bcd0a925768ea
3
+ size 905
Resources/VAEDecoder.mlmodelc/metadata.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "shortDescription" : "Stable Diffusion generates images conditioned on text and\/or other images as input through the diffusion process. Please refer to https:\/\/arxiv.org\/abs\/2112.10752 for details.",
4
+ "metadataOutputVersion" : "3.0",
5
+ "outputSchema" : [
6
+ {
7
+ "hasShapeFlexibility" : "0",
8
+ "isOptional" : "0",
9
+ "dataType" : "Float32",
10
+ "formattedType" : "MultiArray (Float32 1 × 3 × 512 × 512)",
11
+ "shortDescription" : "Generated image normalized to range [-1, 1]",
12
+ "shape" : "[1, 3, 512, 512]",
13
+ "name" : "image",
14
+ "type" : "MultiArray"
15
+ }
16
+ ],
17
+ "version" : "\/Users\/metal\/Documents\/Conversion Space\/models\/Diffusers\/bravo-mememix",
18
+ "modelParameters" : [
19
+
20
+ ],
21
+ "author" : "Please refer to the Model Card available at huggingface.co\/\/Users\/metal\/Documents\/Conversion Space\/models\/Diffusers\/bravo-mememix",
22
+ "specificationVersion" : 7,
23
+ "storagePrecision" : "Float16",
24
+ "license" : "OpenRAIL (https:\/\/huggingface.co\/spaces\/CompVis\/stable-diffusion-license)",
25
+ "mlProgramOperationTypeHistogram" : {
26
+ "Ios16.cast" : 1,
27
+ "Ios16.mul" : 2,
28
+ "Ios16.sub" : 30,
29
+ "Transpose" : 6,
30
+ "Ios16.sqrt" : 30,
31
+ "UpsampleNearestNeighbor" : 3,
32
+ "Ios16.square" : 30,
33
+ "Ios16.add" : 46,
34
+ "Ios16.reduceMean" : 60,
35
+ "Ios16.realDiv" : 30,
36
+ "Ios16.conv" : 36,
37
+ "Ios16.linear" : 4,
38
+ "Ios16.matmul" : 2,
39
+ "Ios16.batchNorm" : 29,
40
+ "Ios16.softmax" : 1,
41
+ "Ios16.reshape" : 65,
42
+ "Ios16.silu" : 29
43
+ },
44
+ "computePrecision" : "Mixed (Float16, Float32, Int32)",
45
+ "stateSchema" : [
46
+
47
+ ],
48
+ "isUpdatable" : "0",
49
+ "availability" : {
50
+ "macOS" : "13.0",
51
+ "tvOS" : "16.0",
52
+ "visionOS" : "1.0",
53
+ "watchOS" : "9.0",
54
+ "iOS" : "16.0",
55
+ "macCatalyst" : "16.0"
56
+ },
57
+ "modelType" : {
58
+ "name" : "MLModelType_mlProgram"
59
+ },
60
+ "inputSchema" : [
61
+ {
62
+ "hasShapeFlexibility" : "0",
63
+ "isOptional" : "0",
64
+ "dataType" : "Float16",
65
+ "formattedType" : "MultiArray (Float16 1 × 4 × 64 × 64)",
66
+ "shortDescription" : "The denoised latent embeddings from the unet model after the last step of reverse diffusion",
67
+ "shape" : "[1, 4, 64, 64]",
68
+ "name" : "z",
69
+ "type" : "MultiArray"
70
+ }
71
+ ],
72
+ "userDefinedMetadata" : {
73
+ "com.github.apple.coremltools.source_dialect" : "TorchScript",
74
+ "com.github.apple.coremltools.source" : "torch==2.8.0",
75
+ "com.github.apple.coremltools.version" : "8.3.0"
76
+ },
77
+ "generatedClassName" : "Stable_Diffusion_version__Users_metal_Documents_Conversion_Space_models_Diffusers_bravo_mememix_vae_decoder",
78
+ "method" : "predict"
79
+ }
80
+ ]
Resources/VAEDecoder.mlmodelc/model.mil ADDED
The diff for this file is too large to render. See raw diff
 
Resources/VAEDecoder.mlmodelc/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53ebdc649c2486d8248046b413f285a9a7834f4be2d0f0ed96e410083b818574
3
+ size 98993280
Resources/VAEEncoder.mlmodelc/analytics/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a64d5fea0e1ae5ef2485942435a6fce16a27b3987c6dd23827bfb46613d85235
3
+ size 243
Resources/VAEEncoder.mlmodelc/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e3b7ba7d6938b357f565284e2eeec87801ba4197c4cf4fddc157d3babeffdd6
3
+ size 909
Resources/VAEEncoder.mlmodelc/metadata.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "shortDescription" : "Stable Diffusion generates images conditioned on text and\/or other images as input through the diffusion process. Please refer to https:\/\/arxiv.org\/abs\/2112.10752 for details.",
4
+ "metadataOutputVersion" : "3.0",
5
+ "outputSchema" : [
6
+ {
7
+ "hasShapeFlexibility" : "0",
8
+ "isOptional" : "0",
9
+ "dataType" : "Float32",
10
+ "formattedType" : "MultiArray (Float32 1 × 8 × 64 × 64)",
11
+ "shortDescription" : "The latent embeddings from the unet model from the input image.",
12
+ "shape" : "[1, 8, 64, 64]",
13
+ "name" : "latent",
14
+ "type" : "MultiArray"
15
+ }
16
+ ],
17
+ "version" : "\/Users\/metal\/Documents\/Conversion Space\/models\/Diffusers\/bravo-mememix",
18
+ "modelParameters" : [
19
+
20
+ ],
21
+ "author" : "Please refer to the Model Card available at huggingface.co\/\/Users\/metal\/Documents\/Conversion Space\/models\/Diffusers\/bravo-mememix",
22
+ "specificationVersion" : 7,
23
+ "storagePrecision" : "Float16",
24
+ "license" : "OpenRAIL (https:\/\/huggingface.co\/spaces\/CompVis\/stable-diffusion-license)",
25
+ "mlProgramOperationTypeHistogram" : {
26
+ "Pad" : 3,
27
+ "Ios16.cast" : 1,
28
+ "Ios16.mul" : 2,
29
+ "Ios16.sub" : 22,
30
+ "Ios16.sqrt" : 22,
31
+ "Transpose" : 6,
32
+ "Ios16.square" : 22,
33
+ "Ios16.add" : 34,
34
+ "Ios16.reduceMean" : 44,
35
+ "Ios16.realDiv" : 22,
36
+ "Ios16.conv" : 28,
37
+ "Ios16.linear" : 4,
38
+ "Ios16.matmul" : 2,
39
+ "Ios16.batchNorm" : 21,
40
+ "Ios16.softmax" : 1,
41
+ "Ios16.reshape" : 49,
42
+ "Ios16.silu" : 21
43
+ },
44
+ "computePrecision" : "Mixed (Float16, Float32, Int32)",
45
+ "stateSchema" : [
46
+
47
+ ],
48
+ "isUpdatable" : "0",
49
+ "availability" : {
50
+ "macOS" : "13.0",
51
+ "tvOS" : "16.0",
52
+ "visionOS" : "1.0",
53
+ "watchOS" : "9.0",
54
+ "iOS" : "16.0",
55
+ "macCatalyst" : "16.0"
56
+ },
57
+ "modelType" : {
58
+ "name" : "MLModelType_mlProgram"
59
+ },
60
+ "inputSchema" : [
61
+ {
62
+ "hasShapeFlexibility" : "0",
63
+ "isOptional" : "0",
64
+ "dataType" : "Float16",
65
+ "formattedType" : "MultiArray (Float16 1 × 3 × 512 × 512)",
66
+ "shortDescription" : "The input image to base the initial latents on normalized to range [-1, 1]",
67
+ "shape" : "[1, 3, 512, 512]",
68
+ "name" : "x",
69
+ "type" : "MultiArray"
70
+ }
71
+ ],
72
+ "userDefinedMetadata" : {
73
+ "com.github.apple.coremltools.version" : "8.3.0",
74
+ "com.github.apple.coremltools.source" : "torch==2.8.0",
75
+ "com.github.apple.coremltools.source_dialect" : "TorchScript"
76
+ },
77
+ "generatedClassName" : "Stable_Diffusion_version__Users_metal_Documents_Conversion_Space_models_Diffusers_bravo_mememix_vae_encoder",
78
+ "method" : "predict"
79
+ }
80
+ ]
Resources/VAEEncoder.mlmodelc/model.mil ADDED
The diff for this file is too large to render. See raw diff
 
Resources/VAEEncoder.mlmodelc/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e76e54a5aefe04440f726a291505f3deff7f5162d3701fa67f0ff619765421c
3
+ size 68338112
Resources/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
Resources/vocab.json ADDED
The diff for this file is too large to render. See raw diff