yihuizhou commited on
Commit
753bc45
·
verified ·
1 Parent(s): 2356ac3

Upload folder using huggingface_hub

Browse files
Data/com.apple.CoreML/FeatureDescriptions.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Inputs" : {
3
+ "attention_mask" : {
4
+ "MLFeatureShortDescription" : "Mask to avoid performing attention on padding token indices (1 = not masked, 0 = masked)"
5
+ },
6
+ "input_ids" : {
7
+ "MLFeatureShortDescription" : "Indices of input sequence tokens in the vocabulary"
8
+ }
9
+ },
10
+ "Outputs" : {
11
+ "pooler_output" : {
12
+ "MLFeatureShortDescription" : "Last layer hidden-state of the first token of the sequence"
13
+ },
14
+ "last_hidden_state" : {
15
+ "MLFeatureShortDescription" : "Sequence of hidden-states at the output of the last layer of the model"
16
+ }
17
+ },
18
+ "TrainingInputs" : {
19
+
20
+ },
21
+ "States" : {
22
+
23
+ }
24
+ }
Data/com.apple.CoreML/Metadata.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "MLModelVersionStringKey" : "--",
3
+ "MLModelDescriptionKey" : "intfloat\/multilingual-e5-small (feature-extraction)",
4
+ "MLModelCreatorDefinedKey" : {
5
+ "com.github.apple.coremltools.version" : "8.3.0",
6
+ "com.github.apple.coremltools.source" : "torch==2.6.0",
7
+ "co.huggingface.exporters.task" : "feature-extraction",
8
+ "com.github.apple.coremltools.source_dialect" : "TorchScript",
9
+ "transformers_version" : "4.29.0",
10
+ "co.huggingface.exporters.name" : "intfloat\/multilingual-e5-small",
11
+ "co.huggingface.exporters.framework" : "pytorch",
12
+ "co.huggingface.exporters.architecture" : "BertModel",
13
+ "co.huggingface.exporters.precision" : "float32"
14
+ },
15
+ "MLModelAuthorKey" : "--",
16
+ "MLModelLicenseKey" : "--"
17
+ }
Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9e174e7b1e81ee30fae42b6f5881aeb9d9997262a4bfe5935a404b3c9cb5bc5
3
+ size 122244
Data/com.apple.CoreML/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea3320b45106e1b322f40839125ff403a975608329dbfd209a16439bd497f9ff
3
+ size 470231552
Manifest.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "055EAA52-BE74-4F4C-AE0C-97ACF8F9539E": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "1CBA750A-4DC5-49C6-85BF-01A2FBD9763B": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "External Metadata Overlay",
13
+ "name": "Metadata.json",
14
+ "path": "com.apple.CoreML/Metadata.json"
15
+ },
16
+ "5230579F-EE9B-47B7-99D2-0736B5339132": {
17
+ "author": "com.apple.CoreML",
18
+ "description": "External FeatureDescription Overlay",
19
+ "name": "FeatureDescriptions.json",
20
+ "path": "com.apple.CoreML/FeatureDescriptions.json"
21
+ },
22
+ "D45C6AD9-A79A-463C-85F3-F75E3BB00B13": {
23
+ "author": "com.apple.CoreML",
24
+ "description": "CoreML Model Specification",
25
+ "name": "model.mlmodel",
26
+ "path": "com.apple.CoreML/model.mlmodel"
27
+ }
28
+ },
29
+ "rootModelIdentifier": "D45C6AD9-A79A-463C-85F3-F75E3BB00B13"
30
+ }