0nejiawei commited on
Commit
a9cff66
·
1 Parent(s): f913de2

update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -10,23 +10,23 @@ dataset_info:
10
  config_name: dream-1k
11
  features:
12
  - name: idx
13
- dtype: int
14
  - name: video_file
15
- dtype: str
16
  - name: source
17
- dtype: str
18
  - name: duration
19
- dtype: float
20
  - name: description
21
- dtype: str
22
  - name: events
23
- dtype: List[str]
24
  - name: n_subjects
25
- dtype: int
26
  - name: n_shots
27
- dtype: int
28
  - name: n_events
29
- dtype: int
30
  splits:
31
  - name: test
32
  language:
 
10
  config_name: dream-1k
11
  features:
12
  - name: idx
13
+ dtype: string
14
  - name: video_file
15
+ dtype: string
16
  - name: source
17
+ dtype: string
18
  - name: duration
19
+ dtype: string
20
  - name: description
21
+ dtype: string
22
  - name: events
23
+ dtype: string
24
  - name: n_subjects
25
+ dtype: string
26
  - name: n_shots
27
+ dtype: string
28
  - name: n_events
29
+ dtype: string
30
  splits:
31
  - name: test
32
  language: