cathw commited on
Commit
e59c587
1 Parent(s): 2a789b7

Upload self-annotated_reddit_climate_comment.py

Browse files
self-annotated_reddit_climate_comment.py CHANGED
@@ -74,7 +74,7 @@ class NewDataset(GeneratorBasedBuilder):
74
  comment_timestamp = comment_data['CommentTimestamp']
75
  comment_upvotes = comment_data['CommentUpvotes']
76
  comment_permalink = comment_data['CommentPermalink']
77
- comment_label = comment_data['CommentLabel']
78
 
79
  # Add comment with its replies to the list
80
  comment = {
 
74
  comment_timestamp = comment_data['CommentTimestamp']
75
  comment_upvotes = comment_data['CommentUpvotes']
76
  comment_permalink = comment_data['CommentPermalink']
77
+ comment_label = comment_data['Label']
78
 
79
  # Add comment with its replies to the list
80
  comment = {