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.
mindspore/tests/ut/data/dataset/testTFBert5Rows/datasetSchema.json

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]
}
}
}