Datasets:
TheGreatRambler
commited on
Commit
•
ec2d33b
1
Parent(s):
0346107
Add bool for clear_required
Browse files
README.md
CHANGED
@@ -101,7 +101,7 @@ ds = load_dataset("TheGreatRambler/mm2_level_comments", split="train")
|
|
101 |
|type|int|Type of comment, enum below|
|
102 |
|pid|string|Player ID of the comment creator|
|
103 |
|posted|int|UTC timestamp of when this comment was created|
|
104 |
-
|clear_required|
|
105 |
|text|string|If the comment type is text, the text of the comment|
|
106 |
|reaction_image_id|int|If this comment is a reaction image, the id of the reaction image, enum below|
|
107 |
|custom_image|bytes|If this comment is a custom drawing, the custom drawing as a PNG binary|
|
|
|
101 |
|type|int|Type of comment, enum below|
|
102 |
|pid|string|Player ID of the comment creator|
|
103 |
|posted|int|UTC timestamp of when this comment was created|
|
104 |
+
|clear_required|bool|Whether this comment requires a clear to view|
|
105 |
|text|string|If the comment type is text, the text of the comment|
|
106 |
|reaction_image_id|int|If this comment is a reaction image, the id of the reaction image, enum below|
|
107 |
|custom_image|bytes|If this comment is a custom drawing, the custom drawing as a PNG binary|
|