Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
albertvillanova HF staff commited on
Commit
8539110
1 Parent(s): 0a4a73c

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

Files changed (34) hide show
  1. README.md +17 -8
  2. dataset_infos.json +165 -1
  3. discofuse-sport/test-00000-of-00001.parquet +3 -0
  4. discofuse-sport/train-00000-of-00030.parquet +3 -0
  5. discofuse-sport/train-00001-of-00030.parquet +3 -0
  6. discofuse-sport/train-00002-of-00030.parquet +3 -0
  7. discofuse-sport/train-00003-of-00030.parquet +3 -0
  8. discofuse-sport/train-00004-of-00030.parquet +3 -0
  9. discofuse-sport/train-00005-of-00030.parquet +3 -0
  10. discofuse-sport/train-00006-of-00030.parquet +3 -0
  11. discofuse-sport/train-00007-of-00030.parquet +3 -0
  12. discofuse-sport/train-00008-of-00030.parquet +3 -0
  13. discofuse-sport/train-00009-of-00030.parquet +3 -0
  14. discofuse-sport/train-00010-of-00030.parquet +3 -0
  15. discofuse-sport/train-00011-of-00030.parquet +3 -0
  16. discofuse-sport/train-00012-of-00030.parquet +3 -0
  17. discofuse-sport/train-00013-of-00030.parquet +3 -0
  18. discofuse-sport/train-00014-of-00030.parquet +3 -0
  19. discofuse-sport/train-00015-of-00030.parquet +3 -0
  20. discofuse-sport/train-00016-of-00030.parquet +3 -0
  21. discofuse-sport/train-00017-of-00030.parquet +3 -0
  22. discofuse-sport/train-00018-of-00030.parquet +3 -0
  23. discofuse-sport/train-00019-of-00030.parquet +3 -0
  24. discofuse-sport/train-00020-of-00030.parquet +3 -0
  25. discofuse-sport/train-00021-of-00030.parquet +3 -0
  26. discofuse-sport/train-00022-of-00030.parquet +3 -0
  27. discofuse-sport/train-00023-of-00030.parquet +3 -0
  28. discofuse-sport/train-00024-of-00030.parquet +3 -0
  29. discofuse-sport/train-00025-of-00030.parquet +3 -0
  30. discofuse-sport/train-00026-of-00030.parquet +3 -0
  31. discofuse-sport/train-00027-of-00030.parquet +3 -0
  32. discofuse-sport/train-00028-of-00030.parquet +3 -0
  33. discofuse-sport/train-00029-of-00030.parquet +3 -0
  34. discofuse-sport/validation-00000-of-00001.parquet +3 -0
README.md CHANGED
@@ -1,15 +1,14 @@
1
  ---
2
  annotations_creators:
3
  - machine-generated
4
- language:
5
- - en
6
  language_creators:
7
  - found
 
 
8
  license:
9
  - cc-by-sa-3.0
10
  multilinguality:
11
  - monolingual
12
- pretty_name: DiscoFuse
13
  size_categories:
14
  - 10M<n<100M
15
  source_datasets:
@@ -18,6 +17,7 @@ task_categories:
18
  - text2text-generation
19
  task_ids: []
20
  paperswithcode_id: discofuse
 
21
  tags:
22
  - sentence-fusion
23
  dataset_info:
@@ -41,16 +41,16 @@ dataset_info:
41
  dtype: string
42
  splits:
43
  - name: train
44
- num_bytes: 14736279993
45
  num_examples: 43291020
46
  - name: test
47
- num_bytes: 151656323
48
  num_examples: 445521
49
  - name: validation
50
- num_bytes: 150207737
51
  num_examples: 440902
52
- download_size: 4326637746
53
- dataset_size: 15038144053
54
  - config_name: discofuse-wikipedia
55
  features:
56
  - name: connective_string
@@ -81,6 +81,15 @@ dataset_info:
81
  num_examples: 168081
82
  download_size: 1717422334
83
  dataset_size: 6507614389
 
 
 
 
 
 
 
 
 
84
  ---
85
 
86
  # Dataset Card for "discofuse"
 
1
  ---
2
  annotations_creators:
3
  - machine-generated
 
 
4
  language_creators:
5
  - found
6
+ language:
7
+ - en
8
  license:
9
  - cc-by-sa-3.0
10
  multilinguality:
11
  - monolingual
 
12
  size_categories:
13
  - 10M<n<100M
14
  source_datasets:
 
17
  - text2text-generation
18
  task_ids: []
19
  paperswithcode_id: discofuse
20
+ pretty_name: DiscoFuse
21
  tags:
22
  - sentence-fusion
23
  dataset_info:
 
41
  dtype: string
42
  splits:
43
  - name: train
44
+ num_bytes: 14736176073
45
  num_examples: 43291020
46
  - name: test
47
+ num_bytes: 151655243
48
  num_examples: 445521
49
  - name: validation
50
+ num_bytes: 150206657
51
  num_examples: 440902
52
+ download_size: 9422142544
53
+ dataset_size: 15038037973
54
  - config_name: discofuse-wikipedia
55
  features:
56
  - name: connective_string
 
81
  num_examples: 168081
82
  download_size: 1717422334
83
  dataset_size: 6507614389
84
+ configs:
85
+ - config_name: discofuse-sport
86
+ data_files:
87
+ - split: train
88
+ path: discofuse-sport/train-*
89
+ - split: test
90
+ path: discofuse-sport/test-*
91
+ - split: validation
92
+ path: discofuse-sport/validation-*
93
  ---
94
 
95
  # Dataset Card for "discofuse"
dataset_infos.json CHANGED
@@ -1 +1,165 @@
1
- {"discofuse-sport": {"description": " DISCOFUSE is a large scale dataset for discourse-based sentence fusion.\n", "citation": "@InProceedings{GevaEtAl2019,\n title = {DiscoFuse: A Large-Scale Dataset for Discourse-Based Sentence Fusion},\n author = {Geva, Mor and Malmi, Eric and Szpektor, Idan and Berant, Jonathan},\n booktitle = {Proceedings of the 2019 Annual Conference of the North American Chapter of the Association for Computational Linguistics},\n note = {arXiv preprint arXiv:1902.10526},\n year = {2019}\n}\n\n", "homepage": "https://github.com/google-research-datasets/discofuse", "license": "", "features": {"connective_string": {"dtype": "string", "id": null, "_type": "Value"}, "discourse_type": {"dtype": "string", "id": null, "_type": "Value"}, "coherent_second_sentence": {"dtype": "string", "id": null, "_type": "Value"}, "has_coref_type_pronoun": {"dtype": "float32", "id": null, "_type": "Value"}, "incoherent_first_sentence": {"dtype": "string", "id": null, "_type": "Value"}, "incoherent_second_sentence": {"dtype": "string", "id": null, "_type": "Value"}, "has_coref_type_nominal": {"dtype": "float32", "id": null, "_type": "Value"}, "coherent_first_sentence": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "discofuse", "config_name": "discofuse-sport", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 14736279993, "num_examples": 43291020, "dataset_name": "discofuse"}, "test": {"name": "test", "num_bytes": 151656323, "num_examples": 445521, "dataset_name": "discofuse"}, "validation": {"name": "validation", "num_bytes": 150207737, "num_examples": 440902, "dataset_name": "discofuse"}}, "download_checksums": {"https://storage.googleapis.com/gresearch/discofuse/discofuse_v1_sports.zip": {"num_bytes": 4326637746, "checksum": "a390083c7923e11efeeea04a9a79074149e5ef9be614466f50aec28f1a5eec41"}}, "download_size": 4326637746, "post_processing_size": null, "dataset_size": 15038144053, "size_in_bytes": 19364781799}, "discofuse-wikipedia": {"description": " DISCOFUSE is a large scale dataset for discourse-based sentence fusion.\n", "citation": "@InProceedings{GevaEtAl2019,\n title = {DiscoFuse: A Large-Scale Dataset for Discourse-Based Sentence Fusion},\n author = {Geva, Mor and Malmi, Eric and Szpektor, Idan and Berant, Jonathan},\n booktitle = {Proceedings of the 2019 Annual Conference of the North American Chapter of the Association for Computational Linguistics},\n note = {arXiv preprint arXiv:1902.10526},\n year = {2019}\n}\n\n", "homepage": "https://github.com/google-research-datasets/discofuse", "license": "", "features": {"connective_string": {"dtype": "string", "id": null, "_type": "Value"}, "discourse_type": {"dtype": "string", "id": null, "_type": "Value"}, "coherent_second_sentence": {"dtype": "string", "id": null, "_type": "Value"}, "has_coref_type_pronoun": {"dtype": "float32", "id": null, "_type": "Value"}, "incoherent_first_sentence": {"dtype": "string", "id": null, "_type": "Value"}, "incoherent_second_sentence": {"dtype": "string", "id": null, "_type": "Value"}, "has_coref_type_nominal": {"dtype": "float32", "id": null, "_type": "Value"}, "coherent_first_sentence": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "discofuse", "config_name": "discofuse-wikipedia", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6377924196, "num_examples": 16310585, "dataset_name": "discofuse"}, "test": {"name": "test", "num_bytes": 64008158, "num_examples": 163657, "dataset_name": "discofuse"}, "validation": {"name": "validation", "num_bytes": 65682035, "num_examples": 168081, "dataset_name": "discofuse"}}, "download_checksums": {"https://storage.googleapis.com/gresearch/discofuse/discofuse_v1_wikipedia.zip": {"num_bytes": 1717422334, "checksum": "e8a5ec52cdd9820ce9b410b47c3a57a49a300470c976202cd7caab613658ebfe"}}, "download_size": 1717422334, "post_processing_size": null, "dataset_size": 6507614389, "size_in_bytes": 8225036723}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "discofuse-sport": {
3
+ "description": " DISCOFUSE is a large scale dataset for discourse-based sentence fusion.\n",
4
+ "citation": "@InProceedings{GevaEtAl2019,\n title = {DiscoFuse: A Large-Scale Dataset for Discourse-Based Sentence Fusion},\n author = {Geva, Mor and Malmi, Eric and Szpektor, Idan and Berant, Jonathan},\n booktitle = {Proceedings of the 2019 Annual Conference of the North American Chapter of the Association for Computational Linguistics},\n note = {arXiv preprint arXiv:1902.10526},\n year = {2019}\n}\n\n",
5
+ "homepage": "https://github.com/google-research-datasets/discofuse",
6
+ "license": "",
7
+ "features": {
8
+ "connective_string": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "discourse_type": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "coherent_second_sentence": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "has_coref_type_pronoun": {
21
+ "dtype": "float32",
22
+ "_type": "Value"
23
+ },
24
+ "incoherent_first_sentence": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "incoherent_second_sentence": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "has_coref_type_nominal": {
33
+ "dtype": "float32",
34
+ "_type": "Value"
35
+ },
36
+ "coherent_first_sentence": {
37
+ "dtype": "string",
38
+ "_type": "Value"
39
+ }
40
+ },
41
+ "builder_name": "discofuse",
42
+ "dataset_name": "discofuse",
43
+ "config_name": "discofuse-sport",
44
+ "version": {
45
+ "version_str": "1.0.0",
46
+ "description": "",
47
+ "major": 1,
48
+ "minor": 0,
49
+ "patch": 0
50
+ },
51
+ "splits": {
52
+ "train": {
53
+ "name": "train",
54
+ "num_bytes": 14736176073,
55
+ "num_examples": 43291020,
56
+ "dataset_name": null
57
+ },
58
+ "test": {
59
+ "name": "test",
60
+ "num_bytes": 151655243,
61
+ "num_examples": 445521,
62
+ "dataset_name": null
63
+ },
64
+ "validation": {
65
+ "name": "validation",
66
+ "num_bytes": 150206657,
67
+ "num_examples": 440902,
68
+ "dataset_name": null
69
+ }
70
+ },
71
+ "download_size": 9422142544,
72
+ "dataset_size": 15038037973,
73
+ "size_in_bytes": 24460180517
74
+ },
75
+ "discofuse-wikipedia": {
76
+ "description": " DISCOFUSE is a large scale dataset for discourse-based sentence fusion.\n",
77
+ "citation": "@InProceedings{GevaEtAl2019,\n title = {DiscoFuse: A Large-Scale Dataset for Discourse-Based Sentence Fusion},\n author = {Geva, Mor and Malmi, Eric and Szpektor, Idan and Berant, Jonathan},\n booktitle = {Proceedings of the 2019 Annual Conference of the North American Chapter of the Association for Computational Linguistics},\n note = {arXiv preprint arXiv:1902.10526},\n year = {2019}\n}\n\n",
78
+ "homepage": "https://github.com/google-research-datasets/discofuse",
79
+ "license": "",
80
+ "features": {
81
+ "connective_string": {
82
+ "dtype": "string",
83
+ "id": null,
84
+ "_type": "Value"
85
+ },
86
+ "discourse_type": {
87
+ "dtype": "string",
88
+ "id": null,
89
+ "_type": "Value"
90
+ },
91
+ "coherent_second_sentence": {
92
+ "dtype": "string",
93
+ "id": null,
94
+ "_type": "Value"
95
+ },
96
+ "has_coref_type_pronoun": {
97
+ "dtype": "float32",
98
+ "id": null,
99
+ "_type": "Value"
100
+ },
101
+ "incoherent_first_sentence": {
102
+ "dtype": "string",
103
+ "id": null,
104
+ "_type": "Value"
105
+ },
106
+ "incoherent_second_sentence": {
107
+ "dtype": "string",
108
+ "id": null,
109
+ "_type": "Value"
110
+ },
111
+ "has_coref_type_nominal": {
112
+ "dtype": "float32",
113
+ "id": null,
114
+ "_type": "Value"
115
+ },
116
+ "coherent_first_sentence": {
117
+ "dtype": "string",
118
+ "id": null,
119
+ "_type": "Value"
120
+ }
121
+ },
122
+ "post_processed": null,
123
+ "supervised_keys": null,
124
+ "task_templates": null,
125
+ "builder_name": "discofuse",
126
+ "config_name": "discofuse-wikipedia",
127
+ "version": {
128
+ "version_str": "1.0.0",
129
+ "description": "",
130
+ "major": 1,
131
+ "minor": 0,
132
+ "patch": 0
133
+ },
134
+ "splits": {
135
+ "train": {
136
+ "name": "train",
137
+ "num_bytes": 6377924196,
138
+ "num_examples": 16310585,
139
+ "dataset_name": "discofuse"
140
+ },
141
+ "test": {
142
+ "name": "test",
143
+ "num_bytes": 64008158,
144
+ "num_examples": 163657,
145
+ "dataset_name": "discofuse"
146
+ },
147
+ "validation": {
148
+ "name": "validation",
149
+ "num_bytes": 65682035,
150
+ "num_examples": 168081,
151
+ "dataset_name": "discofuse"
152
+ }
153
+ },
154
+ "download_checksums": {
155
+ "https://storage.googleapis.com/gresearch/discofuse/discofuse_v1_wikipedia.zip": {
156
+ "num_bytes": 1717422334,
157
+ "checksum": "e8a5ec52cdd9820ce9b410b47c3a57a49a300470c976202cd7caab613658ebfe"
158
+ }
159
+ },
160
+ "download_size": 1717422334,
161
+ "post_processing_size": null,
162
+ "dataset_size": 6507614389,
163
+ "size_in_bytes": 8225036723
164
+ }
165
+ }
discofuse-sport/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9183aace3727027a6d75eefc16a0704e91e2619c7c6d60d0b9266d1a793682c8
3
+ size 94994467
discofuse-sport/train-00000-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a3d5f441e1e9440a600b01ac9fed6feda0ccaeb34f246c1e530eca5ee714427
3
+ size 308126690
discofuse-sport/train-00001-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:832f1d483369a59516fbf97476bad6bfc63c7f063a6052236025b103a2e4e003
3
+ size 305566158
discofuse-sport/train-00002-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f8aea2580843459fdcf70887b3cd35e32eaef98998a7dcbd4b664aaeb63202a
3
+ size 307084313
discofuse-sport/train-00003-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d1c04bba7f326d4aca45a617166efc5857c5c26fafd14f06ee6b831c561e4ca
3
+ size 308411269
discofuse-sport/train-00004-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e57430725c783061534001a1053bde61a30c3d9a75ca516fbeb7c56f3ff1acbe
3
+ size 308394219
discofuse-sport/train-00005-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8116e965a5d4e61251a93089246eaad07844e8d4584278135236dd5514bba6e
3
+ size 307987875
discofuse-sport/train-00006-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74707a3c885f618f1f4e7ba2b6b2bef599a6dd2cf6cd99fdd0b19d27a3bfb95a
3
+ size 307391357
discofuse-sport/train-00007-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2adeb83ddff793dea972cc8c151c8ac1cee328fd9a95da57fab6856d49b7fd9
3
+ size 308073498
discofuse-sport/train-00008-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cfdfeb3c16c5682b60d672f901b05c87ea37f7c96b9c7015f332564a76e5ad1
3
+ size 306444351
discofuse-sport/train-00009-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b6949ea9968bb292fb7a17d763c5f937816def0ca9f18d9db1342d2a3962ae7
3
+ size 307844633
discofuse-sport/train-00010-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9bab2c216f601574da432e86be46ee54a6f2d0cce10c5dfa28c8f3d7c8cdab6
3
+ size 307660360
discofuse-sport/train-00011-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d62754e6d50c6dbde00b0e874de3546c27c94b115ab0e49abc63506795ce158
3
+ size 308278823
discofuse-sport/train-00012-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:726a39396b069281847c234b7271bc96ca7481942547f1cbc4b6c198d6451414
3
+ size 308139806
discofuse-sport/train-00013-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f82faad524098b7a9ed94cc259a0caa5be5f00868597e481a74f8b12b28f5afb
3
+ size 308261508
discofuse-sport/train-00014-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd44e9b92af8c408c10c030c35db0cbf7da00b3a1bb15935b2652cc3b715cb34
3
+ size 308180069
discofuse-sport/train-00015-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:792aabdd3730c4e715ba017188105b6f8697e65c33ffb68349b0a10ff90c5284
3
+ size 308447385
discofuse-sport/train-00016-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fcdbd380e210e88d156071d65da4ac1d3c33ea0d25124f70915d9525c1ac43e
3
+ size 307069435
discofuse-sport/train-00017-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3434df004d78eff99187032253287cb924d6b224b08021ac9beaa6960f06cefd
3
+ size 306007238
discofuse-sport/train-00018-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dacc26d267b5dc1a178f9d83c27dcc72fc5f552b6a2dd821b8d9a04dc21c2d06
3
+ size 308332171
discofuse-sport/train-00019-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9f694d0a92998a933b5bdf10dade891d2be026a416996a75fd123b367e384c2
3
+ size 307019513
discofuse-sport/train-00020-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cdfdabae8e3d33cd23bae749deb8b7a561cb65ff6bb2bad5648a20432647f34
3
+ size 305922155
discofuse-sport/train-00021-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f5bff73bc9a14122d20f888454636ab73f4c904e6175e1d6f6dbab74e4782b9
3
+ size 308234126
discofuse-sport/train-00022-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9afccf8fdbd9ccdb597df65ef2a2aaa3850de254a3f2794a4f5c1d318d1644dc
3
+ size 307969671
discofuse-sport/train-00023-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dd21930dfbcab6283bfca2ebd34edc106a5173484b25e6488ef51557cb63807
3
+ size 308966119
discofuse-sport/train-00024-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab8ce0ae3b3893060a21ccf6cc4693ceac478d6227c6a613695ce09a9e939167
3
+ size 308541880
discofuse-sport/train-00025-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82c84b9b9bd6bcdcd551b3943e9e59ed584a28d7681d436cc17f58354d347711
3
+ size 308077997
discofuse-sport/train-00026-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c4a1df4097b8633f3b9ef267ab032757aa3e689194f362a45c7e4c1324c557b
3
+ size 307562119
discofuse-sport/train-00027-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd759434a653d98043a1418ea4a81446f79611245ed63b3b79f5c262ce37f9d3
3
+ size 307174197
discofuse-sport/train-00028-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09f812e111fa4ea491bd0ed93539d35ef88601daa653dec3108cf68a188f8588
3
+ size 309604147
discofuse-sport/train-00029-of-00030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82f4c5a98311f03652293d5abaa72f19dad0891c2986e46503c4c20ce6f3cef5
3
+ size 308296941
discofuse-sport/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9892b7e1f60bb45e84633a9c123204a778b86a9698a2349561654fc7cd6321b6
3
+ size 94078054