Upload folder using huggingface_hub
Browse files- dataset_dict.json +1 -0
- test/data-00000-of-00001.arrow +3 -0
- test/dataset_info.json +89 -0
- test/state.json +13 -0
- train/data-00000-of-00004.arrow +3 -0
- train/data-00001-of-00004.arrow +3 -0
- train/data-00002-of-00004.arrow +3 -0
- train/data-00003-of-00004.arrow +3 -0
- train/dataset_info.json +89 -0
- train/state.json +22 -0
- validation/data-00000-of-00001.arrow +3 -0
- validation/dataset_info.json +89 -0
- validation/state.json +13 -0
dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "validation", "test"]}
|
test/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ec4d215b9ed5b4eda2575fa1b04287e2acdfec0fdbac6b55c8005a575cf6e77
|
3 |
+
size 235062496
|
test/dataset_info.json
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "parquet",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "default",
|
5 |
+
"dataset_name": "cord-v2",
|
6 |
+
"dataset_size": 2318330877,
|
7 |
+
"description": "https://github.com/clovaai/cord",
|
8 |
+
"download_checksums": {
|
9 |
+
"hf://datasets/naver-clova-ix/cord-v2@7f0115a4b758a71d6473b8d085751692da2fef98/data/train-00000-of-00004-b4aaeceff1d90ecb.parquet": {
|
10 |
+
"num_bytes": 490224630,
|
11 |
+
"checksum": null
|
12 |
+
},
|
13 |
+
"hf://datasets/naver-clova-ix/cord-v2@7f0115a4b758a71d6473b8d085751692da2fef98/data/train-00001-of-00004-7dbbe248962764c5.parquet": {
|
14 |
+
"num_bytes": 441418432,
|
15 |
+
"checksum": null
|
16 |
+
},
|
17 |
+
"hf://datasets/naver-clova-ix/cord-v2@7f0115a4b758a71d6473b8d085751692da2fef98/data/train-00002-of-00004-688fe1305a55e5cc.parquet": {
|
18 |
+
"num_bytes": 443802181,
|
19 |
+
"checksum": null
|
20 |
+
},
|
21 |
+
"hf://datasets/naver-clova-ix/cord-v2@7f0115a4b758a71d6473b8d085751692da2fef98/data/train-00003-of-00004-2d0cd200555ed7fd.parquet": {
|
22 |
+
"num_bytes": 455555434,
|
23 |
+
"checksum": null
|
24 |
+
},
|
25 |
+
"hf://datasets/naver-clova-ix/cord-v2@7f0115a4b758a71d6473b8d085751692da2fef98/data/validation-00000-of-00001-cc3c5779fe22e8ca.parquet": {
|
26 |
+
"num_bytes": 242080800,
|
27 |
+
"checksum": null
|
28 |
+
},
|
29 |
+
"hf://datasets/naver-clova-ix/cord-v2@7f0115a4b758a71d6473b8d085751692da2fef98/data/test-00000-of-00001-9c204eb3f4e11791.parquet": {
|
30 |
+
"num_bytes": 234202795,
|
31 |
+
"checksum": null
|
32 |
+
}
|
33 |
+
},
|
34 |
+
"download_size": 2307284272,
|
35 |
+
"features": {
|
36 |
+
"image": {
|
37 |
+
"_type": "Image"
|
38 |
+
},
|
39 |
+
"ground_truth": {
|
40 |
+
"dtype": "string",
|
41 |
+
"_type": "Value"
|
42 |
+
},
|
43 |
+
"conversations": [
|
44 |
+
{
|
45 |
+
"from": {
|
46 |
+
"dtype": "string",
|
47 |
+
"_type": "Value"
|
48 |
+
},
|
49 |
+
"value": {
|
50 |
+
"dtype": "string",
|
51 |
+
"_type": "Value"
|
52 |
+
}
|
53 |
+
}
|
54 |
+
]
|
55 |
+
},
|
56 |
+
"homepage": "https://github.com/clovaai/cord",
|
57 |
+
"license": "Creative Commons Attribution 4.0 International License",
|
58 |
+
"size_in_bytes": 4625615149,
|
59 |
+
"splits": {
|
60 |
+
"train": {
|
61 |
+
"name": "train",
|
62 |
+
"num_bytes": 1840803702,
|
63 |
+
"num_examples": 800,
|
64 |
+
"shard_lengths": [
|
65 |
+
400,
|
66 |
+
400
|
67 |
+
],
|
68 |
+
"dataset_name": "cord-v2"
|
69 |
+
},
|
70 |
+
"validation": {
|
71 |
+
"name": "validation",
|
72 |
+
"num_bytes": 242513269,
|
73 |
+
"num_examples": 100,
|
74 |
+
"dataset_name": "cord-v2"
|
75 |
+
},
|
76 |
+
"test": {
|
77 |
+
"name": "test",
|
78 |
+
"num_bytes": 235013906,
|
79 |
+
"num_examples": 100,
|
80 |
+
"dataset_name": "cord-v2"
|
81 |
+
}
|
82 |
+
},
|
83 |
+
"version": {
|
84 |
+
"version_str": "0.0.0",
|
85 |
+
"major": 0,
|
86 |
+
"minor": 0,
|
87 |
+
"patch": 0
|
88 |
+
}
|
89 |
+
}
|
test/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "b40239907484aaec",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": null
|
13 |
+
}
|
train/data-00000-of-00004.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bb5ef11631ebb4b5ab72dae3949ad016ddc0879e864f38caa1ba479f3234138
|
3 |
+
size 493184744
|
train/data-00001-of-00004.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea91d5c7f76fac15cb9cc065d926ad5ce89c7e54edd0c04994b07c507c58111d
|
3 |
+
size 445877088
|
train/data-00002-of-00004.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6f4c9ae11bda5d598e89db125db97ae9a62053c893f69d1a71e27af0040921e
|
3 |
+
size 445046704
|
train/data-00003-of-00004.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92374a727cec997a40cf8954542044e491fbe0a313755903c53fea873bfd5335
|
3 |
+
size 457093544
|
train/dataset_info.json
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "parquet",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "default",
|
5 |
+
"dataset_name": "cord-v2",
|
6 |
+
"dataset_size": 2318330877,
|
7 |
+
"description": "https://github.com/clovaai/cord",
|
8 |
+
"download_checksums": {
|
9 |
+
"hf://datasets/naver-clova-ix/cord-v2@7f0115a4b758a71d6473b8d085751692da2fef98/data/train-00000-of-00004-b4aaeceff1d90ecb.parquet": {
|
10 |
+
"num_bytes": 490224630,
|
11 |
+
"checksum": null
|
12 |
+
},
|
13 |
+
"hf://datasets/naver-clova-ix/cord-v2@7f0115a4b758a71d6473b8d085751692da2fef98/data/train-00001-of-00004-7dbbe248962764c5.parquet": {
|
14 |
+
"num_bytes": 441418432,
|
15 |
+
"checksum": null
|
16 |
+
},
|
17 |
+
"hf://datasets/naver-clova-ix/cord-v2@7f0115a4b758a71d6473b8d085751692da2fef98/data/train-00002-of-00004-688fe1305a55e5cc.parquet": {
|
18 |
+
"num_bytes": 443802181,
|
19 |
+
"checksum": null
|
20 |
+
},
|
21 |
+
"hf://datasets/naver-clova-ix/cord-v2@7f0115a4b758a71d6473b8d085751692da2fef98/data/train-00003-of-00004-2d0cd200555ed7fd.parquet": {
|
22 |
+
"num_bytes": 455555434,
|
23 |
+
"checksum": null
|
24 |
+
},
|
25 |
+
"hf://datasets/naver-clova-ix/cord-v2@7f0115a4b758a71d6473b8d085751692da2fef98/data/validation-00000-of-00001-cc3c5779fe22e8ca.parquet": {
|
26 |
+
"num_bytes": 242080800,
|
27 |
+
"checksum": null
|
28 |
+
},
|
29 |
+
"hf://datasets/naver-clova-ix/cord-v2@7f0115a4b758a71d6473b8d085751692da2fef98/data/test-00000-of-00001-9c204eb3f4e11791.parquet": {
|
30 |
+
"num_bytes": 234202795,
|
31 |
+
"checksum": null
|
32 |
+
}
|
33 |
+
},
|
34 |
+
"download_size": 2307284272,
|
35 |
+
"features": {
|
36 |
+
"image": {
|
37 |
+
"_type": "Image"
|
38 |
+
},
|
39 |
+
"ground_truth": {
|
40 |
+
"dtype": "string",
|
41 |
+
"_type": "Value"
|
42 |
+
},
|
43 |
+
"conversations": [
|
44 |
+
{
|
45 |
+
"from": {
|
46 |
+
"dtype": "string",
|
47 |
+
"_type": "Value"
|
48 |
+
},
|
49 |
+
"value": {
|
50 |
+
"dtype": "string",
|
51 |
+
"_type": "Value"
|
52 |
+
}
|
53 |
+
}
|
54 |
+
]
|
55 |
+
},
|
56 |
+
"homepage": "https://github.com/clovaai/cord",
|
57 |
+
"license": "Creative Commons Attribution 4.0 International License",
|
58 |
+
"size_in_bytes": 4625615149,
|
59 |
+
"splits": {
|
60 |
+
"train": {
|
61 |
+
"name": "train",
|
62 |
+
"num_bytes": 1840803702,
|
63 |
+
"num_examples": 800,
|
64 |
+
"shard_lengths": [
|
65 |
+
400,
|
66 |
+
400
|
67 |
+
],
|
68 |
+
"dataset_name": "cord-v2"
|
69 |
+
},
|
70 |
+
"validation": {
|
71 |
+
"name": "validation",
|
72 |
+
"num_bytes": 242513269,
|
73 |
+
"num_examples": 100,
|
74 |
+
"dataset_name": "cord-v2"
|
75 |
+
},
|
76 |
+
"test": {
|
77 |
+
"name": "test",
|
78 |
+
"num_bytes": 235013906,
|
79 |
+
"num_examples": 100,
|
80 |
+
"dataset_name": "cord-v2"
|
81 |
+
}
|
82 |
+
},
|
83 |
+
"version": {
|
84 |
+
"version_str": "0.0.0",
|
85 |
+
"major": 0,
|
86 |
+
"minor": 0,
|
87 |
+
"patch": 0
|
88 |
+
}
|
89 |
+
}
|
train/state.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00004.arrow"
|
5 |
+
},
|
6 |
+
{
|
7 |
+
"filename": "data-00001-of-00004.arrow"
|
8 |
+
},
|
9 |
+
{
|
10 |
+
"filename": "data-00002-of-00004.arrow"
|
11 |
+
},
|
12 |
+
{
|
13 |
+
"filename": "data-00003-of-00004.arrow"
|
14 |
+
}
|
15 |
+
],
|
16 |
+
"_fingerprint": "02b5cd1df1000f7d",
|
17 |
+
"_format_columns": null,
|
18 |
+
"_format_kwargs": {},
|
19 |
+
"_format_type": null,
|
20 |
+
"_output_all_columns": false,
|
21 |
+
"_split": null
|
22 |
+
}
|
validation/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45e9d4c348732e57a7a9e8ba3b02b77c4a2a20f3dac6b03d697a33f1f5d71997
|
3 |
+
size 242559264
|
validation/dataset_info.json
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "parquet",
|
3 |
+
"citation": "",
|
4 |
+
"config_name": "default",
|
5 |
+
"dataset_name": "cord-v2",
|
6 |
+
"dataset_size": 2318330877,
|
7 |
+
"description": "https://github.com/clovaai/cord",
|
8 |
+
"download_checksums": {
|
9 |
+
"hf://datasets/naver-clova-ix/cord-v2@7f0115a4b758a71d6473b8d085751692da2fef98/data/train-00000-of-00004-b4aaeceff1d90ecb.parquet": {
|
10 |
+
"num_bytes": 490224630,
|
11 |
+
"checksum": null
|
12 |
+
},
|
13 |
+
"hf://datasets/naver-clova-ix/cord-v2@7f0115a4b758a71d6473b8d085751692da2fef98/data/train-00001-of-00004-7dbbe248962764c5.parquet": {
|
14 |
+
"num_bytes": 441418432,
|
15 |
+
"checksum": null
|
16 |
+
},
|
17 |
+
"hf://datasets/naver-clova-ix/cord-v2@7f0115a4b758a71d6473b8d085751692da2fef98/data/train-00002-of-00004-688fe1305a55e5cc.parquet": {
|
18 |
+
"num_bytes": 443802181,
|
19 |
+
"checksum": null
|
20 |
+
},
|
21 |
+
"hf://datasets/naver-clova-ix/cord-v2@7f0115a4b758a71d6473b8d085751692da2fef98/data/train-00003-of-00004-2d0cd200555ed7fd.parquet": {
|
22 |
+
"num_bytes": 455555434,
|
23 |
+
"checksum": null
|
24 |
+
},
|
25 |
+
"hf://datasets/naver-clova-ix/cord-v2@7f0115a4b758a71d6473b8d085751692da2fef98/data/validation-00000-of-00001-cc3c5779fe22e8ca.parquet": {
|
26 |
+
"num_bytes": 242080800,
|
27 |
+
"checksum": null
|
28 |
+
},
|
29 |
+
"hf://datasets/naver-clova-ix/cord-v2@7f0115a4b758a71d6473b8d085751692da2fef98/data/test-00000-of-00001-9c204eb3f4e11791.parquet": {
|
30 |
+
"num_bytes": 234202795,
|
31 |
+
"checksum": null
|
32 |
+
}
|
33 |
+
},
|
34 |
+
"download_size": 2307284272,
|
35 |
+
"features": {
|
36 |
+
"image": {
|
37 |
+
"_type": "Image"
|
38 |
+
},
|
39 |
+
"ground_truth": {
|
40 |
+
"dtype": "string",
|
41 |
+
"_type": "Value"
|
42 |
+
},
|
43 |
+
"conversations": [
|
44 |
+
{
|
45 |
+
"from": {
|
46 |
+
"dtype": "string",
|
47 |
+
"_type": "Value"
|
48 |
+
},
|
49 |
+
"value": {
|
50 |
+
"dtype": "string",
|
51 |
+
"_type": "Value"
|
52 |
+
}
|
53 |
+
}
|
54 |
+
]
|
55 |
+
},
|
56 |
+
"homepage": "https://github.com/clovaai/cord",
|
57 |
+
"license": "Creative Commons Attribution 4.0 International License",
|
58 |
+
"size_in_bytes": 4625615149,
|
59 |
+
"splits": {
|
60 |
+
"train": {
|
61 |
+
"name": "train",
|
62 |
+
"num_bytes": 1840803702,
|
63 |
+
"num_examples": 800,
|
64 |
+
"shard_lengths": [
|
65 |
+
400,
|
66 |
+
400
|
67 |
+
],
|
68 |
+
"dataset_name": "cord-v2"
|
69 |
+
},
|
70 |
+
"validation": {
|
71 |
+
"name": "validation",
|
72 |
+
"num_bytes": 242513269,
|
73 |
+
"num_examples": 100,
|
74 |
+
"dataset_name": "cord-v2"
|
75 |
+
},
|
76 |
+
"test": {
|
77 |
+
"name": "test",
|
78 |
+
"num_bytes": 235013906,
|
79 |
+
"num_examples": 100,
|
80 |
+
"dataset_name": "cord-v2"
|
81 |
+
}
|
82 |
+
},
|
83 |
+
"version": {
|
84 |
+
"version_str": "0.0.0",
|
85 |
+
"major": 0,
|
86 |
+
"minor": 0,
|
87 |
+
"patch": 0
|
88 |
+
}
|
89 |
+
}
|
validation/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "e10cf3f5883c8829",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": null
|
13 |
+
}
|