You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

datasetSchema.json 238 B

12345678910111213141516
  1. {
  2. "datasetType": "TF",
  3. "numRows": 5,
  4. "columns": {
  5. "input_ids": {
  6. "type": "int64",
  7. "rank": 1,
  8. "shape": [128]
  9. },
  10. "segment_ids" : {
  11. "type": "int64",
  12. "rank": 1,
  13. "shape": [128]
  14. }
  15. }
  16. }