linxxx3 commited on
Commit
7774e32
·
verified ·
1 Parent(s): 74beba5

Upload benchmark torch datasets: academic_datasets/countbench_qa

Browse files
academic_datasets/countbench_qa/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d253bb84d8e69fd6823eb59affd4bb27a6d3e69b20a461ddc2cc4796591b9bbe
3
+ size 166127512
academic_datasets/countbench_qa/dataset_info.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "count_bench_qa",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "count_qa",
6
+ "dataset_size": 166123654,
7
+ "description": "",
8
+ "download_size": 23382125,
9
+ "features": {
10
+ "image": {
11
+ "_type": "Image"
12
+ },
13
+ "question": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "count": {
18
+ "dtype": "int32",
19
+ "_type": "Value"
20
+ },
21
+ "example_id": {
22
+ "dtype": "int32",
23
+ "_type": "Value"
24
+ },
25
+ "image_url": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ }
29
+ },
30
+ "homepage": "",
31
+ "license": "",
32
+ "size_in_bytes": 189505779,
33
+ "splits": {
34
+ "test": {
35
+ "name": "test",
36
+ "num_bytes": 166123654,
37
+ "num_examples": 490,
38
+ "dataset_name": "count_qa"
39
+ }
40
+ },
41
+ "version": {
42
+ "version_str": "1.0.0",
43
+ "major": 1,
44
+ "minor": 0,
45
+ "patch": 0
46
+ }
47
+ }
academic_datasets/countbench_qa/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "5748dab2e3888ec6",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "test"
13
+ }