You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
704 B
42 lines
704 B
{
|
|
"datasetType": "TF",
|
|
"numRows": 5,
|
|
"columns": {
|
|
"next_sentence_labels": {
|
|
"type": "int64",
|
|
"rank": 1,
|
|
"shape": [1]
|
|
},
|
|
"masked_lm_positions": {
|
|
"type": "int64",
|
|
"rank": 1,
|
|
"shape": [20]
|
|
},
|
|
"masked_lm_ids": {
|
|
"type": "int64",
|
|
"rank": 1,
|
|
"shape": [20]
|
|
},
|
|
"masked_lm_weights": {
|
|
"type": "float32",
|
|
"rank": 1,
|
|
"shape": [20]
|
|
},
|
|
"input_mask": {
|
|
"type": "int64",
|
|
"rank": 1,
|
|
"shape": [128]
|
|
},
|
|
"input_ids": {
|
|
"type": "int64",
|
|
"rank": 1,
|
|
"shape": [128]
|
|
},
|
|
"segment_ids" : {
|
|
"type": "int64",
|
|
"rank": 1,
|
|
"shape": [128]
|
|
}
|
|
}
|
|
}
|