diff --git a/README.md b/README.md deleted file mode 100644 index 95562f88d0ae6d83bf07be53e912f809d1c05c83..0000000000000000000000000000000000000000 --- a/README.md +++ /dev/null @@ -1,281 +0,0 @@ ---- -annotations_creators: -- no-annotation -language_creators: -- crowdsourced -language: -- en -license: -- unknown -multilinguality: -- multilingual -pretty_name: WikiSnippets -size_categories: -- 10M<n<100M -source_datasets: -- extended|wiki40b -- extended|wikipedia -task_categories: -- text-generation -- other -task_ids: -- language-modeling -paperswithcode_id: null -tags: -- text-search -dataset_info: -- config_name: wiki40b_en_100_0 - features: - - name: _id - dtype: string - - name: datasets_id - dtype: int32 - - name: wiki_id - dtype: string - - name: start_paragraph - dtype: int32 - - name: start_character - dtype: int32 - - name: end_paragraph - dtype: int32 - - name: end_character - dtype: int32 - - name: article_title - dtype: string - - name: section_title - dtype: string - - name: passage_text - dtype: string - splits: - - name: train - num_bytes: 12938641686 - num_examples: 17553713 - download_size: 0 - dataset_size: 12938641686 -- config_name: wikipedia_en_100_0 - features: - - name: _id - dtype: string - - name: datasets_id - dtype: int32 - - name: wiki_id - dtype: string - - name: start_paragraph - dtype: int32 - - name: start_character - dtype: int32 - - name: end_paragraph - dtype: int32 - - name: end_character - dtype: int32 - - name: article_title - dtype: string - - name: section_title - dtype: string - - name: passage_text - dtype: string - splits: - - name: train - num_bytes: 26407884393 - num_examples: 33849898 - download_size: 0 - dataset_size: 26407884393 ---- - -# Dataset Card for "wiki_snippets" - -## Table of Contents -- [Dataset Description](#dataset-description) - - [Dataset Summary](#dataset-summary) - - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - - [Languages](#languages) -- [Dataset Structure](#dataset-structure) - - [Data Instances](#data-instances) - - [Data Fields](#data-fields) - - [Data Splits](#data-splits) -- [Dataset Creation](#dataset-creation) - - [Curation Rationale](#curation-rationale) - - [Source Data](#source-data) - - [Annotations](#annotations) - - [Personal and Sensitive Information](#personal-and-sensitive-information) -- [Considerations for Using the Data](#considerations-for-using-the-data) - - [Social Impact of Dataset](#social-impact-of-dataset) - - [Discussion of Biases](#discussion-of-biases) - - [Other Known Limitations](#other-known-limitations) -- [Additional Information](#additional-information) - - [Dataset Curators](#dataset-curators) - - [Licensing Information](#licensing-information) - - [Citation Information](#citation-information) - - [Contributions](#contributions) - -## Dataset Description - -- **Homepage:** [https://dumps.wikimedia.org](https://dumps.wikimedia.org) -- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) -- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) -- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - -### Dataset Summary - -Wikipedia version split into plain text snippets for dense semantic indexing. - -### Supported Tasks and Leaderboards - -[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - -### Languages - -[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - -## Dataset Structure - -We show detailed information for 2 configurations of the dataset (with 100 snippet passage length and 0 overlap) in -English: -- wiki40b_en_100_0: Wiki-40B -- wikipedia_en_100_0: Wikipedia - -### Data Instances - -#### wiki40b_en_100_0 - -- **Size of downloaded dataset files:** 0.00 MB -- **Size of the generated dataset:** 12339.25 MB -- **Total amount of disk used:** 12339.25 MB - -An example of 'train' looks as follows: -``` -{'_id': '{"datasets_id": 0, "wiki_id": "Q1294448", "sp": 2, "sc": 0, "ep": 6, "ec": 610}', - 'datasets_id': 0, - 'wiki_id': 'Q1294448', - 'start_paragraph': 2, - 'start_character': 0, - 'end_paragraph': 6, - 'end_character': 610, - 'article_title': 'Ági Szalóki', - 'section_title': 'Life', - 'passage_text': "Ági Szalóki Life She started singing as a toddler, considering Márta Sebestyén a role model. Her musical background is traditional folk music; she first won recognition for singing with Ökrös in a traditional folk style, and Besh o droM, a Balkan gypsy brass band. With these ensembles she toured around the world from the Montreal Jazz Festival, through Glastonbury Festival to the Théatre de la Ville in Paris, from New York to Beijing.\nSince 2005, she began to pursue her solo career and explore various genres, such as jazz, thirties ballads, or children's songs.\nUntil now, three of her six released albums"} -``` - -#### wikipedia_en_100_0 - -- **Size of downloaded dataset files:** 0.00 MB -- **Size of the generated dataset:** 25184.52 MB -- **Total amount of disk used:** 25184.52 MB - -An example of 'train' looks as follows: -``` -{'_id': '{"datasets_id": 0, "wiki_id": "Anarchism", "sp": 0, "sc": 0, "ep": 2, "ec": 129}', - 'datasets_id': 0, - 'wiki_id': 'Anarchism', - 'start_paragraph': 0, - 'start_character': 0, - 'end_paragraph': 2, - 'end_character': 129, - 'article_title': 'Anarchism', - 'section_title': 'Start', - 'passage_text': 'Anarchism is a political philosophy and movement that is sceptical of authority and rejects all involuntary, coercive forms of hierarchy. Anarchism calls for the abolition of the state, which it holds to be unnecessary, undesirable, and harmful. As a historically left-wing movement, placed on the farthest left of the political spectrum, it is usually described alongside communalism and libertarian Marxism as the libertarian wing (libertarian socialism) of the socialist movement, and has a strong historical association with anti-capitalism and socialism. Humans lived in societies without formal hierarchies long before the establishment of formal states, realms, or empires. With the'} -``` - -### Data Fields - -The data fields are the same for all configurations: -- `_id`: a `string` feature. -- `datasets_id`: a `int32` feature. -- `wiki_id`: a `string` feature. -- `start_paragraph`: a `int32` feature. -- `start_character`: a `int32` feature. -- `end_paragraph`: a `int32` feature. -- `end_character`: a `int32` feature. -- `article_title`: a `string` feature. -- `section_title`: a `string` feature. -- `passage_text`: a `string` feature. - - -### Data Splits - -| name | train | -|:-------------------|---------:| -| wiki40b_en_100_0 | 17553713 | -| wikipedia_en_100_0 | 33849898 | - -## Dataset Creation - -### Curation Rationale - -[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - -### Source Data - -#### Initial Data Collection and Normalization - -[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - -#### Who are the source language producers? - -[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - -### Annotations - -#### Annotation process - -[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - -#### Who are the annotators? - -[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - -### Personal and Sensitive Information - -[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - -## Considerations for Using the Data - -### Social Impact of Dataset - -[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - -### Discussion of Biases - -[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - -### Other Known Limitations - -[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - -## Additional Information - -### Dataset Curators - -[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) - -### Licensing Information - -See licensing information of source datasets. - -### Citation Information - -Cite source datasets: - -- Wiki-40B: -``` -@inproceedings{49029, -title = {Wiki-40B: Multilingual Language Model Dataset}, -author = {Mandy Guo and Zihang Dai and Denny Vrandecic and Rami Al-Rfou}, -year = {2020}, -booktitle = {LREC 2020} -} -``` - -- Wikipedia: -``` -@ONLINE{wikidump, - author = "Wikimedia Foundation", - title = "Wikimedia Downloads", - url = "https://dumps.wikimedia.org" -} -``` - - -### Contributions - -Thanks to [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq), [@mariamabarham](https://github.com/mariamabarham), [@yjernite](https://github.com/yjernite) for adding this dataset. \ No newline at end of file diff --git a/dataset_infos.json b/dataset_infos.json deleted file mode 100644 index 30f5d6500f581c9eb7111c152845563fb66c1b26..0000000000000000000000000000000000000000 --- a/dataset_infos.json +++ /dev/null @@ -1 +0,0 @@ -{"wiki40b_en_100_0": {"description": "Wikipedia version split into plain text snippets for dense semantic indexing.\n", "citation": "@ONLINE {wikidump,\n author = {Wikimedia Foundation},\n title = {Wikimedia Downloads},\n url = {https://dumps.wikimedia.org}\n}\n", "homepage": "https://dumps.wikimedia.org", "license": "", "features": {"_id": {"dtype": "string", "id": null, "_type": "Value"}, "datasets_id": {"dtype": "int32", "id": null, "_type": "Value"}, "wiki_id": {"dtype": "string", "id": null, "_type": "Value"}, "start_paragraph": {"dtype": "int32", "id": null, "_type": "Value"}, "start_character": {"dtype": "int32", "id": null, "_type": "Value"}, "end_paragraph": {"dtype": "int32", "id": null, "_type": "Value"}, "end_character": {"dtype": "int32", "id": null, "_type": "Value"}, "article_title": {"dtype": "string", "id": null, "_type": "Value"}, "section_title": {"dtype": "string", "id": null, "_type": "Value"}, "passage_text": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "wiki_snippets", "config_name": "wiki40b_en_100_0", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 12938641686, "num_examples": 17553713, "dataset_name": "wiki_snippets"}}, "download_checksums": {}, "download_size": 0, "post_processing_size": null, "dataset_size": 12938641686, "size_in_bytes": 12938641686}, "wikipedia_en_100_0": {"description": "Wikipedia version split into plain text snippets for dense semantic indexing.\n", "citation": "@ONLINE {wikidump,\n author = {Wikimedia Foundation},\n title = {Wikimedia Downloads},\n url = {https://dumps.wikimedia.org}\n}\n", "homepage": "https://dumps.wikimedia.org", "license": "", "features": {"_id": {"dtype": "string", "id": null, "_type": "Value"}, "datasets_id": {"dtype": "int32", "id": null, "_type": "Value"}, "wiki_id": {"dtype": "string", "id": null, "_type": "Value"}, "start_paragraph": {"dtype": "int32", "id": null, "_type": "Value"}, "start_character": {"dtype": "int32", "id": null, "_type": "Value"}, "end_paragraph": {"dtype": "int32", "id": null, "_type": "Value"}, "end_character": {"dtype": "int32", "id": null, "_type": "Value"}, "article_title": {"dtype": "string", "id": null, "_type": "Value"}, "section_title": {"dtype": "string", "id": null, "_type": "Value"}, "passage_text": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "wiki_snippets", "config_name": "wikipedia_en_100_0", "version": {"version_str": "2.0.0", "description": null, "major": 2, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 26407884393, "num_examples": 33849898, "dataset_name": "wiki_snippets"}}, "download_checksums": {}, "download_size": 0, "post_processing_size": null, "dataset_size": 26407884393, "size_in_bytes": 26407884393}} diff --git a/wiki_snippets.py b/wiki_snippets.py deleted file mode 100644 index 42b22153d4c4b4193dfbbe86ad685862b7eabd3e..0000000000000000000000000000000000000000 --- a/wiki_snippets.py +++ /dev/null @@ -1,210 +0,0 @@ -# WARNING: Please, do not use the code in this script as a template to create another script: -# - It is a bad practice to use `datasets.load_dataset` inside a loading script. Please, avoid doing it. - -import json -import math - -import datasets - - -logger = datasets.logging.get_logger(__name__) - - -_CITATION = """\ -@ONLINE {wikidump, - author = {Wikimedia Foundation}, - title = {Wikimedia Downloads}, - url = {https://dumps.wikimedia.org} -} -""" - -_DESCRIPTION = """\ -Wikipedia version split into plain text snippets for dense semantic indexing. -""" - -_LICENSE = ( - "This work is licensed under the Creative Commons Attribution-ShareAlike " - "3.0 Unported License. To view a copy of this license, visit " - "http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to " - "Creative Commons, PO Box 1866, Mountain View, CA 94042, USA." -) - - -def wiki40b_article_snippets(article, passage_len=100, overlap=0): - paragraphs = article["text"].split("\n") - aticle_idx = paragraphs.index("_START_ARTICLE_") + 1 - article_title = paragraphs[aticle_idx] if aticle_idx < len(paragraphs) else "" - section_indices = [i + 1 for i, par in enumerate(paragraphs[:-1]) if par == "_START_SECTION_"] - par_tabs = [par.split(" ") for par in paragraphs] - word_map = [ - (i, len(" ".join(par[:j])), w) - for i, par in enumerate(par_tabs) - if not par[0].startswith("_START_") - for j, w in enumerate(par) - if i > 0 - ] - step_size = passage_len - overlap - passages = [] - for i in range(math.ceil(len(word_map) / step_size)): - pre_toks = word_map[i * step_size : i * step_size + passage_len] - start_section_id = max([0] + [j for j in section_indices if j <= pre_toks[0][0]]) - section_ids = [j for j in section_indices if j >= start_section_id and j <= pre_toks[-1][0]] - section_ids = section_ids if len(section_ids) > 0 else [0] - passage_text = " ".join([w for p_id, s_id, w in pre_toks]) - passages += [ - { - "article_title": article_title, - "section_title": " & ".join([paragraphs[j] for j in section_ids]), - "wiki_id": article["wikidata_id"], - "start_paragraph": pre_toks[0][0], - "start_character": pre_toks[0][1], - "end_paragraph": pre_toks[-1][0], - "end_character": pre_toks[-1][1] + len(pre_toks[-1][2]) + 1, - "passage_text": passage_text.replace("_NEWLINE_", "\n"), - } - ] - return passages - - -def wikipedia_article_snippets(article, passage_len=100, overlap=0): - paragraphs = [par for par in article["text"].split("\n") if not par.startswith("Category:")] - if "References" in paragraphs: - paragraphs = paragraphs[: paragraphs.index("References")] - article_title = article["title"] - section_indices = [ - i + 1 - for i, par in enumerate(paragraphs[:-2]) - if paragraphs[i] == "" and paragraphs[i + 1] != "" and paragraphs[i + 2] != "" - ] - par_tabs = [par.split(" ") for par in paragraphs] - word_map = [(i, len(" ".join(par[:j])), w) for i, par in enumerate(par_tabs) for j, w in enumerate(par)] - step_size = passage_len - overlap - passages = [] - for i in range(math.ceil(len(word_map) / step_size)): - pre_toks = word_map[i * step_size : i * step_size + passage_len] - start_section_id = max([0] + [j for j in section_indices if j <= pre_toks[0][0]]) - section_ids = [j for j in section_indices if start_section_id <= j <= pre_toks[-1][0]] - section_ids = section_ids if len(section_ids) > 0 else [-1] - passage_text = " ".join([w for p_id, s_id, w in pre_toks]) - passages += [ - { - "article_title": article_title, - "section_title": " & ".join(["Start" if j == -1 else paragraphs[j].strip() for j in section_ids]), - "wiki_id": article_title.replace(" ", "_"), - "start_paragraph": pre_toks[0][0], - "start_character": pre_toks[0][1], - "end_paragraph": pre_toks[-1][0], - "end_character": pre_toks[-1][1] + len(pre_toks[-1][2]) + 1, - "passage_text": passage_text, - } - ] - return passages - - -_SPLIT_FUNCTION_MAP = { - "wikipedia": wikipedia_article_snippets, - "wiki40b": wiki40b_article_snippets, -} - - -def generate_snippets(wikipedia, split_function, passage_len=100, overlap=0): - for i, article in enumerate(wikipedia): - for doc in split_function(article, passage_len, overlap): - part_id = json.dumps( - { - "datasets_id": i, - "wiki_id": doc["wiki_id"], - "sp": doc["start_paragraph"], - "sc": doc["start_character"], - "ep": doc["end_paragraph"], - "ec": doc["end_character"], - } - ) - doc["_id"] = part_id - doc["datasets_id"] = i - yield doc - - -class WikiSnippetsConfig(datasets.BuilderConfig): - """BuilderConfig for WikiSnippets.""" - - def __init__( - self, wikipedia_name="wiki40b", wikipedia_version_name="en", snippets_length=100, snippets_overlap=0, **kwargs - ): - """BuilderConfig for WikiSnippets. - Args: - **kwargs: keyword arguments forwarded to super. - """ - super(WikiSnippetsConfig, self).__init__(**kwargs) - self.wikipedia_name = wikipedia_name - self.wikipedia_version_name = wikipedia_version_name - self.snippets_length = snippets_length - self.snippets_overlap = snippets_overlap - - -class WikiSnippets(datasets.GeneratorBasedBuilder): - BUILDER_CONFIG_CLASS = WikiSnippetsConfig - BUILDER_CONFIGS = [ - WikiSnippetsConfig( - name="wiki40b_en_100_0", - version=datasets.Version("1.0.0"), - wikipedia_name="wiki40b", - wikipedia_version_name="en", - snippets_length=100, - snippets_overlap=0, - ), - WikiSnippetsConfig( - name="wikipedia_en_100_0", - version=datasets.Version("2.0.0"), - wikipedia_name="wikipedia", - wikipedia_version_name="20220301.en", - snippets_length=100, - snippets_overlap=0, - ), - ] - - test_dummy_data = False - - def _info(self): - return datasets.DatasetInfo( - description=_DESCRIPTION, - features=datasets.Features( - { - "_id": datasets.Value("string"), - "datasets_id": datasets.Value("int32"), - "wiki_id": datasets.Value("string"), - "start_paragraph": datasets.Value("int32"), - "start_character": datasets.Value("int32"), - "end_paragraph": datasets.Value("int32"), - "end_character": datasets.Value("int32"), - "article_title": datasets.Value("string"), - "section_title": datasets.Value("string"), - "passage_text": datasets.Value("string"), - } - ), - supervised_keys=None, - homepage="https://dumps.wikimedia.org", - citation=_CITATION, - ) - - def _split_generators(self, dl_manager): - # WARNING: It is a bad practice to use `datasets.load_dataset` inside a loading script. Please, avoid doing it. - wikipedia = datasets.load_dataset( - path=self.config.wikipedia_name, - name=self.config.wikipedia_version_name, - ) - - return [ - datasets.SplitGenerator(name=datasets.Split.TRAIN, gen_kwargs={"wikipedia": wikipedia}), - ] - - def _generate_examples(self, wikipedia): - logger.info(f"generating examples from = {self.config.wikipedia_name} {self.config.wikipedia_version_name}") - for split in wikipedia: - dset = wikipedia[split] - split_function = _SPLIT_FUNCTION_MAP[self.config.wikipedia_name] - for doc in generate_snippets( - dset, split_function, passage_len=self.config.snippets_length, overlap=self.config.snippets_overlap - ): - id_ = doc["_id"] - yield id_, doc diff --git a/wikipedia_en_100_0/train/0000.parquet b/wikipedia_en_100_0/train/0000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ee972397f7ba0e655db2ee2a4f553719460fa8e --- /dev/null +++ b/wikipedia_en_100_0/train/0000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0042535492136786245f587a3632f9e197019b0a079456756922685af182c9a7 +size 264622407 diff --git a/wikipedia_en_100_0/train/0001.parquet b/wikipedia_en_100_0/train/0001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a9a3c5864a38bc31b623cb36c3ed3002c1eedbb9 --- /dev/null +++ b/wikipedia_en_100_0/train/0001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425d51eba211cb2bbb281f1a34d998c30921ac6123675d7efdf0331e15a17e47 +size 260510417 diff --git a/wikipedia_en_100_0/train/0002.parquet b/wikipedia_en_100_0/train/0002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3591ffd2caf79b7caa509b680d20525a31da9c94 --- /dev/null +++ b/wikipedia_en_100_0/train/0002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425b754555b82e3784984192e3ec021b431b43d79f54221105b5078a61fe77a8 +size 233033093 diff --git a/wikipedia_en_100_0/train/0003.parquet b/wikipedia_en_100_0/train/0003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9389f6711e96646a6a735cc0da60ecca81efbc4c --- /dev/null +++ b/wikipedia_en_100_0/train/0003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f6b32fe5b8584e360022dba263672b0ad04ffb0eadc2ede15de86d171bed23 +size 262116051 diff --git a/wikipedia_en_100_0/train/0004.parquet b/wikipedia_en_100_0/train/0004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..530039aff22dd571fd2627328762cae306b71f9c --- /dev/null +++ b/wikipedia_en_100_0/train/0004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95c3b6e12635ec309a70df68f50fbe51b6642d47552fd3b7b268c6440ee9b39 +size 262444135 diff --git a/wikipedia_en_100_0/train/0005.parquet b/wikipedia_en_100_0/train/0005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d1339e65c569702e3660a2252c1497cd7beba0d --- /dev/null +++ b/wikipedia_en_100_0/train/0005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ce75f4f3bc3dc8c8964d1d49c16638629f5a31b2c4a4bd7b02d80c172e0177 +size 259679089 diff --git a/wikipedia_en_100_0/train/0006.parquet b/wikipedia_en_100_0/train/0006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8113ea05d97025118bd53d8647fec0f89809e87 --- /dev/null +++ b/wikipedia_en_100_0/train/0006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b56445a8db75257d0407b8bddedd2adf65b4bf014c07adc4341a087634ca8d +size 254142600 diff --git a/wikipedia_en_100_0/train/0007.parquet b/wikipedia_en_100_0/train/0007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ed5da2060b1fd54026f1f01c053796017950a59 --- /dev/null +++ b/wikipedia_en_100_0/train/0007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d263c2f1046ab79b08da1947be684d6f26ba4bf0456227bc71e31cbc83a801 +size 259540332 diff --git a/wikipedia_en_100_0/train/0008.parquet b/wikipedia_en_100_0/train/0008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c775836361410444372b108ac959239e7a4efe07 --- /dev/null +++ b/wikipedia_en_100_0/train/0008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81cebc5d50ae0d3936725fc4b22a2196a356b895688962ff4c5e9fdcad8f54ac +size 259122901 diff --git a/wikipedia_en_100_0/train/0009.parquet b/wikipedia_en_100_0/train/0009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..efc10a6ebb7b3152ccfd48b6146c7c0de999d76b --- /dev/null +++ b/wikipedia_en_100_0/train/0009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d279185dfaedde6b1cf69413d9c60c063a6495ef74cc4ca0646c6832736015 +size 258046025 diff --git a/wikipedia_en_100_0/train/0010.parquet b/wikipedia_en_100_0/train/0010.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be608035ecba49d4ca5fbde948577279b3f1736a --- /dev/null +++ b/wikipedia_en_100_0/train/0010.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be60382b2d11ff91bf3963631cf65dd2ee543c854143a0c59fa16cc543490216 +size 258962391 diff --git a/wikipedia_en_100_0/train/0011.parquet b/wikipedia_en_100_0/train/0011.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4fd0d7ee8d46c8ee6c2a6beb0ef6e3b56a87ba36 --- /dev/null +++ b/wikipedia_en_100_0/train/0011.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1053b1734d3112415a312e9077ceee59d921be281bb8ea7c55f4cad8bdf75144 +size 258473962 diff --git a/wikipedia_en_100_0/train/0012.parquet b/wikipedia_en_100_0/train/0012.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08daeacc9876c01eeb2bc4af430b389480ab0029 --- /dev/null +++ b/wikipedia_en_100_0/train/0012.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f3288680451cf7b1f2a0b6a12fe2368bba4ee4b382bfdb7a9d39a98e07ede93 +size 257085912 diff --git a/wikipedia_en_100_0/train/0013.parquet b/wikipedia_en_100_0/train/0013.parquet new file mode 100644 index 0000000000000000000000000000000000000000..385efdb17115c060ffcd98c401a849ba9357f394 --- /dev/null +++ b/wikipedia_en_100_0/train/0013.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09edfdf1cebd7e0ae0b7ec50ce848362f5466196fbc5ed451ccaeefc35663ccf +size 255874729 diff --git a/wikipedia_en_100_0/train/0014.parquet b/wikipedia_en_100_0/train/0014.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84b6db88f31218dc37450be3b1a7b3bbdcdfbfd9 --- /dev/null +++ b/wikipedia_en_100_0/train/0014.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ccb189b314b61dccf27de88e4e0258c7d1c11219ab5a92220688b3750afc332 +size 255289493 diff --git a/wikipedia_en_100_0/train/0015.parquet b/wikipedia_en_100_0/train/0015.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee50e38df2a66292baed133f79821b970af77f6c --- /dev/null +++ b/wikipedia_en_100_0/train/0015.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c272a3becc6e1f0e319113c6d8df248dff127b3410f13f2eaca269f47a8e688d +size 255757685 diff --git a/wikipedia_en_100_0/train/0016.parquet b/wikipedia_en_100_0/train/0016.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8f6b0149a0fc9d58e6a4a465445d3562a706570 --- /dev/null +++ b/wikipedia_en_100_0/train/0016.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:295b0ac4587632ca492cb66d75a3cf8736c80a7eea545c0c84ee51f047cc6fd9 +size 255981112 diff --git a/wikipedia_en_100_0/train/0017.parquet b/wikipedia_en_100_0/train/0017.parquet new file mode 100644 index 0000000000000000000000000000000000000000..143999f27b76fdc3e149017e7079e929025d5ee7 --- /dev/null +++ b/wikipedia_en_100_0/train/0017.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0498780557e273d9181aebded5e6488123874d047d82a27ca6a2440e70215ef +size 252417941 diff --git a/wikipedia_en_100_0/train/0018.parquet b/wikipedia_en_100_0/train/0018.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a2f2476844675902a6d4577d6b50f8494fa3424 --- /dev/null +++ b/wikipedia_en_100_0/train/0018.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15a231883d3aa8e23eb3028932c727f23f897258730a574e0d686c68759fad4 +size 252158485 diff --git a/wikipedia_en_100_0/train/0019.parquet b/wikipedia_en_100_0/train/0019.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd65a8f740ca5ea72a1cc9b1efbff54d55de8b7d --- /dev/null +++ b/wikipedia_en_100_0/train/0019.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9879d2a8c333d653eeff14741fd8c9dd9b77e12974364b651a00443b7ff2e0eb +size 254376700 diff --git a/wikipedia_en_100_0/train/0020.parquet b/wikipedia_en_100_0/train/0020.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c4b668837e3b0a2b8e2eadae4846cb28bdd4937 --- /dev/null +++ b/wikipedia_en_100_0/train/0020.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851b23cd6f5c5465ac7413b86064caeb6a082f1ec136c844ba2de58e93c97171 +size 253096271 diff --git a/wikipedia_en_100_0/train/0021.parquet b/wikipedia_en_100_0/train/0021.parquet new file mode 100644 index 0000000000000000000000000000000000000000..110299fc2f9c382ffeb9839d13aa1d6f2f5b73c0 --- /dev/null +++ b/wikipedia_en_100_0/train/0021.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d0b80fc29aaa2101e2b8b45943491d350982aa79d98c99f25af94b2c5fa5571 +size 252787011 diff --git a/wikipedia_en_100_0/train/0022.parquet b/wikipedia_en_100_0/train/0022.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ebffcb62e93274776d4f1b27a5cc64c20d467f2 --- /dev/null +++ b/wikipedia_en_100_0/train/0022.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc46945ca7fdf1fe2504a561b733e68a4040b9c00231c548ae5a91c8ce1893a6 +size 244833335 diff --git a/wikipedia_en_100_0/train/0023.parquet b/wikipedia_en_100_0/train/0023.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e1c41768dc15b3257865c592caf730b1a8d08304 --- /dev/null +++ b/wikipedia_en_100_0/train/0023.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1414fa74289f9298e1722c425d82e9c1a3de67cb2e8320a3730f6d6acd4cda03 +size 244330626 diff --git a/wikipedia_en_100_0/train/0024.parquet b/wikipedia_en_100_0/train/0024.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1da24c46b3faee16a06e974fd13989c544ae2d41 --- /dev/null +++ b/wikipedia_en_100_0/train/0024.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b999d8bbbaff64ab0e3ba6ae1a54460c5037228c3f52edc7b3017fe21d3f8ee +size 245086089 diff --git a/wikipedia_en_100_0/train/0025.parquet b/wikipedia_en_100_0/train/0025.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79295fdfe5c96b616e6669ec8e1f1669f4198185 --- /dev/null +++ b/wikipedia_en_100_0/train/0025.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb0fc88f17d5baddd6c631f9580f39b942c88542d93ea1aa5cb83ebd759831f9 +size 241862358 diff --git a/wikipedia_en_100_0/train/0026.parquet b/wikipedia_en_100_0/train/0026.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a374a1fa1c309da48f22575495ff6a81607319e5 --- /dev/null +++ b/wikipedia_en_100_0/train/0026.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c3be30de96077b24815b020cbe733ec4b94df32f456b3155859f90f056ad9c +size 243043234 diff --git a/wikipedia_en_100_0/train/0027.parquet b/wikipedia_en_100_0/train/0027.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5aa0f89bdfac335b12322286a726aa013be3b24b --- /dev/null +++ b/wikipedia_en_100_0/train/0027.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0acc3c9913ca90acb59f4d069393fa95222f381f25af0bc01b05e4191cba60 +size 244054865 diff --git a/wikipedia_en_100_0/train/0028.parquet b/wikipedia_en_100_0/train/0028.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5a001ded542d11b1b195a9d486514a18e2e361b --- /dev/null +++ b/wikipedia_en_100_0/train/0028.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:528d9764f7aa292545d0b09afe6c0210a358575dc08417eaad6f1cb34f56515c +size 242557766 diff --git a/wikipedia_en_100_0/train/0029.parquet b/wikipedia_en_100_0/train/0029.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d54d2be4a1ebcc3424f9f4fc8110e7d1a1fbb51 --- /dev/null +++ b/wikipedia_en_100_0/train/0029.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a26abf33b0d3159c26e9c04e8ce5ff2d59896f38aadcc210c3cbdd00dcea1e +size 242655558 diff --git a/wikipedia_en_100_0/train/0030.parquet b/wikipedia_en_100_0/train/0030.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63315228af4cfc31f39af5b611e022add3fb7e11 --- /dev/null +++ b/wikipedia_en_100_0/train/0030.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84ffcd9d3aa4ca68303ba7b17b6666625e833ac648f1a4bc8c9e52f9ef927d8 +size 246004266 diff --git a/wikipedia_en_100_0/train/0031.parquet b/wikipedia_en_100_0/train/0031.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d289865e1e65ff53522ba1f6f68773bae48df96 --- /dev/null +++ b/wikipedia_en_100_0/train/0031.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f6cac4258c4317f3bc2b638ebc85c5891a6d6d6d76b067bff0da1261b70b9e +size 246825597 diff --git a/wikipedia_en_100_0/train/0032.parquet b/wikipedia_en_100_0/train/0032.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de49881c6ff23e69125ee753b23c970d98dc0b7c --- /dev/null +++ b/wikipedia_en_100_0/train/0032.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3ce632035b8431d5fc2da68bbf0029b6aafbabdb6c0b83459c3c1b707e2b91 +size 242458107 diff --git a/wikipedia_en_100_0/train/0033.parquet b/wikipedia_en_100_0/train/0033.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04d4f225589e2f3fae34350e1da31e840c0c540f --- /dev/null +++ b/wikipedia_en_100_0/train/0033.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b680f11e578492f7f84380c8f4e0e111f1075b3fb88b8f18a8c5ee7b0a531bf +size 243960764 diff --git a/wikipedia_en_100_0/train/0034.parquet b/wikipedia_en_100_0/train/0034.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06423b93b3d823782035dca55ca92a57c6488cb2 --- /dev/null +++ b/wikipedia_en_100_0/train/0034.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101b35ac44f56e87b45190c87194233bea8c1e59dadee98ddad461567b544cde +size 249587717 diff --git a/wikipedia_en_100_0/train/0035.parquet b/wikipedia_en_100_0/train/0035.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dacb6aebc31a30ad6d2ae381ff621ae440b71ee7 --- /dev/null +++ b/wikipedia_en_100_0/train/0035.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a6113e29f219ba6e8b264dcc2718cb40a8055a94d90fa78f75a3d96a53d27f +size 244520386 diff --git a/wikipedia_en_100_0/train/0036.parquet b/wikipedia_en_100_0/train/0036.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a7b84a9d6bce7649053bb9aaad39aeeee757d4f5 --- /dev/null +++ b/wikipedia_en_100_0/train/0036.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a731c14c9cbed09dcdbb54a03c36da387d750fe8fba8a6da6e836a6e74f2cc5 +size 244517593 diff --git a/wikipedia_en_100_0/train/0037.parquet b/wikipedia_en_100_0/train/0037.parquet new file mode 100644 index 0000000000000000000000000000000000000000..af9b930c0492020bb14af3caeeff82915904af28 --- /dev/null +++ b/wikipedia_en_100_0/train/0037.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1771af433878d879cf6bd7b2d50d48722d60ee67d3fc8f84cb9da4dc4ebf173f +size 239626609 diff --git a/wikipedia_en_100_0/train/0038.parquet b/wikipedia_en_100_0/train/0038.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da24ea49db3fb8501b1512533ab43174a4508359 --- /dev/null +++ b/wikipedia_en_100_0/train/0038.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e604a4df47fbd34de3f5124d99abed4a10a5c3d93951a7160c918fbc7c7224ca +size 245407784 diff --git a/wikipedia_en_100_0/train/0039.parquet b/wikipedia_en_100_0/train/0039.parquet new file mode 100644 index 0000000000000000000000000000000000000000..20f7b6df9b1b319659883b113074616061582fd3 --- /dev/null +++ b/wikipedia_en_100_0/train/0039.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227d9a130e6d673bbe6e2024eca61c07cc81e1fc3e38c1165a6a4f7cc02809d4 +size 233381568 diff --git a/wikipedia_en_100_0/train/0040.parquet b/wikipedia_en_100_0/train/0040.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69e71cce14f04df345e866c38b653982f34305c7 --- /dev/null +++ b/wikipedia_en_100_0/train/0040.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32341497a0e8c914c093227de37baf092b13aae2d60b682c2add024a51dba4cd +size 240678334 diff --git a/wikipedia_en_100_0/train/0041.parquet b/wikipedia_en_100_0/train/0041.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39ad095d9d3694dfe44a15caa2de7f337926447b --- /dev/null +++ b/wikipedia_en_100_0/train/0041.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa4ec697f8e6821075bff9701ebce5b832158a8803859ba2a70a9d949bf065d +size 237807552 diff --git a/wikipedia_en_100_0/train/0042.parquet b/wikipedia_en_100_0/train/0042.parquet new file mode 100644 index 0000000000000000000000000000000000000000..103e6d6e2fd857332f6075b440d9c91de5b5878c --- /dev/null +++ b/wikipedia_en_100_0/train/0042.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb878b7a75bba31468656a8a7541f1ef750e338058164e2380562b3a6accf88 +size 242738078 diff --git a/wikipedia_en_100_0/train/0043.parquet b/wikipedia_en_100_0/train/0043.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d74e06b3e6ec94f23938608bdf2dcde2903c5adb --- /dev/null +++ b/wikipedia_en_100_0/train/0043.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3098e24e4f13ae80b3655da79ad8be94f6e835573a81b430277622dc90180f1 +size 243314892 diff --git a/wikipedia_en_100_0/train/0044.parquet b/wikipedia_en_100_0/train/0044.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be56b170a473b8b1fae922c84889c55dae0ffe59 --- /dev/null +++ b/wikipedia_en_100_0/train/0044.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2ee27b25e445ebf6722ff037c98d47eb97ec42b92f0f1831e2f92db0844ec8 +size 242084161 diff --git a/wikipedia_en_100_0/train/0045.parquet b/wikipedia_en_100_0/train/0045.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99d789b0c638ab0c56c0a5d467a0858b396d021b --- /dev/null +++ b/wikipedia_en_100_0/train/0045.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e819bd8bee93630416b3d4a7b69f40847751b3306bbfea79291aea628f8450d4 +size 240865821 diff --git a/wikipedia_en_100_0/train/0046.parquet b/wikipedia_en_100_0/train/0046.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f982b45249dc775a23904db89f6a6f0cf7c0192e --- /dev/null +++ b/wikipedia_en_100_0/train/0046.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08dca3cb91e5aabd171df9ac5ad0a355daee4f0045fd76dd9b6f2ec93fbc758a +size 240994833 diff --git a/wikipedia_en_100_0/train/0047.parquet b/wikipedia_en_100_0/train/0047.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61b800c1dd674fd17dd0d11146644ba493f7f8e2 --- /dev/null +++ b/wikipedia_en_100_0/train/0047.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d04e364bf89cf41a7cef6a1ad401931d62e6470ef40fe4735b05c1a3ce68a95 +size 235187054 diff --git a/wikipedia_en_100_0/train/0048.parquet b/wikipedia_en_100_0/train/0048.parquet new file mode 100644 index 0000000000000000000000000000000000000000..157dc5eb7827bcceef3c004b49d571d5a117a288 --- /dev/null +++ b/wikipedia_en_100_0/train/0048.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a8697bbdc9f2e37b0da4e6d914bb38fb3d95f396ba9d2005f57ccaf0b7a71e +size 241312483 diff --git a/wikipedia_en_100_0/train/0049.parquet b/wikipedia_en_100_0/train/0049.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e1e4e97dbb5b3be04496f514a7c3c21ce4146ee3 --- /dev/null +++ b/wikipedia_en_100_0/train/0049.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de5a6219488b9a385b00854e3a471345c1d8fd46049fd9ab7362b54d1aadc34 +size 237886206 diff --git a/wikipedia_en_100_0/train/0050.parquet b/wikipedia_en_100_0/train/0050.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ce813eeed830d4d0127cea782775451e45d87c9 --- /dev/null +++ b/wikipedia_en_100_0/train/0050.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75aec2dd65eaa8255a27d87b611609d258a9c8b71d468286c22082f4fee6415d +size 238699419 diff --git a/wikipedia_en_100_0/train/0051.parquet b/wikipedia_en_100_0/train/0051.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5357dfdc1ff43597dc1885762fabc51f5f31966 --- /dev/null +++ b/wikipedia_en_100_0/train/0051.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1742ac194a265cb27121e7f42fd3ee7cba859a9b9985c9b0783e0a9666340fb1 +size 239797200 diff --git a/wikipedia_en_100_0/train/0052.parquet b/wikipedia_en_100_0/train/0052.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04dd0b6f46d11abf198eb3260b0c777ede7d2146 --- /dev/null +++ b/wikipedia_en_100_0/train/0052.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad4e80f315f85776d51c04f61f99558545c3ae9f77b4e79b77a9a84685d3d03 +size 234293983