Datasets:
Leyo
/

Languages:
English
Multilinguality:
monolingual
Size Categories:
10k<n<100K
Language Creators:
crowdsourced
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
License:
Leyo HF staff commited on
Commit
91f3a3c
1 Parent(s): 37eaf3e

small fixes

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -11,18 +11,17 @@ multilinguality:
11
  - monolingual
12
  pretty_name: ActivityNet Captions
13
  size_categories:
14
- - 10k<n<100K<
15
  source_datasets:
16
  - original
17
  task_categories:
18
- - question-answering
19
- - visual-question-answering
20
  task_ids:
21
  - closed-domain-qa
22
  ---
23
 
24
 
25
- # Dataset Card for [ActivityNet Captions]
26
  ## Table of Contents
27
  - [Table of Contents](#table-of-contents)
28
  - [Dataset Description](#dataset-description)
@@ -52,9 +51,12 @@ The ActivityNet Captions dataset connects videos to a series of temporally annot
52
  The captions in the dataset are in English.
53
  ## Dataset Structure
54
  ### Data Fields
55
- - `video_path`: `str` "https://31.media.tumblr.com/001a8b092b9752d260ffec73c0bc29cd/tumblr_ndotjhRiX51t8n92fo1_500.gif"
56
- -`video_bytes`: `large_bytes` video file in bytes format
57
- - `en_global_captions`: `list_str` List of english captions describing the entire video
 
 
 
58
 
59
  ### Data Splits
60
  | |train |validation| test | Overall |
11
  - monolingual
12
  pretty_name: ActivityNet Captions
13
  size_categories:
14
+ - 10k<n<100K
15
  source_datasets:
16
  - original
17
  task_categories:
18
+ - video-captionning
 
19
  task_ids:
20
  - closed-domain-qa
21
  ---
22
 
23
 
24
+ # Dataset Card for ActivityNet Captions
25
  ## Table of Contents
26
  - [Table of Contents](#table-of-contents)
27
  - [Dataset Description](#dataset-description)
51
  The captions in the dataset are in English.
52
  ## Dataset Structure
53
  ### Data Fields
54
+ - `video_id` : `str` unique identifier for the video
55
+ - `video_path`: `str` Path to the video file
56
+ -`duration`: `float32` Duration of the video
57
+ - `captions_starts`: `List_float32` List of timestamps denoting the time at which each caption starts
58
+ - `captions_ends`: `List_float32` List of timestamps denoting the time at which each caption ends
59
+ - `en_captions`: `list_str` List of english captions describing parts of the video
60
 
61
  ### Data Splits
62
  | |train |validation| test | Overall |