nyuuzyou commited on
Commit
bfb7121
1 Parent(s): 6c0d569

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. 24gadget.jsonl.zst +3 -0
  2. README.md +67 -0
24gadget.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ceb31e90ef37288b84dfd8e1fc5d05c1383dd18ec28e1068e9329b17365cd8a6
3
+ size 13892452
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ language:
5
+ - ru
6
+ license:
7
+ - cc0-1.0
8
+ multilinguality:
9
+ - monolingual
10
+ pretty_name: 24gadget.ru Tech News
11
+ size_categories:
12
+ - 10K<n<100K
13
+ source_datasets:
14
+ - original
15
+ task_categories:
16
+ - text-classification
17
+ - summarization
18
+ task_ids:
19
+ - topic-classification
20
+ - news-articles-summarization
21
+ ---
22
+
23
+ # Dataset Card for 24gadget.ru
24
+
25
+ ### Dataset Summary
26
+
27
+ This dataset contains articles scraped from [24gadget.ru](https://24gadget.ru/), a Russian technology news website. Each entry in the dataset represents an article from the website, including its title, content, URL, publication date, and view count. The dataset contains 36,582 unique articles covering various topics in technology and gadgets.
28
+
29
+ ### Languages
30
+
31
+ The dataset is primarily in Russian.
32
+
33
+ ## Dataset Structure
34
+
35
+ ### Data Fields
36
+
37
+ This dataset includes the following fields:
38
+
39
+ - `url`: URL of the article (string)
40
+ - `title`: Title of the article (string)
41
+ - `date`: Publication date of the article (string)
42
+ - `views`: Number of views for the article (string)
43
+ - `content`: Main content of the article (string)
44
+
45
+ ### Data Splits
46
+
47
+ All examples are in a single 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
+ ### Dataset Curators
66
+
67
+ - [nyuuzyou](https://ducks.party)