ZachNagengast
commited on
Commit
•
521966d
1
Parent(s):
a456bbc
Upload CoreML embedding models
Browse files- all-MiniLM-L6-v2.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
- all-MiniLM-L6-v2.mlpackage/Data/com.apple.CoreML/Metadata.json +9 -0
- all-MiniLM-L6-v2.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- all-MiniLM-L6-v2.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- all-MiniLM-L6-v2.mlpackage/Manifest.json +30 -0
- msmarco-bert-base-dot-v5-quanitized-8-bit.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- msmarco-bert-base-dot-v5-quanitized-8-bit.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- msmarco-bert-base-dot-v5-quanitized-8-bit.mlpackage/Manifest.json +18 -0
- msmarco-bert-base-dot-v5.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- msmarco-bert-base-dot-v5.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- msmarco-bert-base-dot-v5.mlpackage/Manifest.json +18 -0
- msmarco_distilbert_base_tas_b_512_single_quantized.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
- msmarco_distilbert_base_tas_b_512_single_quantized.mlpackage/Data/com.apple.CoreML/Metadata.json +9 -0
- msmarco_distilbert_base_tas_b_512_single_quantized.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- msmarco_distilbert_base_tas_b_512_single_quantized.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- msmarco_distilbert_base_tas_b_512_single_quantized.mlpackage/Manifest.json +30 -0
- multi-qa-MiniLM-L6-cos-v1.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json +18 -0
- multi-qa-MiniLM-L6-cos-v1.mlpackage/Data/com.apple.CoreML/Metadata.json +10 -0
- multi-qa-MiniLM-L6-cos-v1.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- multi-qa-MiniLM-L6-cos-v1.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- multi-qa-MiniLM-L6-cos-v1.mlpackage/Manifest.json +30 -0
all-MiniLM-L6-v2.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Outputs" : {
|
3 |
+
"embeddings" : {
|
4 |
+
"MLFeatureShortDescription" : ""
|
5 |
+
}
|
6 |
+
},
|
7 |
+
"Inputs" : {
|
8 |
+
"attention_mask" : {
|
9 |
+
"MLFeatureShortDescription" : ""
|
10 |
+
},
|
11 |
+
"input_ids" : {
|
12 |
+
"MLFeatureShortDescription" : ""
|
13 |
+
}
|
14 |
+
},
|
15 |
+
"TrainingInputs" : {
|
16 |
+
|
17 |
+
}
|
18 |
+
}
|
all-MiniLM-L6-v2.mlpackage/Data/com.apple.CoreML/Metadata.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"MLModelDescriptionKey" : "This is a sentence-transformers model: It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like clustering or semantic search.",
|
3 |
+
"MLModelCreatorDefinedKey" : {
|
4 |
+
"com.github.apple.coremltools.version" : "6.3.0",
|
5 |
+
"com.github.apple.coremltools.source" : "torch==2.0.0"
|
6 |
+
},
|
7 |
+
"MLModelAuthorKey" : "See: https:\/\/huggingface.co\/sentence-transformers\/all-MiniLM-L6-v2",
|
8 |
+
"MLModelLicenseKey" : "Apache 2.0"
|
9 |
+
}
|
all-MiniLM-L6-v2.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35f0a626c77dcefde10abb36c071ce5a7674376e92b2d335797c56803c1f2c77
|
3 |
+
size 61787
|
all-MiniLM-L6-v2.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:5e53379d18c2db85230b3c19d4549ea32e7f4f6cbd4966be8681bdb28e1d1f5e
|
3 |
+
size 45528960
|
all-MiniLM-L6-v2.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"0AEDD6A2-E9F2-4EE3-BAAB-52DC12B056B5": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "External Metadata Overlay",
|
7 |
+
"name": "Metadata.json",
|
8 |
+
"path": "com.apple.CoreML/Metadata.json"
|
9 |
+
},
|
10 |
+
"2EBEFE52-B1FD-41CA-AF8D-A6182A411DFF": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Specification",
|
13 |
+
"name": "model.mlmodel",
|
14 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
15 |
+
},
|
16 |
+
"7E9936A3-D881-4082-82A5-DBA253066429": {
|
17 |
+
"author": "com.apple.CoreML",
|
18 |
+
"description": "External FeatureDescription Overlay",
|
19 |
+
"name": "FeatureDescriptions.json",
|
20 |
+
"path": "com.apple.CoreML/FeatureDescriptions.json"
|
21 |
+
},
|
22 |
+
"D0238506-E264-4639-9903-0D576FCF89FF": {
|
23 |
+
"author": "com.apple.CoreML",
|
24 |
+
"description": "CoreML Model Weights",
|
25 |
+
"name": "weights",
|
26 |
+
"path": "com.apple.CoreML/weights"
|
27 |
+
}
|
28 |
+
},
|
29 |
+
"rootModelIdentifier": "2EBEFE52-B1FD-41CA-AF8D-A6182A411DFF"
|
30 |
+
}
|
msmarco-bert-base-dot-v5-quanitized-8-bit.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbee4a1bfa6e66d4ec63e681abdd35762341f2dcc96d2fef03b4d1b7ae290f79
|
3 |
+
size 151035
|
msmarco-bert-base-dot-v5-quanitized-8-bit.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:aa385a0f514a54d4ee4703ccb5280525070700f3baa21b30473d04ee5c0f7836
|
3 |
+
size 109842368
|
msmarco-bert-base-dot-v5-quanitized-8-bit.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"66FF4E86-31F3-4B6D-91B5-56B7BD050F84": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "model.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"AFFF00D4-B5BD-4594-A2D2-E972242A0634": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "66FF4E86-31F3-4B6D-91B5-56B7BD050F84"
|
18 |
+
}
|
msmarco-bert-base-dot-v5.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:349938f70db6a52148d2593fffbe38ea2ea6eb975a7504d5727ada8407d4d222
|
3 |
+
size 129893
|
msmarco-bert-base-dot-v5.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:1ccc519c4206127ebaaae5201e89a505bcea0dfbbeb5d498af6fd3c96df4f13a
|
3 |
+
size 218579328
|
msmarco-bert-base-dot-v5.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"4B282F32-FF72-4EA1-AA64-4BBCA6AEC96B": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "model.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"51A334A8-D92A-47AB-9D0D-48962DB44B26": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "4B282F32-FF72-4EA1-AA64-4BBCA6AEC96B"
|
18 |
+
}
|
msmarco_distilbert_base_tas_b_512_single_quantized.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Outputs" : {
|
3 |
+
"embeddings" : {
|
4 |
+
"MLFeatureShortDescription" : ""
|
5 |
+
}
|
6 |
+
},
|
7 |
+
"Inputs" : {
|
8 |
+
"attention_mask" : {
|
9 |
+
"MLFeatureShortDescription" : ""
|
10 |
+
},
|
11 |
+
"input_ids" : {
|
12 |
+
"MLFeatureShortDescription" : ""
|
13 |
+
}
|
14 |
+
},
|
15 |
+
"TrainingInputs" : {
|
16 |
+
|
17 |
+
}
|
18 |
+
}
|
msmarco_distilbert_base_tas_b_512_single_quantized.mlpackage/Data/com.apple.CoreML/Metadata.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"MLModelDescriptionKey" : "This is a port of the DistilBert TAS-B Model to sentence-transformers model: It maps sentences & paragraphs to a 768 dimensional dense vector space and is optimized for the task of semantic search.",
|
3 |
+
"MLModelCreatorDefinedKey" : {
|
4 |
+
"com.github.apple.coremltools.version" : "6.3.0",
|
5 |
+
"com.github.apple.coremltools.source" : "torch==2.0.0"
|
6 |
+
},
|
7 |
+
"MLModelAuthorKey" : "See: https:\/\/huggingface.co\/sentence-transformers\/msmarco-distilbert-base-tas-b",
|
8 |
+
"MLModelLicenseKey" : "Apache 2.0 https:\/\/github.com\/sebastian-hofstaetter\/tas-balanced-dense-retrieval\/blob\/main\/LICENSE"
|
9 |
+
}
|
msmarco_distilbert_base_tas_b_512_single_quantized.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b00fc4f33c201b413ecf274930781a8ed904f79e2cf8b83982cbe61c85b638ea
|
3 |
+
size 74834
|
msmarco_distilbert_base_tas_b_512_single_quantized.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:e45ce462bd606bbaec636908e5236e7008c06595ee0e9b045782874edc5687ef
|
3 |
+
size 85563904
|
msmarco_distilbert_base_tas_b_512_single_quantized.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"15C1B9EB-860F-4498-B8DB-3844C37EF3AB": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Weights",
|
7 |
+
"name": "weights",
|
8 |
+
"path": "com.apple.CoreML/weights"
|
9 |
+
},
|
10 |
+
"22A34873-6A18-42C3-876F-C202503F3EEC": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "External FeatureDescription Overlay",
|
13 |
+
"name": "FeatureDescriptions.json",
|
14 |
+
"path": "com.apple.CoreML/FeatureDescriptions.json"
|
15 |
+
},
|
16 |
+
"6D7F41D2-CE94-414B-BFBB-0FB22DE31F9D": {
|
17 |
+
"author": "com.apple.CoreML",
|
18 |
+
"description": "CoreML Model Specification",
|
19 |
+
"name": "model.mlmodel",
|
20 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
21 |
+
},
|
22 |
+
"74F5B55E-0854-46CC-9CFE-86A7EEF71A45": {
|
23 |
+
"author": "com.apple.CoreML",
|
24 |
+
"description": "External Metadata Overlay",
|
25 |
+
"name": "Metadata.json",
|
26 |
+
"path": "com.apple.CoreML/Metadata.json"
|
27 |
+
}
|
28 |
+
},
|
29 |
+
"rootModelIdentifier": "6D7F41D2-CE94-414B-BFBB-0FB22DE31F9D"
|
30 |
+
}
|
multi-qa-MiniLM-L6-cos-v1.mlpackage/Data/com.apple.CoreML/FeatureDescriptions.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Outputs" : {
|
3 |
+
"embeddings" : {
|
4 |
+
"MLFeatureShortDescription" : "--"
|
5 |
+
}
|
6 |
+
},
|
7 |
+
"Inputs" : {
|
8 |
+
"attention_mask" : {
|
9 |
+
"MLFeatureShortDescription" : "--"
|
10 |
+
},
|
11 |
+
"input_ids" : {
|
12 |
+
"MLFeatureShortDescription" : "--"
|
13 |
+
}
|
14 |
+
},
|
15 |
+
"TrainingInputs" : {
|
16 |
+
|
17 |
+
}
|
18 |
+
}
|
multi-qa-MiniLM-L6-cos-v1.mlpackage/Data/com.apple.CoreML/Metadata.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"MLModelVersionStringKey" : "--",
|
3 |
+
"MLModelDescriptionKey" : "This is a sentence-transformers model: It maps sentences & paragraphs to a 384 dimensional dense vector space and was designed for semantic search. It has been trained on 215M (question, answer) pairs from diverse sources.",
|
4 |
+
"MLModelCreatorDefinedKey" : {
|
5 |
+
"com.github.apple.coremltools.version" : "6.3.0",
|
6 |
+
"com.github.apple.coremltools.source" : "torch==2.0.0"
|
7 |
+
},
|
8 |
+
"MLModelAuthorKey" : "See: https:\/\/huggingface.co\/sentence-transformers\/multi-qa-MiniLM-L6-cos-v1",
|
9 |
+
"MLModelLicenseKey" : "Apache 2.0"
|
10 |
+
}
|
multi-qa-MiniLM-L6-cos-v1.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1dd201911c894cdc760aa4e1d13b952d26a5505dbc92373a6404fd86401464dd
|
3 |
+
size 61787
|
multi-qa-MiniLM-L6-cos-v1.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:c04f0f45c376f07dacb402dbf441e309d1f24a16de56a9264f02092408a0b54d
|
3 |
+
size 45528960
|
multi-qa-MiniLM-L6-cos-v1.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"546A1F08-891B-442E-A866-A4263233E5F2": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Weights",
|
7 |
+
"name": "weights",
|
8 |
+
"path": "com.apple.CoreML/weights"
|
9 |
+
},
|
10 |
+
"7D264889-A29C-42A6-B03A-BEA4C1870736": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Specification",
|
13 |
+
"name": "model.mlmodel",
|
14 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
15 |
+
},
|
16 |
+
"90641EFA-F0E1-45EC-9F7F-74F2A8EEBB99": {
|
17 |
+
"author": "com.apple.CoreML",
|
18 |
+
"description": "External FeatureDescription Overlay",
|
19 |
+
"name": "FeatureDescriptions.json",
|
20 |
+
"path": "com.apple.CoreML/FeatureDescriptions.json"
|
21 |
+
},
|
22 |
+
"9EFE3187-A8BB-422E-B4C0-73AB6C38BADF": {
|
23 |
+
"author": "com.apple.CoreML",
|
24 |
+
"description": "External Metadata Overlay",
|
25 |
+
"name": "Metadata.json",
|
26 |
+
"path": "com.apple.CoreML/Metadata.json"
|
27 |
+
}
|
28 |
+
},
|
29 |
+
"rootModelIdentifier": "7D264889-A29C-42A6-B03A-BEA4C1870736"
|
30 |
+
}
|