Datasets:

Languages:
English
License:
ZzMeei commited on
Commit
fc47b3c
·
1 Parent(s): b8d4494

update dataset

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -22
dataset_infos.json DELETED
@@ -1,22 +0,0 @@
1
- {
2
- "my-dataset": {
3
- "description": "A brief description of your dataset.",
4
- "citation": "Citation for your dataset.",
5
- "homepage": "URL to the homepage of your dataset.",
6
- "license": "License for your dataset.",
7
- "features": {
8
- "text": {
9
- "dtype": "string",
10
- "id": null
11
- }
12
- },
13
- "splits": {
14
- "train": {
15
- "num_bytes": 123456,
16
- "num_examples": 1000
17
- }
18
- },
19
- "download_size": 123456,
20
- "dataset_size": 123456
21
- }
22
- }