Commit ·
62a611b
1
Parent(s): 1376156
Update README.md
Browse files
README.md
CHANGED
|
@@ -38,4 +38,10 @@ dataset_info:
|
|
| 38 |
---
|
| 39 |
# Dataset Card for "sentiment_data_google"
|
| 40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
|
| 38 |
---
|
| 39 |
# Dataset Card for "sentiment_data_google"
|
| 40 |
|
| 41 |
+
Dataset for sentiment analysis on sentence level
|
| 42 |
+
Here we used google API to get doc level and sentiment level Score
|
| 43 |
+
|
| 44 |
+
* id2label = {0: "NEGATIVE", 1: "POSITIVE",2:"NEUTRAL"}
|
| 45 |
+
* label2id = {"NEGATIVE": 0, "POSITIVE": 1,"NEUTRAL":2}
|
| 46 |
+
|
| 47 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|