Datasets:

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

update script

Browse files
Files changed (1) hide show
  1. tweetyface_debug.py +3 -2
tweetyface_debug.py CHANGED
@@ -40,7 +40,7 @@ _URLs = {
40
  },
41
  }
42
 
43
- _VERSION = "0.3.0"
44
 
45
  _LICENSE = """
46
  Apache License Version 2.0
@@ -101,7 +101,8 @@ class TweetyFace(datasets.GeneratorBasedBuilder):
101
  "label": datasets.features.ClassLabel(names=names),
102
  "idx": datasets.Value("string"),
103
  "ref_tweet": datasets.Value("bool"),
104
- "reply_tweet": datasets.Value("bool"),
 
105
  }
106
  ),
107
  homepage=_HOMEPAGE,
 
40
  },
41
  }
42
 
43
+ _VERSION = "0.4.0"
44
 
45
  _LICENSE = """
46
  Apache License Version 2.0
 
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
  ),
108
  homepage=_HOMEPAGE,