maikezu commited on
Commit
d2c04b5
·
verified ·
1 Parent(s): c80215f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -28
README.md CHANGED
@@ -1,38 +1,42 @@
1
  ---
2
  language:
3
- - en
4
  license: cc-by-4.0
5
- configs: # Optional. This can be used to pass additional parameters to the dataset loader, such as `data_files`, `data_dir`, and any builder-specific parameters
6
- - config_name: default # Name of the dataset subset, if applicable. Example: default
7
  data_files:
8
- - split: train # Example: train
9
- path: train/* # Example: data.csv
10
- - split: dev # Example: test
11
- path: dev/* # Example: holdout.csv
12
- - split: test # Example: test
13
- path: test/* # Example: holdout.csv
14
  dataset_info:
15
  features:
16
- - name: video_path # Example: id
17
- dtype: string # Example: int32
18
- - name: abstract # Example: text
19
- dtype: string # Example: string
20
- - name: language # Example: image
21
- dtype: string # Example: image
22
- - name: split # Example: image
23
- dtype: string # Example: image
24
- - name: conference # Example: image
25
- dtype: string # Example: image
26
- - name: year # Example: image
27
- dtype: string # Example: image
28
- config_name: default # Name of the dataset subset. Example for glue: sst2
29
  splits:
30
- - name: train # Example: train
31
- num_examples: 4333 # Example for SQuAD: 87599
32
- - name: dev # Example: train
33
- num_examples: 886 # Example for SQuAD: 87599
34
- - name: test # Example: train
35
- num_examples: 1432 # Example for SQuAD: 87599
 
 
 
 
36
  ---
37
 
38
  # Abstract Generation with ACL talks
 
1
  ---
2
  language:
3
+ - en
4
  license: cc-by-4.0
5
+ configs:
6
+ - config_name: default
7
  data_files:
8
+ - split: train
9
+ path: train/*
10
+ - split: dev
11
+ path: dev/*
12
+ - split: test
13
+ path: test/*
14
  dataset_info:
15
  features:
16
+ - name: video_path
17
+ dtype: string
18
+ - name: abstract
19
+ dtype: string
20
+ - name: language
21
+ dtype: string
22
+ - name: split
23
+ dtype: string
24
+ - name: conference
25
+ dtype: string
26
+ - name: year
27
+ dtype: string
28
+ config_name: default
29
  splits:
30
+ - name: train
31
+ num_examples: 4333
32
+ - name: dev
33
+ num_examples: 886
34
+ - name: test
35
+ num_examples: 1432
36
+ tags:
37
+ - text
38
+ - audio
39
+ - video
40
  ---
41
 
42
  # Abstract Generation with ACL talks