HugoLaurencon commited on
Commit
0c3c90b
1 Parent(s): 25984ba

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: image
14
+ dtype: image
15
+ - name: context
16
+ dtype: string
17
+ - name: label
18
+ dtype:
19
+ class_label:
20
+ names:
21
+ '0': A
22
+ '1': B
23
+ '2': C
24
+ '3': D
25
+ '4': E
26
+ splits:
27
+ - name: train
28
+ num_bytes: 204229907.55288386
29
+ num_examples: 6218
30
+ - name: validation
31
+ num_bytes: 68613530.46875736
32
+ num_examples: 2097
33
+ - name: test
34
+ num_bytes: 65108877.472058475
35
+ num_examples: 2017
36
+ download_size: 661814327
37
+ dataset_size: 337952315.4936997
38
+ ---
39
+ # Dataset Card for "ScienceQAImg_Modif"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)