xiangpku commited on
Commit
2f1e711
·
verified ·
1 Parent(s): 19ed2a3

Upload 86 files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. cola/dataset_dict.json +1 -0
  2. cola/test/dataset.arrow +3 -0
  3. cola/test/dataset_info.json +70 -0
  4. cola/test/state.json +14 -0
  5. cola/train/dataset.arrow +3 -0
  6. cola/train/dataset_info.json +70 -0
  7. cola/train/state.json +14 -0
  8. cola/validation/dataset.arrow +3 -0
  9. cola/validation/dataset_info.json +70 -0
  10. cola/validation/state.json +14 -0
  11. mnli/dataset_dict.json +1 -0
  12. mnli/test_matched/dataset.arrow +3 -0
  13. mnli/test_matched/dataset_info.json +88 -0
  14. mnli/test_matched/state.json +14 -0
  15. mnli/test_mismatched/dataset.arrow +3 -0
  16. mnli/test_mismatched/dataset_info.json +88 -0
  17. mnli/test_mismatched/state.json +14 -0
  18. mnli/train/dataset.arrow +3 -0
  19. mnli/train/dataset_info.json +88 -0
  20. mnli/train/state.json +14 -0
  21. mnli/validation_matched/dataset.arrow +3 -0
  22. mnli/validation_matched/dataset_info.json +88 -0
  23. mnli/validation_matched/state.json +14 -0
  24. mnli/validation_mismatched/dataset.arrow +3 -0
  25. mnli/validation_mismatched/dataset_info.json +88 -0
  26. mnli/validation_mismatched/state.json +14 -0
  27. mrpc/dataset_dict.json +1 -0
  28. mrpc/test/dataset.arrow +3 -0
  29. mrpc/test/dataset_info.json +83 -0
  30. mrpc/test/state.json +14 -0
  31. mrpc/train/dataset.arrow +3 -0
  32. mrpc/train/dataset_info.json +83 -0
  33. mrpc/train/state.json +14 -0
  34. mrpc/validation/dataset.arrow +3 -0
  35. mrpc/validation/dataset_info.json +83 -0
  36. mrpc/validation/state.json +14 -0
  37. qnli/dataset_dict.json +1 -0
  38. qnli/test/dataset.arrow +3 -0
  39. qnli/test/dataset_info.json +75 -0
  40. qnli/test/state.json +14 -0
  41. qnli/train/dataset.arrow +3 -0
  42. qnli/train/dataset_info.json +75 -0
  43. qnli/train/state.json +14 -0
  44. qnli/validation/dataset.arrow +3 -0
  45. qnli/validation/dataset_info.json +75 -0
  46. qnli/validation/state.json +14 -0
  47. qqp/dataset_dict.json +1 -0
  48. qqp/test/dataset.arrow +3 -0
  49. qqp/test/dataset_info.json +75 -0
  50. qqp/test/state.json +14 -0
cola/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "validation", "test"]}
cola/test/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bb7e97b1ec905eff96a56e8f7a656add87f9d06415d886ebffbc9c76ab5234c
3
+ size 61288
cola/test/dataset_info.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "glue",
3
+ "citation": "@article{warstadt2018neural,\n title={Neural Network Acceptability Judgments},\n author={Warstadt, Alex and Singh, Amanpreet and Bowman, Samuel R},\n journal={arXiv preprint arXiv:1805.12471},\n year={2018}\n}\n@inproceedings{wang2019glue,\n title={{GLUE}: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding},\n author={Wang, Alex and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R.},\n note={In the Proceedings of ICLR.},\n year={2019}\n}\n",
4
+ "config_name": "cola",
5
+ "dataset_size": 605716,
6
+ "description": "GLUE, the General Language Understanding Evaluation benchmark\n(https://gluebenchmark.com/) is a collection of resources for training,\nevaluating, and analyzing natural language understanding systems.\n\n",
7
+ "download_checksums": {
8
+ "https://dl.fbaipublicfiles.com/glue/data/CoLA.zip": {
9
+ "num_bytes": 376971,
10
+ "checksum": "f212fcd832b8f7b435fb991f101abf89f96b933ab400603bf198960dfc32cbff"
11
+ }
12
+ },
13
+ "download_size": 376971,
14
+ "features": {
15
+ "sentence": {
16
+ "dtype": "string",
17
+ "id": null,
18
+ "_type": "Value"
19
+ },
20
+ "label": {
21
+ "num_classes": 2,
22
+ "names": [
23
+ "unacceptable",
24
+ "acceptable"
25
+ ],
26
+ "names_file": null,
27
+ "id": null,
28
+ "_type": "ClassLabel"
29
+ },
30
+ "idx": {
31
+ "dtype": "int32",
32
+ "id": null,
33
+ "_type": "Value"
34
+ }
35
+ },
36
+ "homepage": "https://nyu-mll.github.io/CoLA/",
37
+ "license": "",
38
+ "post_processed": null,
39
+ "post_processing_size": null,
40
+ "size_in_bytes": 982687,
41
+ "splits": {
42
+ "train": {
43
+ "name": "train",
44
+ "num_bytes": 484873,
45
+ "num_examples": 8551,
46
+ "dataset_name": "glue"
47
+ },
48
+ "validation": {
49
+ "name": "validation",
50
+ "num_bytes": 60326,
51
+ "num_examples": 1043,
52
+ "dataset_name": "glue"
53
+ },
54
+ "test": {
55
+ "name": "test",
56
+ "num_bytes": 60517,
57
+ "num_examples": 1063,
58
+ "dataset_name": "glue"
59
+ }
60
+ },
61
+ "supervised_keys": null,
62
+ "task_templates": null,
63
+ "version": {
64
+ "version_str": "1.0.0",
65
+ "description": "",
66
+ "major": 1,
67
+ "minor": 0,
68
+ "patch": 0
69
+ }
70
+ }
cola/test/state.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "508027a4c6b5661c",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_output_all_columns": false,
13
+ "_split": "test"
14
+ }
cola/train/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48f835cd1ec90d52b46cd7ef5f42bbdff69a9ef277aad25da6a31aa3c82672b6
3
+ size 485640
cola/train/dataset_info.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "glue",
3
+ "citation": "@article{warstadt2018neural,\n title={Neural Network Acceptability Judgments},\n author={Warstadt, Alex and Singh, Amanpreet and Bowman, Samuel R},\n journal={arXiv preprint arXiv:1805.12471},\n year={2018}\n}\n@inproceedings{wang2019glue,\n title={{GLUE}: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding},\n author={Wang, Alex and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R.},\n note={In the Proceedings of ICLR.},\n year={2019}\n}\n",
4
+ "config_name": "cola",
5
+ "dataset_size": 605716,
6
+ "description": "GLUE, the General Language Understanding Evaluation benchmark\n(https://gluebenchmark.com/) is a collection of resources for training,\nevaluating, and analyzing natural language understanding systems.\n\n",
7
+ "download_checksums": {
8
+ "https://dl.fbaipublicfiles.com/glue/data/CoLA.zip": {
9
+ "num_bytes": 376971,
10
+ "checksum": "f212fcd832b8f7b435fb991f101abf89f96b933ab400603bf198960dfc32cbff"
11
+ }
12
+ },
13
+ "download_size": 376971,
14
+ "features": {
15
+ "sentence": {
16
+ "dtype": "string",
17
+ "id": null,
18
+ "_type": "Value"
19
+ },
20
+ "label": {
21
+ "num_classes": 2,
22
+ "names": [
23
+ "unacceptable",
24
+ "acceptable"
25
+ ],
26
+ "names_file": null,
27
+ "id": null,
28
+ "_type": "ClassLabel"
29
+ },
30
+ "idx": {
31
+ "dtype": "int32",
32
+ "id": null,
33
+ "_type": "Value"
34
+ }
35
+ },
36
+ "homepage": "https://nyu-mll.github.io/CoLA/",
37
+ "license": "",
38
+ "post_processed": null,
39
+ "post_processing_size": null,
40
+ "size_in_bytes": 982687,
41
+ "splits": {
42
+ "train": {
43
+ "name": "train",
44
+ "num_bytes": 484873,
45
+ "num_examples": 8551,
46
+ "dataset_name": "glue"
47
+ },
48
+ "validation": {
49
+ "name": "validation",
50
+ "num_bytes": 60326,
51
+ "num_examples": 1043,
52
+ "dataset_name": "glue"
53
+ },
54
+ "test": {
55
+ "name": "test",
56
+ "num_bytes": 60517,
57
+ "num_examples": 1063,
58
+ "dataset_name": "glue"
59
+ }
60
+ },
61
+ "supervised_keys": null,
62
+ "task_templates": null,
63
+ "version": {
64
+ "version_str": "1.0.0",
65
+ "description": "",
66
+ "major": 1,
67
+ "minor": 0,
68
+ "patch": 0
69
+ }
70
+ }
cola/train/state.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "61a79b0b19a4e523",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_output_all_columns": false,
13
+ "_split": "train"
14
+ }
cola/validation/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9eaee993828b1686392306b8350853995e8f0cfbae9a39b75e3fc1619aeff5c
3
+ size 61096
cola/validation/dataset_info.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "glue",
3
+ "citation": "@article{warstadt2018neural,\n title={Neural Network Acceptability Judgments},\n author={Warstadt, Alex and Singh, Amanpreet and Bowman, Samuel R},\n journal={arXiv preprint arXiv:1805.12471},\n year={2018}\n}\n@inproceedings{wang2019glue,\n title={{GLUE}: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding},\n author={Wang, Alex and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R.},\n note={In the Proceedings of ICLR.},\n year={2019}\n}\n",
4
+ "config_name": "cola",
5
+ "dataset_size": 605716,
6
+ "description": "GLUE, the General Language Understanding Evaluation benchmark\n(https://gluebenchmark.com/) is a collection of resources for training,\nevaluating, and analyzing natural language understanding systems.\n\n",
7
+ "download_checksums": {
8
+ "https://dl.fbaipublicfiles.com/glue/data/CoLA.zip": {
9
+ "num_bytes": 376971,
10
+ "checksum": "f212fcd832b8f7b435fb991f101abf89f96b933ab400603bf198960dfc32cbff"
11
+ }
12
+ },
13
+ "download_size": 376971,
14
+ "features": {
15
+ "sentence": {
16
+ "dtype": "string",
17
+ "id": null,
18
+ "_type": "Value"
19
+ },
20
+ "label": {
21
+ "num_classes": 2,
22
+ "names": [
23
+ "unacceptable",
24
+ "acceptable"
25
+ ],
26
+ "names_file": null,
27
+ "id": null,
28
+ "_type": "ClassLabel"
29
+ },
30
+ "idx": {
31
+ "dtype": "int32",
32
+ "id": null,
33
+ "_type": "Value"
34
+ }
35
+ },
36
+ "homepage": "https://nyu-mll.github.io/CoLA/",
37
+ "license": "",
38
+ "post_processed": null,
39
+ "post_processing_size": null,
40
+ "size_in_bytes": 982687,
41
+ "splits": {
42
+ "train": {
43
+ "name": "train",
44
+ "num_bytes": 484873,
45
+ "num_examples": 8551,
46
+ "dataset_name": "glue"
47
+ },
48
+ "validation": {
49
+ "name": "validation",
50
+ "num_bytes": 60326,
51
+ "num_examples": 1043,
52
+ "dataset_name": "glue"
53
+ },
54
+ "test": {
55
+ "name": "test",
56
+ "num_bytes": 60517,
57
+ "num_examples": 1063,
58
+ "dataset_name": "glue"
59
+ }
60
+ },
61
+ "supervised_keys": null,
62
+ "task_templates": null,
63
+ "version": {
64
+ "version_str": "1.0.0",
65
+ "description": "",
66
+ "major": 1,
67
+ "minor": 0,
68
+ "patch": 0
69
+ }
70
+ }
cola/validation/state.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "25d9df49a0b6cf0d",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_output_all_columns": false,
13
+ "_split": "validation"
14
+ }
mnli/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "validation_matched", "validation_mismatched", "test_matched", "test_mismatched"]}
mnli/test_matched/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1a3da9f0c6a4ef7abf632e8b0fecfe23b7bc7a59d1cfe65b329dd5f2b3dc55d
3
+ size 1849608
mnli/test_matched/dataset_info.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "glue",
3
+ "citation": "@InProceedings{N18-1101,\n author = \"Williams, Adina\n and Nangia, Nikita\n and Bowman, Samuel\",\n title = \"A Broad-Coverage Challenge Corpus for\n Sentence Understanding through Inference\",\n booktitle = \"Proceedings of the 2018 Conference of\n the North American Chapter of the\n Association for Computational Linguistics:\n Human Language Technologies, Volume 1 (Long\n Papers)\",\n year = \"2018\",\n publisher = \"Association for Computational Linguistics\",\n pages = \"1112--1122\",\n location = \"New Orleans, Louisiana\",\n url = \"http://aclweb.org/anthology/N18-1101\"\n}\n@article{bowman2015large,\n title={A large annotated corpus for learning natural language inference},\n author={Bowman, Samuel R and Angeli, Gabor and Potts, Christopher and Manning, Christopher D},\n journal={arXiv preprint arXiv:1508.05326},\n year={2015}\n}\n@inproceedings{wang2019glue,\n title={{GLUE}: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding},\n author={Wang, Alex and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R.},\n note={In the Proceedings of ICLR.},\n year={2019}\n}\n",
4
+ "config_name": "mnli",
5
+ "dataset_size": 82202017,
6
+ "description": "GLUE, the General Language Understanding Evaluation benchmark\n(https://gluebenchmark.com/) is a collection of resources for training,\nevaluating, and analyzing natural language understanding systems.\n\n",
7
+ "download_checksums": {
8
+ "https://dl.fbaipublicfiles.com/glue/data/MNLI.zip": {
9
+ "num_bytes": 312783507,
10
+ "checksum": "e7c1d896d26ed6caf700110645df426cc2d8ebf02a5ab743d5a5c68ac1c83633"
11
+ }
12
+ },
13
+ "download_size": 312783507,
14
+ "features": {
15
+ "premise": {
16
+ "dtype": "string",
17
+ "id": null,
18
+ "_type": "Value"
19
+ },
20
+ "hypothesis": {
21
+ "dtype": "string",
22
+ "id": null,
23
+ "_type": "Value"
24
+ },
25
+ "label": {
26
+ "num_classes": 3,
27
+ "names": [
28
+ "entailment",
29
+ "neutral",
30
+ "contradiction"
31
+ ],
32
+ "names_file": null,
33
+ "id": null,
34
+ "_type": "ClassLabel"
35
+ },
36
+ "idx": {
37
+ "dtype": "int32",
38
+ "id": null,
39
+ "_type": "Value"
40
+ }
41
+ },
42
+ "homepage": "http://www.nyu.edu/projects/bowman/multinli/",
43
+ "license": "",
44
+ "post_processed": null,
45
+ "post_processing_size": null,
46
+ "size_in_bytes": 394985524,
47
+ "splits": {
48
+ "train": {
49
+ "name": "train",
50
+ "num_bytes": 74619646,
51
+ "num_examples": 392702,
52
+ "dataset_name": "glue"
53
+ },
54
+ "validation_matched": {
55
+ "name": "validation_matched",
56
+ "num_bytes": 1833783,
57
+ "num_examples": 9815,
58
+ "dataset_name": "glue"
59
+ },
60
+ "validation_mismatched": {
61
+ "name": "validation_mismatched",
62
+ "num_bytes": 1949231,
63
+ "num_examples": 9832,
64
+ "dataset_name": "glue"
65
+ },
66
+ "test_matched": {
67
+ "name": "test_matched",
68
+ "num_bytes": 1848654,
69
+ "num_examples": 9796,
70
+ "dataset_name": "glue"
71
+ },
72
+ "test_mismatched": {
73
+ "name": "test_mismatched",
74
+ "num_bytes": 1950703,
75
+ "num_examples": 9847,
76
+ "dataset_name": "glue"
77
+ }
78
+ },
79
+ "supervised_keys": null,
80
+ "task_templates": null,
81
+ "version": {
82
+ "version_str": "1.0.0",
83
+ "description": "",
84
+ "major": 1,
85
+ "minor": 0,
86
+ "patch": 0
87
+ }
88
+ }
mnli/test_matched/state.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "2067ca7aa9acb00a",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_output_all_columns": false,
13
+ "_split": "test_matched"
14
+ }
mnli/test_mismatched/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cb69df2c2292357805f450f3f1f9a2c119e6161a6a3099390c7c9942e2b5f4d
3
+ size 1951648
mnli/test_mismatched/dataset_info.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "glue",
3
+ "citation": "@InProceedings{N18-1101,\n author = \"Williams, Adina\n and Nangia, Nikita\n and Bowman, Samuel\",\n title = \"A Broad-Coverage Challenge Corpus for\n Sentence Understanding through Inference\",\n booktitle = \"Proceedings of the 2018 Conference of\n the North American Chapter of the\n Association for Computational Linguistics:\n Human Language Technologies, Volume 1 (Long\n Papers)\",\n year = \"2018\",\n publisher = \"Association for Computational Linguistics\",\n pages = \"1112--1122\",\n location = \"New Orleans, Louisiana\",\n url = \"http://aclweb.org/anthology/N18-1101\"\n}\n@article{bowman2015large,\n title={A large annotated corpus for learning natural language inference},\n author={Bowman, Samuel R and Angeli, Gabor and Potts, Christopher and Manning, Christopher D},\n journal={arXiv preprint arXiv:1508.05326},\n year={2015}\n}\n@inproceedings{wang2019glue,\n title={{GLUE}: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding},\n author={Wang, Alex and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R.},\n note={In the Proceedings of ICLR.},\n year={2019}\n}\n",
4
+ "config_name": "mnli",
5
+ "dataset_size": 82202017,
6
+ "description": "GLUE, the General Language Understanding Evaluation benchmark\n(https://gluebenchmark.com/) is a collection of resources for training,\nevaluating, and analyzing natural language understanding systems.\n\n",
7
+ "download_checksums": {
8
+ "https://dl.fbaipublicfiles.com/glue/data/MNLI.zip": {
9
+ "num_bytes": 312783507,
10
+ "checksum": "e7c1d896d26ed6caf700110645df426cc2d8ebf02a5ab743d5a5c68ac1c83633"
11
+ }
12
+ },
13
+ "download_size": 312783507,
14
+ "features": {
15
+ "premise": {
16
+ "dtype": "string",
17
+ "id": null,
18
+ "_type": "Value"
19
+ },
20
+ "hypothesis": {
21
+ "dtype": "string",
22
+ "id": null,
23
+ "_type": "Value"
24
+ },
25
+ "label": {
26
+ "num_classes": 3,
27
+ "names": [
28
+ "entailment",
29
+ "neutral",
30
+ "contradiction"
31
+ ],
32
+ "names_file": null,
33
+ "id": null,
34
+ "_type": "ClassLabel"
35
+ },
36
+ "idx": {
37
+ "dtype": "int32",
38
+ "id": null,
39
+ "_type": "Value"
40
+ }
41
+ },
42
+ "homepage": "http://www.nyu.edu/projects/bowman/multinli/",
43
+ "license": "",
44
+ "post_processed": null,
45
+ "post_processing_size": null,
46
+ "size_in_bytes": 394985524,
47
+ "splits": {
48
+ "train": {
49
+ "name": "train",
50
+ "num_bytes": 74619646,
51
+ "num_examples": 392702,
52
+ "dataset_name": "glue"
53
+ },
54
+ "validation_matched": {
55
+ "name": "validation_matched",
56
+ "num_bytes": 1833783,
57
+ "num_examples": 9815,
58
+ "dataset_name": "glue"
59
+ },
60
+ "validation_mismatched": {
61
+ "name": "validation_mismatched",
62
+ "num_bytes": 1949231,
63
+ "num_examples": 9832,
64
+ "dataset_name": "glue"
65
+ },
66
+ "test_matched": {
67
+ "name": "test_matched",
68
+ "num_bytes": 1848654,
69
+ "num_examples": 9796,
70
+ "dataset_name": "glue"
71
+ },
72
+ "test_mismatched": {
73
+ "name": "test_mismatched",
74
+ "num_bytes": 1950703,
75
+ "num_examples": 9847,
76
+ "dataset_name": "glue"
77
+ }
78
+ },
79
+ "supervised_keys": null,
80
+ "task_templates": null,
81
+ "version": {
82
+ "version_str": "1.0.0",
83
+ "description": "",
84
+ "major": 1,
85
+ "minor": 0,
86
+ "patch": 0
87
+ }
88
+ }
mnli/test_mismatched/state.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "75b348997620d31c",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_output_all_columns": false,
13
+ "_split": "test_mismatched"
14
+ }
mnli/train/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03f5e816e3bd9db281b47201179a4d7edc4b1ea02d4061486f893ba4367a06d3
3
+ size 74633960
mnli/train/dataset_info.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "glue",
3
+ "citation": "@InProceedings{N18-1101,\n author = \"Williams, Adina\n and Nangia, Nikita\n and Bowman, Samuel\",\n title = \"A Broad-Coverage Challenge Corpus for\n Sentence Understanding through Inference\",\n booktitle = \"Proceedings of the 2018 Conference of\n the North American Chapter of the\n Association for Computational Linguistics:\n Human Language Technologies, Volume 1 (Long\n Papers)\",\n year = \"2018\",\n publisher = \"Association for Computational Linguistics\",\n pages = \"1112--1122\",\n location = \"New Orleans, Louisiana\",\n url = \"http://aclweb.org/anthology/N18-1101\"\n}\n@article{bowman2015large,\n title={A large annotated corpus for learning natural language inference},\n author={Bowman, Samuel R and Angeli, Gabor and Potts, Christopher and Manning, Christopher D},\n journal={arXiv preprint arXiv:1508.05326},\n year={2015}\n}\n@inproceedings{wang2019glue,\n title={{GLUE}: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding},\n author={Wang, Alex and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R.},\n note={In the Proceedings of ICLR.},\n year={2019}\n}\n",
4
+ "config_name": "mnli",
5
+ "dataset_size": 82202017,
6
+ "description": "GLUE, the General Language Understanding Evaluation benchmark\n(https://gluebenchmark.com/) is a collection of resources for training,\nevaluating, and analyzing natural language understanding systems.\n\n",
7
+ "download_checksums": {
8
+ "https://dl.fbaipublicfiles.com/glue/data/MNLI.zip": {
9
+ "num_bytes": 312783507,
10
+ "checksum": "e7c1d896d26ed6caf700110645df426cc2d8ebf02a5ab743d5a5c68ac1c83633"
11
+ }
12
+ },
13
+ "download_size": 312783507,
14
+ "features": {
15
+ "premise": {
16
+ "dtype": "string",
17
+ "id": null,
18
+ "_type": "Value"
19
+ },
20
+ "hypothesis": {
21
+ "dtype": "string",
22
+ "id": null,
23
+ "_type": "Value"
24
+ },
25
+ "label": {
26
+ "num_classes": 3,
27
+ "names": [
28
+ "entailment",
29
+ "neutral",
30
+ "contradiction"
31
+ ],
32
+ "names_file": null,
33
+ "id": null,
34
+ "_type": "ClassLabel"
35
+ },
36
+ "idx": {
37
+ "dtype": "int32",
38
+ "id": null,
39
+ "_type": "Value"
40
+ }
41
+ },
42
+ "homepage": "http://www.nyu.edu/projects/bowman/multinli/",
43
+ "license": "",
44
+ "post_processed": null,
45
+ "post_processing_size": null,
46
+ "size_in_bytes": 394985524,
47
+ "splits": {
48
+ "train": {
49
+ "name": "train",
50
+ "num_bytes": 74619646,
51
+ "num_examples": 392702,
52
+ "dataset_name": "glue"
53
+ },
54
+ "validation_matched": {
55
+ "name": "validation_matched",
56
+ "num_bytes": 1833783,
57
+ "num_examples": 9815,
58
+ "dataset_name": "glue"
59
+ },
60
+ "validation_mismatched": {
61
+ "name": "validation_mismatched",
62
+ "num_bytes": 1949231,
63
+ "num_examples": 9832,
64
+ "dataset_name": "glue"
65
+ },
66
+ "test_matched": {
67
+ "name": "test_matched",
68
+ "num_bytes": 1848654,
69
+ "num_examples": 9796,
70
+ "dataset_name": "glue"
71
+ },
72
+ "test_mismatched": {
73
+ "name": "test_mismatched",
74
+ "num_bytes": 1950703,
75
+ "num_examples": 9847,
76
+ "dataset_name": "glue"
77
+ }
78
+ },
79
+ "supervised_keys": null,
80
+ "task_templates": null,
81
+ "version": {
82
+ "version_str": "1.0.0",
83
+ "description": "",
84
+ "major": 1,
85
+ "minor": 0,
86
+ "patch": 0
87
+ }
88
+ }
mnli/train/state.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "0fce045ddb63ca9e",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_output_all_columns": false,
13
+ "_split": "train"
14
+ }
mnli/validation_matched/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4f1ef94fea33974bf798adbb58f65960ff17bacb56b92ef12412a57031aef22
3
+ size 1834728
mnli/validation_matched/dataset_info.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "glue",
3
+ "citation": "@InProceedings{N18-1101,\n author = \"Williams, Adina\n and Nangia, Nikita\n and Bowman, Samuel\",\n title = \"A Broad-Coverage Challenge Corpus for\n Sentence Understanding through Inference\",\n booktitle = \"Proceedings of the 2018 Conference of\n the North American Chapter of the\n Association for Computational Linguistics:\n Human Language Technologies, Volume 1 (Long\n Papers)\",\n year = \"2018\",\n publisher = \"Association for Computational Linguistics\",\n pages = \"1112--1122\",\n location = \"New Orleans, Louisiana\",\n url = \"http://aclweb.org/anthology/N18-1101\"\n}\n@article{bowman2015large,\n title={A large annotated corpus for learning natural language inference},\n author={Bowman, Samuel R and Angeli, Gabor and Potts, Christopher and Manning, Christopher D},\n journal={arXiv preprint arXiv:1508.05326},\n year={2015}\n}\n@inproceedings{wang2019glue,\n title={{GLUE}: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding},\n author={Wang, Alex and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R.},\n note={In the Proceedings of ICLR.},\n year={2019}\n}\n",
4
+ "config_name": "mnli",
5
+ "dataset_size": 82202017,
6
+ "description": "GLUE, the General Language Understanding Evaluation benchmark\n(https://gluebenchmark.com/) is a collection of resources for training,\nevaluating, and analyzing natural language understanding systems.\n\n",
7
+ "download_checksums": {
8
+ "https://dl.fbaipublicfiles.com/glue/data/MNLI.zip": {
9
+ "num_bytes": 312783507,
10
+ "checksum": "e7c1d896d26ed6caf700110645df426cc2d8ebf02a5ab743d5a5c68ac1c83633"
11
+ }
12
+ },
13
+ "download_size": 312783507,
14
+ "features": {
15
+ "premise": {
16
+ "dtype": "string",
17
+ "id": null,
18
+ "_type": "Value"
19
+ },
20
+ "hypothesis": {
21
+ "dtype": "string",
22
+ "id": null,
23
+ "_type": "Value"
24
+ },
25
+ "label": {
26
+ "num_classes": 3,
27
+ "names": [
28
+ "entailment",
29
+ "neutral",
30
+ "contradiction"
31
+ ],
32
+ "names_file": null,
33
+ "id": null,
34
+ "_type": "ClassLabel"
35
+ },
36
+ "idx": {
37
+ "dtype": "int32",
38
+ "id": null,
39
+ "_type": "Value"
40
+ }
41
+ },
42
+ "homepage": "http://www.nyu.edu/projects/bowman/multinli/",
43
+ "license": "",
44
+ "post_processed": null,
45
+ "post_processing_size": null,
46
+ "size_in_bytes": 394985524,
47
+ "splits": {
48
+ "train": {
49
+ "name": "train",
50
+ "num_bytes": 74619646,
51
+ "num_examples": 392702,
52
+ "dataset_name": "glue"
53
+ },
54
+ "validation_matched": {
55
+ "name": "validation_matched",
56
+ "num_bytes": 1833783,
57
+ "num_examples": 9815,
58
+ "dataset_name": "glue"
59
+ },
60
+ "validation_mismatched": {
61
+ "name": "validation_mismatched",
62
+ "num_bytes": 1949231,
63
+ "num_examples": 9832,
64
+ "dataset_name": "glue"
65
+ },
66
+ "test_matched": {
67
+ "name": "test_matched",
68
+ "num_bytes": 1848654,
69
+ "num_examples": 9796,
70
+ "dataset_name": "glue"
71
+ },
72
+ "test_mismatched": {
73
+ "name": "test_mismatched",
74
+ "num_bytes": 1950703,
75
+ "num_examples": 9847,
76
+ "dataset_name": "glue"
77
+ }
78
+ },
79
+ "supervised_keys": null,
80
+ "task_templates": null,
81
+ "version": {
82
+ "version_str": "1.0.0",
83
+ "description": "",
84
+ "major": 1,
85
+ "minor": 0,
86
+ "patch": 0
87
+ }
88
+ }
mnli/validation_matched/state.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "2ccb502d64509893",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_output_all_columns": false,
13
+ "_split": "validation_matched"
14
+ }
mnli/validation_mismatched/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e12a213baaf4f29591f62922752672fa326f365eb8933e757b03ac67ea2ce60
3
+ size 1950184
mnli/validation_mismatched/dataset_info.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "glue",
3
+ "citation": "@InProceedings{N18-1101,\n author = \"Williams, Adina\n and Nangia, Nikita\n and Bowman, Samuel\",\n title = \"A Broad-Coverage Challenge Corpus for\n Sentence Understanding through Inference\",\n booktitle = \"Proceedings of the 2018 Conference of\n the North American Chapter of the\n Association for Computational Linguistics:\n Human Language Technologies, Volume 1 (Long\n Papers)\",\n year = \"2018\",\n publisher = \"Association for Computational Linguistics\",\n pages = \"1112--1122\",\n location = \"New Orleans, Louisiana\",\n url = \"http://aclweb.org/anthology/N18-1101\"\n}\n@article{bowman2015large,\n title={A large annotated corpus for learning natural language inference},\n author={Bowman, Samuel R and Angeli, Gabor and Potts, Christopher and Manning, Christopher D},\n journal={arXiv preprint arXiv:1508.05326},\n year={2015}\n}\n@inproceedings{wang2019glue,\n title={{GLUE}: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding},\n author={Wang, Alex and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R.},\n note={In the Proceedings of ICLR.},\n year={2019}\n}\n",
4
+ "config_name": "mnli",
5
+ "dataset_size": 82202017,
6
+ "description": "GLUE, the General Language Understanding Evaluation benchmark\n(https://gluebenchmark.com/) is a collection of resources for training,\nevaluating, and analyzing natural language understanding systems.\n\n",
7
+ "download_checksums": {
8
+ "https://dl.fbaipublicfiles.com/glue/data/MNLI.zip": {
9
+ "num_bytes": 312783507,
10
+ "checksum": "e7c1d896d26ed6caf700110645df426cc2d8ebf02a5ab743d5a5c68ac1c83633"
11
+ }
12
+ },
13
+ "download_size": 312783507,
14
+ "features": {
15
+ "premise": {
16
+ "dtype": "string",
17
+ "id": null,
18
+ "_type": "Value"
19
+ },
20
+ "hypothesis": {
21
+ "dtype": "string",
22
+ "id": null,
23
+ "_type": "Value"
24
+ },
25
+ "label": {
26
+ "num_classes": 3,
27
+ "names": [
28
+ "entailment",
29
+ "neutral",
30
+ "contradiction"
31
+ ],
32
+ "names_file": null,
33
+ "id": null,
34
+ "_type": "ClassLabel"
35
+ },
36
+ "idx": {
37
+ "dtype": "int32",
38
+ "id": null,
39
+ "_type": "Value"
40
+ }
41
+ },
42
+ "homepage": "http://www.nyu.edu/projects/bowman/multinli/",
43
+ "license": "",
44
+ "post_processed": null,
45
+ "post_processing_size": null,
46
+ "size_in_bytes": 394985524,
47
+ "splits": {
48
+ "train": {
49
+ "name": "train",
50
+ "num_bytes": 74619646,
51
+ "num_examples": 392702,
52
+ "dataset_name": "glue"
53
+ },
54
+ "validation_matched": {
55
+ "name": "validation_matched",
56
+ "num_bytes": 1833783,
57
+ "num_examples": 9815,
58
+ "dataset_name": "glue"
59
+ },
60
+ "validation_mismatched": {
61
+ "name": "validation_mismatched",
62
+ "num_bytes": 1949231,
63
+ "num_examples": 9832,
64
+ "dataset_name": "glue"
65
+ },
66
+ "test_matched": {
67
+ "name": "test_matched",
68
+ "num_bytes": 1848654,
69
+ "num_examples": 9796,
70
+ "dataset_name": "glue"
71
+ },
72
+ "test_mismatched": {
73
+ "name": "test_mismatched",
74
+ "num_bytes": 1950703,
75
+ "num_examples": 9847,
76
+ "dataset_name": "glue"
77
+ }
78
+ },
79
+ "supervised_keys": null,
80
+ "task_templates": null,
81
+ "version": {
82
+ "version_str": "1.0.0",
83
+ "description": "",
84
+ "major": 1,
85
+ "minor": 0,
86
+ "patch": 0
87
+ }
88
+ }
mnli/validation_mismatched/state.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "e03388399ea33094",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_output_all_columns": false,
13
+ "_split": "validation_mismatched"
14
+ }
mrpc/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "validation", "test"]}
mrpc/test/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab2ce22d69af924d905df68ad37dc03f052ac3fdb2ccf44610f0a3db1264d6a0
3
+ size 443360
mrpc/test/dataset_info.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "glue",
3
+ "citation": "@inproceedings{dolan2005automatically,\n title={Automatically constructing a corpus of sentential paraphrases},\n author={Dolan, William B and Brockett, Chris},\n booktitle={Proceedings of the Third International Workshop on Paraphrasing (IWP2005)},\n year={2005}\n}\n@inproceedings{wang2019glue,\n title={{GLUE}: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding},\n author={Wang, Alex and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R.},\n note={In the Proceedings of ICLR.},\n year={2019}\n}\n",
4
+ "config_name": "mrpc",
5
+ "dataset_size": 1492156,
6
+ "description": "GLUE, the General Language Understanding Evaluation benchmark\n(https://gluebenchmark.com/) is a collection of resources for training,\nevaluating, and analyzing natural language understanding systems.\n\n",
7
+ "download_checksums": {
8
+ "https://dl.fbaipublicfiles.com/glue/data/mrpc_dev_ids.tsv": {
9
+ "num_bytes": 6222,
10
+ "checksum": "971d7767d81b997fd9060ade0ec23c4fc31cbb226a55d1bd4a1bac474eb81dc7"
11
+ },
12
+ "https://dl.fbaipublicfiles.com/senteval/senteval_data/msr_paraphrase_train.txt": {
13
+ "num_bytes": 1047044,
14
+ "checksum": "60a9b09084528f0673eedee2b69cb941920f0b8cd0eeccefc464a98768457f89"
15
+ },
16
+ "https://dl.fbaipublicfiles.com/senteval/senteval_data/msr_paraphrase_test.txt": {
17
+ "num_bytes": 441275,
18
+ "checksum": "a04e271090879aaba6423d65b94950c089298587d9c084bf9cd7439bd785f784"
19
+ }
20
+ },
21
+ "download_size": 1494541,
22
+ "features": {
23
+ "sentence1": {
24
+ "dtype": "string",
25
+ "id": null,
26
+ "_type": "Value"
27
+ },
28
+ "sentence2": {
29
+ "dtype": "string",
30
+ "id": null,
31
+ "_type": "Value"
32
+ },
33
+ "label": {
34
+ "num_classes": 2,
35
+ "names": [
36
+ "not_equivalent",
37
+ "equivalent"
38
+ ],
39
+ "names_file": null,
40
+ "id": null,
41
+ "_type": "ClassLabel"
42
+ },
43
+ "idx": {
44
+ "dtype": "int32",
45
+ "id": null,
46
+ "_type": "Value"
47
+ }
48
+ },
49
+ "homepage": "https://www.microsoft.com/en-us/download/details.aspx?id=52398",
50
+ "license": "",
51
+ "post_processed": null,
52
+ "post_processing_size": null,
53
+ "size_in_bytes": 2986697,
54
+ "splits": {
55
+ "train": {
56
+ "name": "train",
57
+ "num_bytes": 943851,
58
+ "num_examples": 3668,
59
+ "dataset_name": "glue"
60
+ },
61
+ "validation": {
62
+ "name": "validation",
63
+ "num_bytes": 105887,
64
+ "num_examples": 408,
65
+ "dataset_name": "glue"
66
+ },
67
+ "test": {
68
+ "name": "test",
69
+ "num_bytes": 442418,
70
+ "num_examples": 1725,
71
+ "dataset_name": "glue"
72
+ }
73
+ },
74
+ "supervised_keys": null,
75
+ "task_templates": null,
76
+ "version": {
77
+ "version_str": "1.0.0",
78
+ "description": "",
79
+ "major": 1,
80
+ "minor": 0,
81
+ "patch": 0
82
+ }
83
+ }
mrpc/test/state.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "97094b39652ec028",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_output_all_columns": false,
13
+ "_split": "test"
14
+ }
mrpc/train/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7f46a5137a29f85e3a827ca943398f54e12f2ce543c85712dba10bc162b04ad
3
+ size 944800
mrpc/train/dataset_info.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "glue",
3
+ "citation": "@inproceedings{dolan2005automatically,\n title={Automatically constructing a corpus of sentential paraphrases},\n author={Dolan, William B and Brockett, Chris},\n booktitle={Proceedings of the Third International Workshop on Paraphrasing (IWP2005)},\n year={2005}\n}\n@inproceedings{wang2019glue,\n title={{GLUE}: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding},\n author={Wang, Alex and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R.},\n note={In the Proceedings of ICLR.},\n year={2019}\n}\n",
4
+ "config_name": "mrpc",
5
+ "dataset_size": 1492156,
6
+ "description": "GLUE, the General Language Understanding Evaluation benchmark\n(https://gluebenchmark.com/) is a collection of resources for training,\nevaluating, and analyzing natural language understanding systems.\n\n",
7
+ "download_checksums": {
8
+ "https://dl.fbaipublicfiles.com/glue/data/mrpc_dev_ids.tsv": {
9
+ "num_bytes": 6222,
10
+ "checksum": "971d7767d81b997fd9060ade0ec23c4fc31cbb226a55d1bd4a1bac474eb81dc7"
11
+ },
12
+ "https://dl.fbaipublicfiles.com/senteval/senteval_data/msr_paraphrase_train.txt": {
13
+ "num_bytes": 1047044,
14
+ "checksum": "60a9b09084528f0673eedee2b69cb941920f0b8cd0eeccefc464a98768457f89"
15
+ },
16
+ "https://dl.fbaipublicfiles.com/senteval/senteval_data/msr_paraphrase_test.txt": {
17
+ "num_bytes": 441275,
18
+ "checksum": "a04e271090879aaba6423d65b94950c089298587d9c084bf9cd7439bd785f784"
19
+ }
20
+ },
21
+ "download_size": 1494541,
22
+ "features": {
23
+ "sentence1": {
24
+ "dtype": "string",
25
+ "id": null,
26
+ "_type": "Value"
27
+ },
28
+ "sentence2": {
29
+ "dtype": "string",
30
+ "id": null,
31
+ "_type": "Value"
32
+ },
33
+ "label": {
34
+ "num_classes": 2,
35
+ "names": [
36
+ "not_equivalent",
37
+ "equivalent"
38
+ ],
39
+ "names_file": null,
40
+ "id": null,
41
+ "_type": "ClassLabel"
42
+ },
43
+ "idx": {
44
+ "dtype": "int32",
45
+ "id": null,
46
+ "_type": "Value"
47
+ }
48
+ },
49
+ "homepage": "https://www.microsoft.com/en-us/download/details.aspx?id=52398",
50
+ "license": "",
51
+ "post_processed": null,
52
+ "post_processing_size": null,
53
+ "size_in_bytes": 2986697,
54
+ "splits": {
55
+ "train": {
56
+ "name": "train",
57
+ "num_bytes": 943851,
58
+ "num_examples": 3668,
59
+ "dataset_name": "glue"
60
+ },
61
+ "validation": {
62
+ "name": "validation",
63
+ "num_bytes": 105887,
64
+ "num_examples": 408,
65
+ "dataset_name": "glue"
66
+ },
67
+ "test": {
68
+ "name": "test",
69
+ "num_bytes": 442418,
70
+ "num_examples": 1725,
71
+ "dataset_name": "glue"
72
+ }
73
+ },
74
+ "supervised_keys": null,
75
+ "task_templates": null,
76
+ "version": {
77
+ "version_str": "1.0.0",
78
+ "description": "",
79
+ "major": 1,
80
+ "minor": 0,
81
+ "patch": 0
82
+ }
83
+ }
mrpc/train/state.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "f3c20ef956d8ec2f",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_output_all_columns": false,
13
+ "_split": "train"
14
+ }
mrpc/validation/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a635c6c513d6305d3176e6cce6166a8068a0a4dffeeef675367f23d68b98c5ca
3
+ size 106832
mrpc/validation/dataset_info.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "glue",
3
+ "citation": "@inproceedings{dolan2005automatically,\n title={Automatically constructing a corpus of sentential paraphrases},\n author={Dolan, William B and Brockett, Chris},\n booktitle={Proceedings of the Third International Workshop on Paraphrasing (IWP2005)},\n year={2005}\n}\n@inproceedings{wang2019glue,\n title={{GLUE}: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding},\n author={Wang, Alex and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R.},\n note={In the Proceedings of ICLR.},\n year={2019}\n}\n",
4
+ "config_name": "mrpc",
5
+ "dataset_size": 1492156,
6
+ "description": "GLUE, the General Language Understanding Evaluation benchmark\n(https://gluebenchmark.com/) is a collection of resources for training,\nevaluating, and analyzing natural language understanding systems.\n\n",
7
+ "download_checksums": {
8
+ "https://dl.fbaipublicfiles.com/glue/data/mrpc_dev_ids.tsv": {
9
+ "num_bytes": 6222,
10
+ "checksum": "971d7767d81b997fd9060ade0ec23c4fc31cbb226a55d1bd4a1bac474eb81dc7"
11
+ },
12
+ "https://dl.fbaipublicfiles.com/senteval/senteval_data/msr_paraphrase_train.txt": {
13
+ "num_bytes": 1047044,
14
+ "checksum": "60a9b09084528f0673eedee2b69cb941920f0b8cd0eeccefc464a98768457f89"
15
+ },
16
+ "https://dl.fbaipublicfiles.com/senteval/senteval_data/msr_paraphrase_test.txt": {
17
+ "num_bytes": 441275,
18
+ "checksum": "a04e271090879aaba6423d65b94950c089298587d9c084bf9cd7439bd785f784"
19
+ }
20
+ },
21
+ "download_size": 1494541,
22
+ "features": {
23
+ "sentence1": {
24
+ "dtype": "string",
25
+ "id": null,
26
+ "_type": "Value"
27
+ },
28
+ "sentence2": {
29
+ "dtype": "string",
30
+ "id": null,
31
+ "_type": "Value"
32
+ },
33
+ "label": {
34
+ "num_classes": 2,
35
+ "names": [
36
+ "not_equivalent",
37
+ "equivalent"
38
+ ],
39
+ "names_file": null,
40
+ "id": null,
41
+ "_type": "ClassLabel"
42
+ },
43
+ "idx": {
44
+ "dtype": "int32",
45
+ "id": null,
46
+ "_type": "Value"
47
+ }
48
+ },
49
+ "homepage": "https://www.microsoft.com/en-us/download/details.aspx?id=52398",
50
+ "license": "",
51
+ "post_processed": null,
52
+ "post_processing_size": null,
53
+ "size_in_bytes": 2986697,
54
+ "splits": {
55
+ "train": {
56
+ "name": "train",
57
+ "num_bytes": 943851,
58
+ "num_examples": 3668,
59
+ "dataset_name": "glue"
60
+ },
61
+ "validation": {
62
+ "name": "validation",
63
+ "num_bytes": 105887,
64
+ "num_examples": 408,
65
+ "dataset_name": "glue"
66
+ },
67
+ "test": {
68
+ "name": "test",
69
+ "num_bytes": 442418,
70
+ "num_examples": 1725,
71
+ "dataset_name": "glue"
72
+ }
73
+ },
74
+ "supervised_keys": null,
75
+ "task_templates": null,
76
+ "version": {
77
+ "version_str": "1.0.0",
78
+ "description": "",
79
+ "major": 1,
80
+ "minor": 0,
81
+ "patch": 0
82
+ }
83
+ }
mrpc/validation/state.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "3d717e5aeb5a9f48",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_output_all_columns": false,
13
+ "_split": "validation"
14
+ }
qnli/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "validation", "test"]}
qnli/test/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c49af4de7342ee2ac789bcf615d7487615fcf270abd226f8dc6125e35911952e
3
+ size 1374048
qnli/test/dataset_info.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "glue",
3
+ "citation": "@article{rajpurkar2016squad,\n title={Squad: 100,000+ questions for machine comprehension of text},\n author={Rajpurkar, Pranav and Zhang, Jian and Lopyrev, Konstantin and Liang, Percy},\n journal={arXiv preprint arXiv:1606.05250},\n year={2016}\n}\n@inproceedings{wang2019glue,\n title={{GLUE}: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding},\n author={Wang, Alex and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R.},\n note={In the Proceedings of ICLR.},\n year={2019}\n}\n",
4
+ "config_name": "qnli",
5
+ "dataset_size": 28353944,
6
+ "description": "GLUE, the General Language Understanding Evaluation benchmark\n(https://gluebenchmark.com/) is a collection of resources for training,\nevaluating, and analyzing natural language understanding systems.\n\n",
7
+ "download_checksums": {
8
+ "https://dl.fbaipublicfiles.com/glue/data/QNLIv2.zip": {
9
+ "num_bytes": 10627589,
10
+ "checksum": "e634e78627a29adaecd4f955359b22bf5e70f2cbd93b493f2d624138a0c0e5f5"
11
+ }
12
+ },
13
+ "download_size": 10627589,
14
+ "features": {
15
+ "question": {
16
+ "dtype": "string",
17
+ "id": null,
18
+ "_type": "Value"
19
+ },
20
+ "sentence": {
21
+ "dtype": "string",
22
+ "id": null,
23
+ "_type": "Value"
24
+ },
25
+ "label": {
26
+ "num_classes": 2,
27
+ "names": [
28
+ "entailment",
29
+ "not_entailment"
30
+ ],
31
+ "names_file": null,
32
+ "id": null,
33
+ "_type": "ClassLabel"
34
+ },
35
+ "idx": {
36
+ "dtype": "int32",
37
+ "id": null,
38
+ "_type": "Value"
39
+ }
40
+ },
41
+ "homepage": "https://rajpurkar.github.io/SQuAD-explorer/",
42
+ "license": "",
43
+ "post_processed": null,
44
+ "post_processing_size": null,
45
+ "size_in_bytes": 38981533,
46
+ "splits": {
47
+ "train": {
48
+ "name": "train",
49
+ "num_bytes": 25612531,
50
+ "num_examples": 104743,
51
+ "dataset_name": "glue"
52
+ },
53
+ "validation": {
54
+ "name": "validation",
55
+ "num_bytes": 1368312,
56
+ "num_examples": 5463,
57
+ "dataset_name": "glue"
58
+ },
59
+ "test": {
60
+ "name": "test",
61
+ "num_bytes": 1373101,
62
+ "num_examples": 5463,
63
+ "dataset_name": "glue"
64
+ }
65
+ },
66
+ "supervised_keys": null,
67
+ "task_templates": null,
68
+ "version": {
69
+ "version_str": "1.0.0",
70
+ "description": "",
71
+ "major": 1,
72
+ "minor": 0,
73
+ "patch": 0
74
+ }
75
+ }
qnli/test/state.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "c884b059941cb96c",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_output_all_columns": false,
13
+ "_split": "test"
14
+ }
qnli/train/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24815816275462f9fd2a61a9be251887f974b9da487894398e5c471a34dd77a9
3
+ size 25616832
qnli/train/dataset_info.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "glue",
3
+ "citation": "@article{rajpurkar2016squad,\n title={Squad: 100,000+ questions for machine comprehension of text},\n author={Rajpurkar, Pranav and Zhang, Jian and Lopyrev, Konstantin and Liang, Percy},\n journal={arXiv preprint arXiv:1606.05250},\n year={2016}\n}\n@inproceedings{wang2019glue,\n title={{GLUE}: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding},\n author={Wang, Alex and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R.},\n note={In the Proceedings of ICLR.},\n year={2019}\n}\n",
4
+ "config_name": "qnli",
5
+ "dataset_size": 28353944,
6
+ "description": "GLUE, the General Language Understanding Evaluation benchmark\n(https://gluebenchmark.com/) is a collection of resources for training,\nevaluating, and analyzing natural language understanding systems.\n\n",
7
+ "download_checksums": {
8
+ "https://dl.fbaipublicfiles.com/glue/data/QNLIv2.zip": {
9
+ "num_bytes": 10627589,
10
+ "checksum": "e634e78627a29adaecd4f955359b22bf5e70f2cbd93b493f2d624138a0c0e5f5"
11
+ }
12
+ },
13
+ "download_size": 10627589,
14
+ "features": {
15
+ "question": {
16
+ "dtype": "string",
17
+ "id": null,
18
+ "_type": "Value"
19
+ },
20
+ "sentence": {
21
+ "dtype": "string",
22
+ "id": null,
23
+ "_type": "Value"
24
+ },
25
+ "label": {
26
+ "num_classes": 2,
27
+ "names": [
28
+ "entailment",
29
+ "not_entailment"
30
+ ],
31
+ "names_file": null,
32
+ "id": null,
33
+ "_type": "ClassLabel"
34
+ },
35
+ "idx": {
36
+ "dtype": "int32",
37
+ "id": null,
38
+ "_type": "Value"
39
+ }
40
+ },
41
+ "homepage": "https://rajpurkar.github.io/SQuAD-explorer/",
42
+ "license": "",
43
+ "post_processed": null,
44
+ "post_processing_size": null,
45
+ "size_in_bytes": 38981533,
46
+ "splits": {
47
+ "train": {
48
+ "name": "train",
49
+ "num_bytes": 25612531,
50
+ "num_examples": 104743,
51
+ "dataset_name": "glue"
52
+ },
53
+ "validation": {
54
+ "name": "validation",
55
+ "num_bytes": 1368312,
56
+ "num_examples": 5463,
57
+ "dataset_name": "glue"
58
+ },
59
+ "test": {
60
+ "name": "test",
61
+ "num_bytes": 1373101,
62
+ "num_examples": 5463,
63
+ "dataset_name": "glue"
64
+ }
65
+ },
66
+ "supervised_keys": null,
67
+ "task_templates": null,
68
+ "version": {
69
+ "version_str": "1.0.0",
70
+ "description": "",
71
+ "major": 1,
72
+ "minor": 0,
73
+ "patch": 0
74
+ }
75
+ }
qnli/train/state.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "cd6b1f2f738cb6b2",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_output_all_columns": false,
13
+ "_split": "train"
14
+ }
qnli/validation/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:717ccd33166991b34cd0b09bb492e82445b8dd0b9b53ed1e490eea63c174cae1
3
+ size 1369256
qnli/validation/dataset_info.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "glue",
3
+ "citation": "@article{rajpurkar2016squad,\n title={Squad: 100,000+ questions for machine comprehension of text},\n author={Rajpurkar, Pranav and Zhang, Jian and Lopyrev, Konstantin and Liang, Percy},\n journal={arXiv preprint arXiv:1606.05250},\n year={2016}\n}\n@inproceedings{wang2019glue,\n title={{GLUE}: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding},\n author={Wang, Alex and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R.},\n note={In the Proceedings of ICLR.},\n year={2019}\n}\n",
4
+ "config_name": "qnli",
5
+ "dataset_size": 28353944,
6
+ "description": "GLUE, the General Language Understanding Evaluation benchmark\n(https://gluebenchmark.com/) is a collection of resources for training,\nevaluating, and analyzing natural language understanding systems.\n\n",
7
+ "download_checksums": {
8
+ "https://dl.fbaipublicfiles.com/glue/data/QNLIv2.zip": {
9
+ "num_bytes": 10627589,
10
+ "checksum": "e634e78627a29adaecd4f955359b22bf5e70f2cbd93b493f2d624138a0c0e5f5"
11
+ }
12
+ },
13
+ "download_size": 10627589,
14
+ "features": {
15
+ "question": {
16
+ "dtype": "string",
17
+ "id": null,
18
+ "_type": "Value"
19
+ },
20
+ "sentence": {
21
+ "dtype": "string",
22
+ "id": null,
23
+ "_type": "Value"
24
+ },
25
+ "label": {
26
+ "num_classes": 2,
27
+ "names": [
28
+ "entailment",
29
+ "not_entailment"
30
+ ],
31
+ "names_file": null,
32
+ "id": null,
33
+ "_type": "ClassLabel"
34
+ },
35
+ "idx": {
36
+ "dtype": "int32",
37
+ "id": null,
38
+ "_type": "Value"
39
+ }
40
+ },
41
+ "homepage": "https://rajpurkar.github.io/SQuAD-explorer/",
42
+ "license": "",
43
+ "post_processed": null,
44
+ "post_processing_size": null,
45
+ "size_in_bytes": 38981533,
46
+ "splits": {
47
+ "train": {
48
+ "name": "train",
49
+ "num_bytes": 25612531,
50
+ "num_examples": 104743,
51
+ "dataset_name": "glue"
52
+ },
53
+ "validation": {
54
+ "name": "validation",
55
+ "num_bytes": 1368312,
56
+ "num_examples": 5463,
57
+ "dataset_name": "glue"
58
+ },
59
+ "test": {
60
+ "name": "test",
61
+ "num_bytes": 1373101,
62
+ "num_examples": 5463,
63
+ "dataset_name": "glue"
64
+ }
65
+ },
66
+ "supervised_keys": null,
67
+ "task_templates": null,
68
+ "version": {
69
+ "version_str": "1.0.0",
70
+ "description": "",
71
+ "major": 1,
72
+ "minor": 0,
73
+ "patch": 0
74
+ }
75
+ }
qnli/validation/state.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "0c7bb0111b9e3fae",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_output_all_columns": false,
13
+ "_split": "validation"
14
+ }
qqp/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "validation", "test"]}
qqp/test/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:780b96181ae2986a6c92a14776e7c6638aa5bb4a95b1b7719424fb3d9ebf5921
3
+ size 55185408
qqp/test/dataset_info.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "glue",
3
+ "citation": "@online{WinNT,\n author = {Iyer, Shankar and Dandekar, Nikhil and Csernai, Kornel},\n title = {First Quora Dataset Release: Question Pairs},\n year = {2017},\n url = {https://data.quora.com/First-Quora-Dataset-Release-Question-Pairs},\n urldate = {2019-04-03}\n}\n@inproceedings{wang2019glue,\n title={{GLUE}: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding},\n author={Wang, Alex and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R.},\n note={In the Proceedings of ICLR.},\n year={2019}\n}\n",
4
+ "config_name": "qqp",
5
+ "dataset_size": 111726341,
6
+ "description": "GLUE, the General Language Understanding Evaluation benchmark\n(https://gluebenchmark.com/) is a collection of resources for training,\nevaluating, and analyzing natural language understanding systems.\n\n",
7
+ "download_checksums": {
8
+ "https://dl.fbaipublicfiles.com/glue/data/QQP-clean.zip": {
9
+ "num_bytes": 41696084,
10
+ "checksum": "40e7c862c04eb26ee04b67fd900e76c45c6ba8e6d8fab4f8f1f8072a1a3fbae0"
11
+ }
12
+ },
13
+ "download_size": 41696084,
14
+ "features": {
15
+ "question1": {
16
+ "dtype": "string",
17
+ "id": null,
18
+ "_type": "Value"
19
+ },
20
+ "question2": {
21
+ "dtype": "string",
22
+ "id": null,
23
+ "_type": "Value"
24
+ },
25
+ "label": {
26
+ "num_classes": 2,
27
+ "names": [
28
+ "not_duplicate",
29
+ "duplicate"
30
+ ],
31
+ "names_file": null,
32
+ "id": null,
33
+ "_type": "ClassLabel"
34
+ },
35
+ "idx": {
36
+ "dtype": "int32",
37
+ "id": null,
38
+ "_type": "Value"
39
+ }
40
+ },
41
+ "homepage": "https://data.quora.com/First-Quora-Dataset-Release-Question-Pairs",
42
+ "license": "",
43
+ "post_processed": null,
44
+ "post_processing_size": null,
45
+ "size_in_bytes": 153422425,
46
+ "splits": {
47
+ "train": {
48
+ "name": "train",
49
+ "num_bytes": 50901116,
50
+ "num_examples": 363846,
51
+ "dataset_name": "glue"
52
+ },
53
+ "validation": {
54
+ "name": "validation",
55
+ "num_bytes": 5653794,
56
+ "num_examples": 40430,
57
+ "dataset_name": "glue"
58
+ },
59
+ "test": {
60
+ "name": "test",
61
+ "num_bytes": 55171431,
62
+ "num_examples": 390965,
63
+ "dataset_name": "glue"
64
+ }
65
+ },
66
+ "supervised_keys": null,
67
+ "task_templates": null,
68
+ "version": {
69
+ "version_str": "1.0.0",
70
+ "description": "",
71
+ "major": 1,
72
+ "minor": 0,
73
+ "patch": 0
74
+ }
75
+ }
qqp/test/state.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "dc8d1c1140ca841e",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_output_all_columns": false,
13
+ "_split": "test"
14
+ }