intfloat-multilingual-e5-small-mlpackage
/
OriginalModel.mlpackage
/Data
/com.apple.CoreML
/FeatureDescriptions.json
| { | |
| "Inputs" : { | |
| "attention_mask" : { | |
| "MLFeatureShortDescription" : "Mask to avoid performing attention on padding token indices (1 = not masked, 0 = masked)" | |
| }, | |
| "input_ids" : { | |
| "MLFeatureShortDescription" : "Indices of input sequence tokens in the vocabulary" | |
| } | |
| }, | |
| "Outputs" : { | |
| "pooler_output" : { | |
| "MLFeatureShortDescription" : "Last layer hidden-state of the first token of the sequence" | |
| }, | |
| "last_hidden_state" : { | |
| "MLFeatureShortDescription" : "Sequence of hidden-states at the output of the last layer of the model" | |
| } | |
| }, | |
| "TrainingInputs" : { | |
| }, | |
| "States" : { | |
| } | |
| } |