nyuuzyou commited on
Commit
1a2f238
1 Parent(s): cd43eef

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +63 -0
  2. documents.jsonl.zst +3 -0
  3. presentations.jsonl.zst +3 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - found
4
+ language:
5
+ - ru
6
+ - uk
7
+ license:
8
+ - cc0-1.0
9
+ multilinguality:
10
+ - multilingual
11
+ pretty_name: Educational Texts Dataset
12
+ size_categories:
13
+ - 100K<n<1M
14
+ source_datasets:
15
+ - original
16
+ task_categories:
17
+ - text-classification
18
+ - text-generation
19
+ task_ids:
20
+ - topic-classification
21
+ configs:
22
+ - config_name: presentations
23
+ data_files:
24
+ - split: presentations
25
+ path: presentations.jsonl.zst
26
+ default: true
27
+ - config_name: documents
28
+ data_files:
29
+ - split: documents
30
+ path: documents.jsonl.zst
31
+ ---
32
+ # Dataset Card for Edutexts
33
+ ### Dataset Summary
34
+ This dataset contains text extracted from educational presentations and documents in Russian and Ukrainian languages. It includes text from 100,460 presentations and 29,121 documents covering various academic subjects.
35
+ ### Languages
36
+ The dataset is primarily in Russian (ru) with some Ukrainian (uk) content.
37
+ ## Dataset Structure
38
+ ### Data Fields
39
+ This dataset includes the following fields:
40
+
41
+ For presentations:
42
+ - `title`: Title of the presentation (string)
43
+ - `slide_text`: Array of text content from each slide (list of strings)
44
+
45
+ For documents:
46
+ - `title`: Title of the document (string)
47
+ - `document_text`: Main content text of the document (string)
48
+
49
+ ### Data Splits
50
+ The dataset has two splits:
51
+ - presentations (100,460 instances): Text extracted from educational presentations
52
+ - documents (29,121 instances): Text extracted from educational documents
53
+ ## Additional Information
54
+ ### License
55
+ This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
56
+ * Use it for any purpose, including commercial projects.
57
+ * Modify it however you like.
58
+ * Distribute it without asking permission.
59
+ No attribution is required, but it's always appreciated!
60
+ CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
61
+ To learn more about CC0, visit the Creative Commons website: https://creativecommons.org/publicdomain/zero/1.0/
62
+ ### Dataset Curators
63
+ - [nyuuzyou](https://ducks.party)
documents.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f151765a2b1998d173f60b9059a8aeb85c48ad5ab17ff2aedd26c74086a65311
3
+ size 77413562
presentations.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b21ca47dab56c7c785e6b797bfc4d306edacf205cfcfc65743b6465f9b6b6b48
3
+ size 133953290