GabeHD commited on
Commit
5f7508f
1 Parent(s): b0ca005

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +21 -15
dataset_infos.json CHANGED
@@ -1,20 +1,26 @@
1
- {
2
- "GabeHD--pokemon-type-captions": {
3
  "description": "",
4
  "citation": "",
5
  "homepage": "",
6
  "license": "",
7
  "features": {
8
- "image": {
9
- "decode": true,
10
- "id": null,
11
- "_type": "Image"
12
- },
13
- "text": {
14
- "dtype": "string",
15
- "id": null,
16
- "_type": "Value"
17
- }
18
- }
19
- }
20
- }
 
 
 
 
 
 
 
 
1
+ {"default": {
 
2
  "description": "",
3
  "citation": "",
4
  "homepage": "",
5
  "license": "",
6
  "features": {
7
+ "image": {
8
+ "_type": "Image"
9
+ },
10
+ "text": {
11
+ "dtype": "string",
12
+ "_type": "Value"
13
+ }
14
+ },
15
+ "splits": {
16
+ "train": {
17
+ "name": "train",
18
+ "num_bytes": 19372532.0,
19
+ "num_examples": 898,
20
+ "dataset_name": "pokemon-type-captions"
21
+ }
22
+ },
23
+ "download_size": 0,
24
+ "dataset_size": 19372532.0,
25
+ "size_in_bytes": 19372532.0
26
+ }}