tib / README.md
gigant's picture
Update README.md
31b9e88
|
raw
history blame
1.64 kB
metadata
dataset_info:
  features:
    - name: doi
      dtype: string
    - name: title
      dtype: string
    - name: url
      dtype: string
    - name: video_url
      dtype: string
    - name: license
      dtype: string
    - name: subject
      dtype: string
    - name: genre
      dtype: string
    - name: release_year
      dtype: string
    - name: author
      dtype: string
    - name: contributors
      dtype: string
    - name: abstract
      dtype: string
    - name: transcript
      dtype: string
    - name: transcript_segments
      sequence:
        - name: id
          dtype: int32
        - name: seek
          dtype: int32
        - name: start
          dtype: float32
        - name: end
          dtype: float32
        - name: text
          dtype: string
        - name: tokens
          sequence: int32
        - name: temperature
          dtype: float32
        - name: avg_logprob
          dtype: float32
        - name: compression_ratio
          dtype: float32
        - name: no_speech_prob
          dtype: float32
    - name: keyframes
      sequence:
        - name: slide
          dtype: string
        - name: frames
          sequence: int32
        - name: timestamp
          sequence: float32
    - name: language
      dtype: string
  splits:
    - name: valid
      num_bytes: 101380279
      num_examples: 910
    - name: train
      num_bytes: 827555875
      num_examples: 7282
    - name: test
      num_bytes: 102396941
      num_examples: 911
  download_size: 502166165
  dataset_size: 1031333095
task_categories:
  - summarization
language:
  - en
pretty_name: TIB
size_categories:
  - 1K<n<10K
pinned: true

Dataset Card for "tib"

More Information needed