jdsannchao
commited on
Commit
•
0ccf41e
1
Parent(s):
60b17c8
Upload dataset
Browse files- README.md +21 -1
- vg_V1/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
dataset_info:
|
4 |
-
|
5 |
features:
|
6 |
- name: video_filename
|
7 |
dtype: string
|
@@ -19,11 +19,31 @@ dataset_info:
|
|
19 |
num_examples: 13374
|
20 |
download_size: 203081
|
21 |
dataset_size: 2029869
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
configs:
|
23 |
- config_name: CLEVRER
|
24 |
data_files:
|
25 |
- split: train
|
26 |
path: CLEVRER/train-*
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
|
29 |
Here we create two datasets (from existing datasets: CLEVRER, VisualGenome) for the Object Counting instruction tuning task.
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
dataset_info:
|
4 |
+
- config_name: CLEVRER
|
5 |
features:
|
6 |
- name: video_filename
|
7 |
dtype: string
|
|
|
19 |
num_examples: 13374
|
20 |
download_size: 203081
|
21 |
dataset_size: 2029869
|
22 |
+
- config_name: vg_V1
|
23 |
+
features:
|
24 |
+
- name: img_id
|
25 |
+
dtype: int64
|
26 |
+
- name: orig_qa
|
27 |
+
dtype: string
|
28 |
+
- name: question_text
|
29 |
+
dtype: string
|
30 |
+
- name: answer_text
|
31 |
+
dtype: string
|
32 |
+
splits:
|
33 |
+
- name: train
|
34 |
+
num_bytes: 26281742
|
35 |
+
num_examples: 424507
|
36 |
+
download_size: 7732035
|
37 |
+
dataset_size: 26281742
|
38 |
configs:
|
39 |
- config_name: CLEVRER
|
40 |
data_files:
|
41 |
- split: train
|
42 |
path: CLEVRER/train-*
|
43 |
+
- config_name: vg_V1
|
44 |
+
data_files:
|
45 |
+
- split: train
|
46 |
+
path: vg_V1/train-*
|
47 |
---
|
48 |
|
49 |
Here we create two datasets (from existing datasets: CLEVRER, VisualGenome) for the Object Counting instruction tuning task.
|
vg_V1/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c4e1c6df514c1b6a2bf3158adfdf07c9ff463179a0f52ae3e62e3a8d82c9b9d
|
3 |
+
size 7732035
|