weikaih commited on
Commit
ffd6989
β€’
1 Parent(s): 96db878

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -115,3 +115,44 @@ configs:
115
  - split: random_sg_what_relation
116
  path: data/random_sg_what_relation-*
117
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  - split: random_sg_what_relation
116
  path: data/random_sg_what_relation-*
117
  ---
118
+
119
+ # Dataset Card for TaskMeAnything-v1-imageqa-random
120
+ <h5 align="center">
121
+
122
+ <!-- [[**πŸ“– Paper**]() ** | [**πŸ€— TaskMeAnything-v1-Random**]() | [**πŸ€— TaskMeAnything-DB**]() | [**πŸ€— TaskMeAnything-UI**]() -->
123
+
124
+ </h5>
125
+
126
+ ## TaskMeAnything-v1-Random
127
+ [TaskMeAnything-v1-imageqa-random](https://huggingface.co/datasets/weikaih/TaskMeAnything-v1-imageqa-random) is a dataset which randomly sampled questions from TaskMeAnything-v1, including 5,700 ImageQA questions. The dataset contains 19 splits, while each splits contains 300 questions from a specific task generator in TaskMeAnything-v1. For each row of dataset, it includes: image, question, options, answer and its corresponding task plan.
128
+
129
+ ## Load TaskMeAnything-v1-Random ImageQA Dataset
130
+ ```
131
+ import datasets
132
+
133
+ dataset_name = 'weikaih/TaskMeAnything-v1-imageqa-random'
134
+ dataset = datasets.load_dataset(dataset_name, split = TASK_GENERATOR_SPLIT)
135
+ ```
136
+ where `TASK_GENERATOR_SPLIT` is one of the task generators, eg, `random_2d_how_many`.
137
+
138
+ ## Out-of-Scope Use
139
+ This dataset should not be used for training models.
140
+
141
+
142
+ ## Disclaimers
143
+ **TaskMeAnything** and its associated resources are provided for research and educational purposes only.
144
+ The authors and contributors make no warranties regarding the accuracy or reliability of the data and software.
145
+ Users are responsible for ensuring their use complies with applicable laws and regulations.
146
+ The project is not liable for any damages or losses resulting from the use of these resources.
147
+
148
+ ## Contact
149
+
150
+ - Jieyu Zhang: [email protected]
151
+
152
+ ## Citation
153
+
154
+ **BibTeX:**
155
+
156
+ ```bibtex
157
+
158
+ ```