nyuuzyou commited on
Commit
7214fe4
·
verified ·
1 Parent(s): eb2e8b9

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +67 -0
  2. documents.jsonl.zst +3 -0
  3. presentations.jsonl.zst +3 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - machine-generated
4
+ language:
5
+ - ru
6
+ - uk
7
+ - en
8
+ license:
9
+ - cc0-1.0
10
+ multilinguality:
11
+ - multilingual
12
+ pretty_name: Russian Educational Text Collection
13
+ size_categories:
14
+ - 1M<n<3M
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - text-classification
19
+ - text-generation
20
+ task_ids:
21
+ - topic-classification
22
+ - multiple-choice-qa
23
+ configs:
24
+ - config_name: train
25
+ data_files:
26
+ - split: presentations
27
+ path: presentations.jsonl.zst
28
+ - split: documents
29
+ path: documents.jsonl.zst
30
+ default: true
31
+ ---
32
+
33
+ # Dataset Card for Russian Educational Text Collection
34
+
35
+ ### Dataset Summary
36
+ This dataset contains approximately 1.38M educational texts primarily in Russian with some content in Ukrainian and English. The content is extracted from presentations and documents, including educational presentations, essays, and various academic documents covering diverse topics from natural sciences to literature.
37
+
38
+ ### Languages
39
+ - Russian (ru) - primary language
40
+ - Ukrainian (uk) - secondary language
41
+ - English (en) - secondary language
42
+
43
+ With Russian being the predominant language in the dataset, while Ukrainian and English content appears less frequently.
44
+
45
+ ## Dataset Structure
46
+
47
+ ### Data Fields
48
+ The dataset is split into two main JSON Line files:
49
+ - presentations (1,335,171 entries):
50
+ - `title`: Title of the presentation (string)
51
+ - `slide_text`: Array of slide contents (list of strings)
52
+
53
+ - documents (47,474 entries):
54
+ - `title`: Title of the document (string)
55
+ - `document_text`: Full text content of the document (string)
56
+
57
+ ## Additional Information
58
+
59
+ ### License
60
+ This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
61
+ * Use it for any purpose, including commercial projects
62
+ * Modify it however you like
63
+ * Distribute it without asking permission
64
+ No attribution is required, but it's always appreciated!
65
+
66
+ ### Dataset Curators
67
+ - [nyuuzyou](https://ducks.party)
documents.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc64e3aece2b0d071e5179ba542e16b26b86809e5dfc2a7ea62dc20a91c627c8
3
+ size 135536960
presentations.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:011aa41d2e7300f8aa3b79435964ba83d9e9daf14ce80ac6d8387b93a2c2d74b
3
+ size 165729538