Datasets:
Janosch Hoefer
commited on
Commit
·
eebd659
1
Parent(s):
7988678
update script
Browse files- 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 |
-
"
|
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 |
),
|