Datasets:

Modalities:
Text
Libraries:
Datasets
License:
Janosch Hoefer commited on
Commit
eebd659
·
1 Parent(s): 7988678

update script

Browse files
Files changed (1) hide show
  1. tweetyface_debug.py +1 -1
tweetyface_debug.py CHANGED
@@ -101,7 +101,7 @@ class TweetyFace(datasets.GeneratorBasedBuilder):
101
  "label": datasets.features.ClassLabel(names=names),
102
  "idx": datasets.Value("string"),
103
  "ref_tweet": datasets.Value("bool"),
104
- "reply_type": datasets.Value("string"),
105
  "reply_to": datasets.Value("string"),
106
  }
107
  ),
 
101
  "label": datasets.features.ClassLabel(names=names),
102
  "idx": datasets.Value("string"),
103
  "ref_tweet": datasets.Value("bool"),
104
+ "ref_type": datasets.Value("string"),
105
  "reply_to": datasets.Value("string"),
106
  }
107
  ),