--- license: cc-by-sa-4.0 --- --- annotations_creators: - no-annotation language_creators: - crowdsourced license: - cc-by-sa-4.0 task_categories: - text-generation - fill-mask task_ids: - language-modeling - masked-language-modeling source_datasets: - original language: - en configs: - config_name: default data_files: - split: final path: "data" pretty_name: europarl-conversation --- # Dataset Card for Europarl-Conversation ![](waifu.png "SD-Generated image styled in the same essence as europarl") *Waifu to catch your attention.* ## Dataset Details ### Dataset Description *europarl-conversation* is a formal conversational dataset built from europarl data. - **Curated by:** M8than - **Funded by [optional]:** Recursal.ai - **Shared by [optional]:** M8than - **Language(s) (NLP):** English instruct (but various languages in) - **License:** cc-by-sa-4.0 ### Dataset Sources [optional] - **Source Data:** [https://www.statmt.org/europarl/](https://www.statmt.org/europarl/) (Transcript source) ### Processing and Filtering ``` Prerequisite: Download the source dataset from [https://www.statmt.org/europarl/](https://www.statmt.org/europarl/). ``` The scripts in this repository were written to extract every conversation from the europarl transcripts. It's as simple as extracting the dataset to an "/text" directory and running the script. ### Format Dataset files are JSONL with each line representing one conversation. Each entry is keyed with the full text entry. ### Data Splits - final - Contains full conversations. ### Dataset Curators M8than. (If something is wrong, `@m8than` on discord.) ### Licensing Information This release contains content from europarl. Recursal Waifus (The banner image) are licensed under CC-BY-SA. They do not represent the related websites in any official capacity unless otherwise or announced by the website. You may use them as a banner image. However, you must always link back to the dataset. ### Citation Information ``` @ONLINE{europarl-conversation, title = {europarl-conversation}, author = {M8than, recursal.ai}, year = {2024}, howpublished = {\url{https://huggingface.co/datasets/recursal/europarl-conversation}}, } ```