nilshoehing commited on
Commit
b11f918
·
verified ·
1 Parent(s): 7290ea1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -28
README.md CHANGED
@@ -1,28 +1,69 @@
1
- ---
2
- license: cc-by-4.0
3
- configs:
4
- - config_name: default
5
- data_files:
6
- - split: train
7
- path: data/train-*
8
- dataset_info:
9
- features:
10
- - name: text1
11
- dtype: string
12
- - name: text2
13
- dtype: string
14
- - name: Label
15
- dtype: string
16
- - name: Category
17
- dtype: string
18
- - name: image1
19
- dtype: image
20
- - name: image2
21
- dtype: image
22
- splits:
23
- - name: train
24
- num_bytes: 772658832.0
25
- num_examples: 241
26
- download_size: 771816767
27
- dataset_size: 772658832.0
28
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: text1
11
+ dtype: string
12
+ - name: text2
13
+ dtype: string
14
+ - name: Label
15
+ dtype: string
16
+ - name: Category
17
+ dtype: string
18
+ - name: image1
19
+ dtype: image
20
+ - name: image2
21
+ dtype: image
22
+ splits:
23
+ - name: train
24
+ num_bytes: 772658832
25
+ num_examples: 241
26
+ download_size: 771816767
27
+ dataset_size: 772658832
28
+ language:
29
+ - en
30
+ pretty_name: Rocket Science
31
+ size_categories:
32
+ - n<1K
33
+ ---
34
+ # Dataset Card for Rocket Science
35
+
36
+ Rocket Science tests for understanding of spatial relations in Vision Language Models
37
+
38
+ ## Dataset Details
39
+
40
+ ### Dataset Description
41
+
42
+ <!-- Provide a longer summary of what this dataset is. -->
43
+
44
+ - **Curated by:** Nils Hoehing
45
+ - **Language(s) (NLP):** English
46
+ - **License:** CC-BY-4.0
47
+
48
+ ### Dataset Sources [optional]
49
+
50
+ <!-- Provide the basic links for the dataset. -->
51
+
52
+ - **Repository:** https://github.com/nilshoehing/rocketscience
53
+ - **Paper [optional]:** [More Information Needed]
54
+ - **Demo [optional]:** [More Information Needed]
55
+
56
+
57
+
58
+ ## Citation [optional]
59
+
60
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
61
+
62
+ **BibTeX:**
63
+
64
+ [More Information Needed]
65
+
66
+ **APA:**
67
+
68
+ [More Information Needed]
69
+