TrajanovRisto
commited on
Commit
•
a1e3e00
1
Parent(s):
a76fd0a
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: Text
|
5 |
+
dtype: string
|
6 |
+
- name: Environmental Negative
|
7 |
+
dtype: int32
|
8 |
+
- name: Environmental Neutral
|
9 |
+
dtype: int32
|
10 |
+
- name: Environmental Positive
|
11 |
+
dtype: int32
|
12 |
+
- name: Governance Negative
|
13 |
+
dtype: int32
|
14 |
+
- name: Governance Neutral
|
15 |
+
dtype: int32
|
16 |
+
- name: Governance Positive
|
17 |
+
dtype: int32
|
18 |
+
- name: Social Negative
|
19 |
+
dtype: int32
|
20 |
+
- name: Social Neutral
|
21 |
+
dtype: int32
|
22 |
+
- name: Social Positive
|
23 |
+
dtype: int32
|
24 |
+
- name: __index_level_0__
|
25 |
+
dtype: int64
|
26 |
+
splits:
|
27 |
+
- name: train
|
28 |
+
num_bytes: 135470.12812960235
|
29 |
+
num_examples: 611
|
30 |
+
- name: test
|
31 |
+
num_bytes: 15076.871870397643
|
32 |
+
num_examples: 68
|
33 |
+
download_size: 80141
|
34 |
+
dataset_size: 150547.0
|
35 |
+
---
|
36 |
+
# Dataset Card for "esg-sentiment"
|
37 |
+
|
38 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|