tmjiang commited on
Commit
06b2420
1 Parent(s): ca1a1f6

fix: change `c4_timestamp`'s dtype to `string` for consistency

Browse files
Files changed (1) hide show
  1. dataset_info.json +1 -1
dataset_info.json CHANGED
@@ -13,7 +13,7 @@
13
  "_type": "Value"
14
  },
15
  "c4_timestamp": {
16
- "dtype": "timestamp[s]",
17
  "id": null,
18
  "_type": "Value"
19
  },
 
13
  "_type": "Value"
14
  },
15
  "c4_timestamp": {
16
+ "dtype": "string",
17
  "id": null,
18
  "_type": "Value"
19
  },