File size: 837 Bytes
68e104c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: video
    dtype: int32
  - name: question_category
    dtype:
      class_label:
        names:
          '0': CausaleEsplicita
          '1': Controfattuale
          '2': ImplicitoParziale
          '3': ImplicitoTot
          '4': Incertezza
          '5': OutofScope
          '6': Pianificazione
          '7': Sentiment
          '8': SpazialeParziale
          '9': SpazialeTotale
          '10': TemporaleDurata
          '11': TemporaleParziale
  - name: caption
    dtype: string
  - name: foil
    dtype: string
  - name: video_path
    dtype: string
  splits:
  - name: train
    num_bytes: 99696
    num_examples: 480
  download_size: 48195
  dataset_size: 99696
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---