--- 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. Filtering to a total amount of tokens of **~1.64B** (llama-2-7b-chat-tokenizer) / **~1.48B** (RWKV Tokenizer) from a variety of languages. - **Curated by:** M8than - **Funded by:** Recursal.ai - **Shared by:** M8than - **Language(s) (NLP):** English instruct (but various languages in) - **License:** cc-by-sa-4.0 ### Dataset Sources - **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. ## Recursal's Vision > To make AI accessible to everyone, regardless of language, or economical status This is the collective goal of the `RWKV Open Source foundation` and `Recursal AI`, the commercial entity who backs it. We believe that AI should not be controlled by a select few individual organization. And that it should be made accessible regardless if you are rich or poor, or a native speaker of english. ### About RWKV RWKV is an Open Source, non profit group, under the linux foundation. Focused on developing the RWKV AI architecture, in accordence to our vision. The RWKV architecture scales efficiently and economically. As an RNN & Transformer hybrid, it is able to provide the performance similar to leading transformer models, while having the compute and energy efficiency of an RNN based architecture. You can find out more about the project, and latest models, at the following - [https://blog.rwkv.com](https://blog.rwkv.com) - [https://wiki.rwkv.com](https://wiki.rwkv.com) ### About Recursal AI Recursal AI, is the commercial entity built to provide support for RWKV model development and users, while providing commercial services via its public cloud, or private-cloud / on-premise offerings. As part of our vision. Our commitment, is to ensure open source development and access to the best foundational AI models and datasets. The following dataset/models provided here, is part of that commitment. You can find out more about recursal AI here - [https://recursal.ai](https://recursal.ai) - [https://blog.recursal.ai](https://blog.recursal.ai) ### 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}}, } ```