Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
Tags:
HugoLaurencon HF staff commited on
Commit
032e6f1
1 Parent(s): e19841f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: ai2d
4
+ features:
5
+ - name: images
6
+ sequence: image
7
+ - name: texts
8
+ list:
9
+ - name: user
10
+ dtype: string
11
+ - name: assistant
12
+ dtype: string
13
+ - name: source
14
+ dtype: string
15
+ splits:
16
+ - name: train
17
+ num_bytes: 437329975.5701048
18
+ num_examples: 2445
19
+ download_size: 439151768
20
+ dataset_size: 437329975.5701048
21
+ configs:
22
+ - config_name: ai2d
23
+ data_files:
24
+ - split: train
25
+ path: ai2d/train-*
26
+ ---
27
+ # Dataset Card for "the_cauldron"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)