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 704 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "datasetType": "TF",
  3. "numRows": 5,
  4. "columns": {
  5. "next_sentence_labels": {
  6. "type": "int64",
  7. "rank": 1,
  8. "shape": [1]
  9. },
  10. "masked_lm_positions": {
  11. "type": "int64",
  12. "rank": 1,
  13. "shape": [20]
  14. },
  15. "masked_lm_ids": {
  16. "type": "int64",
  17. "rank": 1,
  18. "shape": [20]
  19. },
  20. "masked_lm_weights": {
  21. "type": "float32",
  22. "rank": 1,
  23. "shape": [20]
  24. },
  25. "input_mask": {
  26. "type": "int64",
  27. "rank": 1,
  28. "shape": [128]
  29. },
  30. "input_ids": {
  31. "type": "int64",
  32. "rank": 1,
  33. "shape": [128]
  34. },
  35. "segment_ids" : {
  36. "type": "int64",
  37. "rank": 1,
  38. "shape": [128]
  39. }
  40. }
  41. }