Check example valid
(self, example: Dict[str, Any])
| 246 | return {} |
| 247 | |
| 248 | def check_example(self, example: Dict[str, Any]) -> None: |
| 249 | """Check example valid""" |
| 250 | pass |
| 251 | |
| 252 | def add_default_tags(self, example: Dict[str, Any]) -> None: |
| 253 | """Add default tags to example, this is for the multi-modal datasets |