Replacement
Browse files- 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("
|
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 |
)
|