Datasets:

Modalities:
Image
Text
Formats:
parquet
Size:
< 1K
Libraries:
Datasets
pandas
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ ---
6
+ # Dataset Card for SITUATE
7
+
8
+ ## Dataset Description
9
+ Winoground is a novel dataset designed for training and evaluating Vision Language Models on counting tasks with spatial constraints.
10
+
11
+ ## Data
12
+ ```python
13
+ from datasets import load_dataset
14
+ dataset = load_dataset("iisys-hof/SITUATE_test", split="test", token=<YOUR_ACCESS_TOKEN>)
15
+ ```
16
+ You can get `<YOUR USER ACCESS TOKEN>` by following these steps:
17
+ 1) log into your Hugging Face account
18
+ 2) click on your profile picture
19
+ 3) click "Settings"
20
+ 4) click "Access Tokens"
21
+ 5) generate an access token