Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
json
Sub-tasks:
language-modeling
Languages:
Russian
Size:
1M - 10M
License:
Upload folder using huggingface_hub
Browse files- README.md +68 -0
- forums.jsonl.zst +3 -0
README.md
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Here's the rewritten markdown for the borda.ru forums dataset:
|
2 |
+
|
3 |
+
---
|
4 |
+
annotations_creators:
|
5 |
+
- crowdsourced
|
6 |
+
language:
|
7 |
+
- ru
|
8 |
+
language_creators:
|
9 |
+
- crowdsourced
|
10 |
+
license:
|
11 |
+
- cc0-1.0
|
12 |
+
multilinguality:
|
13 |
+
- monolingual
|
14 |
+
pretty_name: Borda.ru Posts
|
15 |
+
size_categories:
|
16 |
+
- 1M<n<10M
|
17 |
+
source_datasets:
|
18 |
+
- original
|
19 |
+
task_categories:
|
20 |
+
- text-generation
|
21 |
+
task_ids:
|
22 |
+
- language-modeling
|
23 |
+
---
|
24 |
+
|
25 |
+
# Dataset Card for Borda.ru Posts
|
26 |
+
|
27 |
+
### Dataset Summary
|
28 |
+
|
29 |
+
This dataset contains posts scraped from [Borda.ru](https://borda.ru/), a Russian platform for hosting various discussion forums on a wide range of topics. Each entry in the dataset represents a post from the website, including its content, author, URL, and other relevant information. The dataset contains 5,251,346 unique messages. The dataset was deduplicated based on the "content" value, which removed spam and other low-quality data, keeping only unique high-quality posts.
|
30 |
+
|
31 |
+
### Languages
|
32 |
+
|
33 |
+
The dataset is primarily in Russian, though some posts may contain content in other languages.
|
34 |
+
|
35 |
+
## Dataset Structure
|
36 |
+
|
37 |
+
### Data Fields
|
38 |
+
|
39 |
+
This dataset includes the following fields:
|
40 |
+
|
41 |
+
- `url`: URL of the post (string)
|
42 |
+
- `username`: Name of the post's author (string)
|
43 |
+
- `content`: Main content of the post (string)
|
44 |
+
|
45 |
+
### Data Splits
|
46 |
+
|
47 |
+
All examples are in the train split, there is no validation split.
|
48 |
+
|
49 |
+
## Additional Information
|
50 |
+
|
51 |
+
### License
|
52 |
+
|
53 |
+
This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
|
54 |
+
|
55 |
+
* Use it for any purpose, including commercial projects.
|
56 |
+
* Modify it however you like.
|
57 |
+
* Distribute it without asking permission.
|
58 |
+
|
59 |
+
No attribution is required, but it's always appreciated!
|
60 |
+
|
61 |
+
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
|
62 |
+
|
63 |
+
To learn more about CC0, visit the Creative Commons website: https://creativecommons.org/publicdomain/zero/1.0/
|
64 |
+
|
65 |
+
|
66 |
+
### Dataset Curators
|
67 |
+
|
68 |
+
- [nyuuzyou](https://ducks.party)
|
forums.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d01d6e1be065df99955f8540558a0a7ea79bb74515f4814b6abe1a2b268d872
|
3 |
+
size 571846593
|