--- # This is metadata for the Hugging Face Hub # Add relevant tags to make it discoverable language: ttj tags: - translation - generation - grammar - rutooro license: creativeml-openrail-m --- # Rutooro Multitask Dataset This dataset contains a collection of instruction-response pairs for fine-tuning a Large Language Model (LLM) on the Rutooro language. The dataset is prepared for a multi-task learning approach, including: * **Translation:** English to Rutooro. * **Monolingual Generation:** Continued stories and prose in Rutooro. * **Grammar Instructions:** Explanations of Rutooro grammar rules. ### Data Source The data was sourced from [mention your source, e.g., "manual transcription of local texts," or "openly licensed books like 'Engeso zaitu ez'Obuhangwa.'"] ### Structure The dataset is a JSONL file with the following format: `{"instruction": "...", "completion": "...", "task_type": "..."}`