ai-forever commited on
Commit
21625c5
·
verified ·
1 Parent(s): 03a968e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -22
README.md CHANGED
@@ -1,22 +1,52 @@
1
- ---
2
- license: mit
3
- configs:
4
- - config_name: default
5
- data_files:
6
- - split: train
7
- path: data/train-*
8
- dataset_info:
9
- features:
10
- - name: text
11
- dtype: string
12
- - name: source
13
- dtype: string
14
- - name: meta
15
- dtype: string
16
- splits:
17
- - name: train
18
- num_bytes: 154169338
19
- num_examples: 25833
20
- download_size: 73909180
21
- dataset_size: 154169338
22
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: text
11
+ dtype: string
12
+ - name: source
13
+ dtype: string
14
+ - name: meta
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 154169338
19
+ num_examples: 25833
20
+ download_size: 73909180
21
+ dataset_size: 154169338
22
+ ---
23
+
24
+ # Udmurt Language Text Dataset
25
+
26
+ ## Description
27
+
28
+ This dataset comprises a variety of textual materials in the Udmurt language. The content includes:
29
+
30
+ - Literary works: Folk tales, poetry, and excerpts from books.
31
+ - News articles: Local news and cultural updates.
32
+ - Conversational data: Chat logs and spoken word transcripts.
33
+
34
+ The dataset is designed for linguistic research, natural language processing (NLP) tasks, and building language models for the Udmurt language.
35
+
36
+ ## Dataset Details
37
+
38
+ - **Language**: Udmurt (`udm`)
39
+ - **Size**: ---
40
+ - **Format**: Plain text
41
+ - **License**: MIT
42
+
43
+
44
+ ## Usage
45
+
46
+ The dataset can be loaded with the Hugging Face `datasets` library:
47
+
48
+ ```python
49
+ from datasets import load_dataset
50
+ ```
51
+
52
+ dataset = load_dataset("ai-forever/udmurt-corpora")