kattyan commited on
Commit
349f51a
·
verified ·
1 Parent(s): 4b854cc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -28,15 +28,16 @@ retrieved directly from YouTube.
28
 
29
  ## Dataset structure
30
 
31
- One row = one summary message for one video.
32
 
33
  | column | type | description |
34
  |---|---|---|
35
  | `video_id` | string | YouTube video ID |
36
  | `message` | string | Summary message text (English) |
37
- | `segments` | list of list of `[start, end]` | The cuts annotators marked as supporting this message. Outer list = one entry per annotator (3 annotators per message); inner list = that annotator's `[start, end]` timecode pairs (`HH:MM:SS:FF`, frame number — not converted to seconds since source frame rate varies). |
 
38
 
39
- - 60 videos, 180 messages (3 per video).
40
 
41
  ## License
42
 
 
28
 
29
  ## Dataset structure
30
 
31
+ One row = one summary message annotated by one annotator.
32
 
33
  | column | type | description |
34
  |---|---|---|
35
  | `video_id` | string | YouTube video ID |
36
  | `message` | string | Summary message text (English) |
37
+ | `annotator_index` | int | Index (0-based) of the annotator 3 annotators per message |
38
+ | `segments` | list of `[start, end]` | The cuts this annotator marked as supporting the message. `HH:MM:SS:FF` timecode (frame number — not converted to seconds since source frame rate varies). |
39
 
40
+ - 60 videos, 180 messages (3 per video), 540 rows (3 annotators per message).
41
 
42
  ## License
43