theodorr's picture
Upload dataset (part 00001-of-00002)
ea589ea verified
metadata
dataset_info:
  features:
    - name: motion
      sequence:
        sequence: float32
    - name: beat_motion
      struct:
        - name: betas
          sequence:
            sequence: float32
        - name: expressions
          sequence:
            sequence: float32
        - name: gender
          dtype: string
        - name: mocap_frame_rate
          dtype: int64
        - name: model
          dtype: string
        - name: poses
          sequence:
            sequence: float32
        - name: trans
          sequence:
            sequence: float32
    - name: text
      sequence: string
    - name: meta_data
      struct:
        - name: duration
          dtype: float64
        - name: name
          dtype: string
        - name: num_frames
          dtype: int64
        - name: num_words
          dtype: int64
        - name: speaker
          dtype: string
    - name: whisper
      struct:
        - name: language
          dtype: string
        - name: segments
          list:
            - name: end
              dtype: float64
            - name: start
              dtype: float64
            - name: text
              dtype: string
    - name: aligned_text
      struct:
        - name: segments
          list:
            - name: end
              dtype: float64
            - name: start
              dtype: float64
            - name: text
              dtype: string
            - name: words
              list:
                - name: end
                  dtype: float64
                - name: score
                  dtype: float64
                - name: start
                  dtype: float64
                - name: word
                  dtype: string
        - name: word_segments
          list:
            - name: end
              dtype: float64
            - name: score
              dtype: float64
            - name: start
              dtype: float64
            - name: word
              dtype: string
    - name: audio
      struct:
        - name: array
          sequence: float64
        - name: sampling_rate
          dtype: int64
  splits:
    - name: val
      num_bytes: 1403484377
      num_examples: 106
    - name: test
      num_bytes: 3408921312
      num_examples: 265
    - name: additional
      num_bytes: 17330637736
      num_examples: 156
    - name: train
      num_bytes: 12742834934
      num_examples: 1093
  download_size: 19700577273
  dataset_size: 34885878359
configs:
  - config_name: default
    data_files:
      - split: val
        path: data/val-*
      - split: test
        path: data/test-*
      - split: additional
        path: data/additional-*
      - split: train
        path: data/train-*