Upload dataset
Browse files- README.md +85 -0
- data/Connection_Id-00000-of-00001.parquet +3 -0
- data/Connection_Judgment-00000-of-00001.parquet +3 -0
- data/Element_Classification-00000-of-00001.parquet +3 -0
- data/Function_task-00000-of-00001.parquet +3 -0
- data/Location_description-00000-of-00001.parquet +3 -0
- data/TQA_task-00000-of-00001.parquet +3 -0
- data/Total_Counting-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,3 +1,88 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: default
|
| 5 |
+
data_files:
|
| 6 |
+
- split: Connection_Id
|
| 7 |
+
path: data/Connection_Id-*
|
| 8 |
+
- split: Connection_Judgment
|
| 9 |
+
path: data/Connection_Judgment-*
|
| 10 |
+
- split: Element_Classification
|
| 11 |
+
path: data/Element_Classification-*
|
| 12 |
+
- split: Function_task
|
| 13 |
+
path: data/Function_task-*
|
| 14 |
+
- split: Location_description
|
| 15 |
+
path: data/Location_description-*
|
| 16 |
+
- split: Total_Counting
|
| 17 |
+
path: data/Total_Counting-*
|
| 18 |
+
- split: TQA_task
|
| 19 |
+
path: data/TQA_task-*
|
| 20 |
+
dataset_info:
|
| 21 |
+
features:
|
| 22 |
+
- name: image_path
|
| 23 |
+
dtype: image
|
| 24 |
+
- name: question
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: options
|
| 27 |
+
struct:
|
| 28 |
+
- name: A
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: B
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: C
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: D
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: E
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: F
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: G
|
| 41 |
+
dtype: string
|
| 42 |
+
- name: H
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: I
|
| 45 |
+
dtype: string
|
| 46 |
+
- name: J
|
| 47 |
+
dtype: string
|
| 48 |
+
- name: K
|
| 49 |
+
dtype: string
|
| 50 |
+
- name: L
|
| 51 |
+
dtype: string
|
| 52 |
+
- name: M
|
| 53 |
+
dtype: string
|
| 54 |
+
- name: N
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: O
|
| 57 |
+
dtype: string
|
| 58 |
+
- name: groundtruth
|
| 59 |
+
list: string
|
| 60 |
+
- name: level
|
| 61 |
+
dtype: string
|
| 62 |
+
- name: component_count
|
| 63 |
+
dtype: string
|
| 64 |
+
splits:
|
| 65 |
+
- name: Connection_Id
|
| 66 |
+
num_bytes: 47095609.0
|
| 67 |
+
num_examples: 600
|
| 68 |
+
- name: Connection_Judgment
|
| 69 |
+
num_bytes: 71476207.0
|
| 70 |
+
num_examples: 900
|
| 71 |
+
- name: Element_Classification
|
| 72 |
+
num_bytes: 106326273.248
|
| 73 |
+
num_examples: 1528
|
| 74 |
+
- name: Function_task
|
| 75 |
+
num_bytes: 56128657.0
|
| 76 |
+
num_examples: 200
|
| 77 |
+
- name: Location_description
|
| 78 |
+
num_bytes: 34049793.0
|
| 79 |
+
num_examples: 450
|
| 80 |
+
- name: Total_Counting
|
| 81 |
+
num_bytes: 79067777.5
|
| 82 |
+
num_examples: 1500
|
| 83 |
+
- name: TQA_task
|
| 84 |
+
num_bytes: 772528.875
|
| 85 |
+
num_examples: 1257
|
| 86 |
+
download_size: 247159319
|
| 87 |
+
dataset_size: 394916845.623
|
| 88 |
---
|
data/Connection_Id-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f41396ebb075d3413711b371ee6068835318e9f27314ea230cb03808294349e
|
| 3 |
+
size 15498671
|
data/Connection_Judgment-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa811eef69917408d300f4f6e2041937ecb8835c5567a5cc08b1dd1a34f1ebb0
|
| 3 |
+
size 23035313
|
data/Element_Classification-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55c3b099a711e3445f1c6fc9b418fb054841d3463bfea327b61f37836a7075ee
|
| 3 |
+
size 66457142
|
data/Function_task-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:838eec3a1ef0d92a4f54205f88afdf8545fa5e705426751e6b308de03903af49
|
| 3 |
+
size 24540582
|
data/Location_description-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:68b16502923af7a513b14a362e0e2aa0c21f798905870a63cd2d06b599e32a2d
|
| 3 |
+
size 30504076
|
data/TQA_task-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a22d8be1a01f5fe198b5769b43f85e8d60cfb343577ab44925a19a57e28f08b
|
| 3 |
+
size 460046
|
data/Total_Counting-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca3e40e313a8df6b591aa7802493e6ba3c83cb7858285d0cf8face0d3777aa1d
|
| 3 |
+
size 86663489
|