Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
language-modeling
Languages:
Russian
Size:
100K - 1M
License:
Upload folder using huggingface_hub
Browse files- README.md +66 -0
- smartlab.json.zst +3 -0
README.md
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- crowdsourced
|
4 |
+
language:
|
5 |
+
- ru
|
6 |
+
language_creators:
|
7 |
+
- crowdsourced
|
8 |
+
license:
|
9 |
+
- cc0-1.0
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
pretty_name: Smart-lab.ru Posts
|
13 |
+
size_categories:
|
14 |
+
- 100K<n<1M
|
15 |
+
source_datasets:
|
16 |
+
- original
|
17 |
+
task_categories:
|
18 |
+
- text-generation
|
19 |
+
task_ids:
|
20 |
+
- language-modeling
|
21 |
+
---
|
22 |
+
|
23 |
+
# Dataset Card for Smart-lab.ru Posts
|
24 |
+
|
25 |
+
### Dataset Summary
|
26 |
+
|
27 |
+
This dataset contains posts scraped from [Smart-lab.ru](https://smart-lab.ru/), a Russian platform for discussing up-to-date stock exchange information, market news, investment ideas, and trading methods. Each entry in the dataset represents a post from the website, including its title, content, author, and a unique identifier.
|
28 |
+
|
29 |
+
### Languages
|
30 |
+
|
31 |
+
The dataset is primarily in Russian, though some posts may contain content in other languages.
|
32 |
+
|
33 |
+
## Dataset Structure
|
34 |
+
|
35 |
+
### Data Fields
|
36 |
+
|
37 |
+
This dataset includes the following fields:
|
38 |
+
|
39 |
+
- `title`: Title of the post (string)
|
40 |
+
- `content`: Main content of the post (string)
|
41 |
+
- `author`: Name of the post's author (string)
|
42 |
+
- `id`: Unique identifier for the post (integer)
|
43 |
+
|
44 |
+
### Data Splits
|
45 |
+
|
46 |
+
All examples are in the train split, there is no validation split.
|
47 |
+
|
48 |
+
## Additional Information
|
49 |
+
|
50 |
+
### License
|
51 |
+
|
52 |
+
This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
|
53 |
+
|
54 |
+
* Use it for any purpose, including commercial projects.
|
55 |
+
* Modify it however you like.
|
56 |
+
* Distribute it without asking permission.
|
57 |
+
|
58 |
+
No attribution is required, but it's always appreciated!
|
59 |
+
|
60 |
+
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
|
61 |
+
|
62 |
+
To learn more about CC0, visit the Creative Commons website: https://creativecommons.org/publicdomain/zero/1.0/
|
63 |
+
|
64 |
+
### Dataset Curators
|
65 |
+
|
66 |
+
- [nyuuzyou](https://ducks.party)
|
smartlab.json.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57e7907a0b7e59b6dcc8c23992aa2617d87fd8034d0a43a1667800845c9e1dce
|
3 |
+
size 662810504
|