File size: 638 Bytes
9f0ae9b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "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" : {

  }
}