Upload emotions_dataset.py
Browse files- emotions_dataset.py +1 -5
emotions_dataset.py
CHANGED
@@ -3,7 +3,7 @@ from typing import List
|
|
3 |
|
4 |
import datasets
|
5 |
import pandas as pd
|
6 |
-
from datasets import ClassLabel, Value
|
7 |
|
8 |
_URLS = {
|
9 |
"go_emotions": {
|
@@ -147,7 +147,3 @@ class EmotionsDataset(datasets.GeneratorBasedBuilder):
|
|
147 |
"dataset": dataset,
|
148 |
"license": license,
|
149 |
"label": emo_mapping[ce]}
|
150 |
-
|
151 |
-
|
152 |
-
temp = load_dataset("ma2za/emotions_dataset", split="daily_dialog")
|
153 |
-
print()
|
|
|
3 |
|
4 |
import datasets
|
5 |
import pandas as pd
|
6 |
+
from datasets import ClassLabel, Value
|
7 |
|
8 |
_URLS = {
|
9 |
"go_emotions": {
|
|
|
147 |
"dataset": dataset,
|
148 |
"license": license,
|
149 |
"label": emo_mapping[ce]}
|
|
|
|
|
|
|
|