sweatSmile
commited on
Update README.md
Browse files# News Sentiment Data
This dataset contains information about news articles and their engagement metrics on social media. It includes the following features:
- `title`: The title of the news article.
- `num_comments`: The number of comments the article received.
- `score`: The score or rating of the article.
- `upvote_ratio`: The ratio of upvotes to total votes.
## License
This dataset is licensed under the Apache License 2.0.
## Dataset Details
- **Language:** English
- **Size:** 1K
- **Task Categories:** Text Classification, Sentiment Analysis
- **Tags:** News, Sentiment Analysis
## Dataset Size
- **Total Dataset Size (bytes):** 16,132
- **Number of Examples:** 500
- **Training Set Size:** 350 examples
- **Test Set Size:** 150 examples
README.md
CHANGED
@@ -1,29 +1,38 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: title
|
6 |
-
dtype: string
|
7 |
-
- name: num_comments
|
8 |
-
dtype: int64
|
9 |
-
- name: score
|
10 |
-
dtype: int64
|
11 |
-
- name: upvote_ratio
|
12 |
-
dtype: float64
|
13 |
-
splits:
|
14 |
-
- name: train
|
15 |
-
num_bytes:
|
16 |
-
num_examples:
|
17 |
-
- name: test
|
18 |
-
num_bytes:
|
19 |
-
num_examples:
|
20 |
-
download_size:
|
21 |
-
dataset_size:
|
22 |
-
configs:
|
23 |
-
- config_name: default
|
24 |
-
data_files:
|
25 |
-
- split: train
|
26 |
-
path: data/train-*
|
27 |
-
- split: test
|
28 |
-
path: data/test-*
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: title
|
6 |
+
dtype: string
|
7 |
+
- name: num_comments
|
8 |
+
dtype: int64
|
9 |
+
- name: score
|
10 |
+
dtype: int64
|
11 |
+
- name: upvote_ratio
|
12 |
+
dtype: float64
|
13 |
+
splits:
|
14 |
+
- name: train
|
15 |
+
num_bytes: 11292
|
16 |
+
num_examples: 350
|
17 |
+
- name: test
|
18 |
+
num_bytes: 4850
|
19 |
+
num_examples: 150
|
20 |
+
download_size: 16132
|
21 |
+
dataset_size: 16132
|
22 |
+
configs:
|
23 |
+
- config_name: default
|
24 |
+
data_files:
|
25 |
+
- split: train
|
26 |
+
path: data/train-*
|
27 |
+
- split: test
|
28 |
+
path: data/test-*
|
29 |
+
task_categories:
|
30 |
+
- text-classification
|
31 |
+
language:
|
32 |
+
- en
|
33 |
+
size_categories:
|
34 |
+
- n<1K
|
35 |
+
tags:
|
36 |
+
- code
|
37 |
+
pretty_name: ' News Article Sentiment Analysis Dataset'
|
38 |
+
---
|