ma2za commited on
Commit
937f2e2
·
1 Parent(s): ad76541

Upload emotions_dataset.py

Browse files
Files changed (1) hide show
  1. 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, load_dataset
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]}