ro-h commited on
Commit
4f24f5e
1 Parent(s): 80a0d7a

Replacement

Browse files
Files changed (1) hide show
  1. regulatory_comments.py +1 -1
regulatory_comments.py CHANGED
@@ -70,7 +70,7 @@ class RegComments(datasets.GeneratorBasedBuilder):
70
  "comment_link": datasets.Value("string"),
71
  "comment_title": datasets.Value("string"),
72
  "commenter_name": datasets.Value("string"),
73
- "comment_length": datasets.Value("int"),
74
  "comment_text": datasets.Value("string"),
75
  }
76
  )
 
70
  "comment_link": datasets.Value("string"),
71
  "comment_title": datasets.Value("string"),
72
  "commenter_name": datasets.Value("string"),
73
+ "comment_length": datasets.Value("int64"),
74
  "comment_text": datasets.Value("string"),
75
  }
76
  )