asimov_v2_videos

  • Description:

Photorealistic videos involving potential physical injury scenarios.

Split Examples
'val' 287
  • Feature structure:
FeaturesDict({
    'answer': Text(shape=(), dtype=string),
    'prompt': Text(shape=(), dtype=string),
    'video': FeaturesDict({
        'frames': Sequence(Image(shape=(None, None, 3), dtype=uint8)),
        'timestamps': Sequence(Text(shape=(), dtype=string)),
    }),
})
  • Feature documentation:
Feature Class Shape Dtype Description
FeaturesDict
answer Text string
prompt Text string
video FeaturesDict
video/frames Sequence(Image) (None, None, None, 3) uint8
video/timestamps Sequence(Text) (None,) string
  • Citation: