--- license: mit configs: - config_name: default data_files: - split: train path: data/train-* dataset_info: features: - name: text dtype: string - name: source dtype: string - name: meta dtype: string splits: - name: train num_bytes: 154169338 num_examples: 25833 download_size: 73909180 dataset_size: 154169338 --- # Udmurt Language Text Dataset ## Description This dataset comprises a variety of textual materials in the Udmurt language. The content includes: - Literary works: Folk tales, poetry, and excerpts from books. - News articles: Local news and cultural updates. - Conversational data: Chat logs and spoken word transcripts. The dataset is designed for linguistic research, natural language processing (NLP) tasks, and building language models for the Udmurt language. ## Dataset Details - **Language**: Udmurt (`udm`) - **Size**: --- - **Format**: Plain text - **License**: MIT ## Usage The dataset can be loaded with the Hugging Face `datasets` library: ```python from datasets import load_dataset dataset = load_dataset("ai-forever/udmurt-corpora") ```