Upload folder using huggingface_hub
Browse files- .ipynb_checkpoints/README-checkpoint.MD +69 -0
- README.MD +69 -0
- play/test.json +0 -0
- play/train.json +0 -0
- play/validation.json +0 -0
- scene/test.json +0 -0
- scene/train.json +0 -0
- scene/validation.json +0 -0
.ipynb_checkpoints/README-checkpoint.MD
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- no-annotation
|
4 |
+
language_creators:
|
5 |
+
- found
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
license:
|
9 |
+
- apache-2.0
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
size_categories:
|
13 |
+
- 100K<n<1M
|
14 |
+
source_datasets:
|
15 |
+
- original
|
16 |
+
pretty_name: DramaCV
|
17 |
+
dataset_info:
|
18 |
+
- config_name: scene
|
19 |
+
features:
|
20 |
+
- name: query
|
21 |
+
dtype: list:string
|
22 |
+
- name: true_target
|
23 |
+
dtype: list:string
|
24 |
+
- name: act_index
|
25 |
+
dtype: int
|
26 |
+
- name: act_index
|
27 |
+
dtype: int
|
28 |
+
splits:
|
29 |
+
- name: train
|
30 |
+
num_examples: 1506
|
31 |
+
- name: validation
|
32 |
+
num_examples: 1557
|
33 |
+
- name: test
|
34 |
+
num_examples: 1319
|
35 |
+
- config_name: play
|
36 |
+
features:
|
37 |
+
- name: query
|
38 |
+
dtype: list:string
|
39 |
+
- name: true_target
|
40 |
+
dtype: list:string
|
41 |
+
- name: act_index
|
42 |
+
dtype: int
|
43 |
+
- name: act_index
|
44 |
+
dtype: int
|
45 |
+
splits:
|
46 |
+
- name: train
|
47 |
+
num_examples: 226
|
48 |
+
- name: validation
|
49 |
+
num_examples: 917
|
50 |
+
- name: test
|
51 |
+
num_examples: 1214
|
52 |
+
configs:
|
53 |
+
- config_name: scene
|
54 |
+
data_files:
|
55 |
+
- split: train
|
56 |
+
path: scene/train.json
|
57 |
+
- split: validation
|
58 |
+
path: scene/validation.json
|
59 |
+
- split: test
|
60 |
+
path: scene/test.json
|
61 |
+
- config_name: play
|
62 |
+
data_files:
|
63 |
+
- split: train
|
64 |
+
path: play/train.json
|
65 |
+
- split: validation
|
66 |
+
path: play/validation.json
|
67 |
+
- split: test
|
68 |
+
path: play/test.json
|
69 |
+
# Dataset Card for DramaCV
|
README.MD
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- no-annotation
|
4 |
+
language_creators:
|
5 |
+
- found
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
license:
|
9 |
+
- apache-2.0
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
size_categories:
|
13 |
+
- 100K<n<1M
|
14 |
+
source_datasets:
|
15 |
+
- original
|
16 |
+
pretty_name: DramaCV
|
17 |
+
dataset_info:
|
18 |
+
- config_name: scene
|
19 |
+
features:
|
20 |
+
- name: query
|
21 |
+
dtype: list:string
|
22 |
+
- name: true_target
|
23 |
+
dtype: list:string
|
24 |
+
- name: act_index
|
25 |
+
dtype: int
|
26 |
+
- name: act_index
|
27 |
+
dtype: int
|
28 |
+
splits:
|
29 |
+
- name: train
|
30 |
+
num_examples: 1506
|
31 |
+
- name: validation
|
32 |
+
num_examples: 1557
|
33 |
+
- name: test
|
34 |
+
num_examples: 1319
|
35 |
+
- config_name: play
|
36 |
+
features:
|
37 |
+
- name: query
|
38 |
+
dtype: list:string
|
39 |
+
- name: true_target
|
40 |
+
dtype: list:string
|
41 |
+
- name: act_index
|
42 |
+
dtype: int
|
43 |
+
- name: act_index
|
44 |
+
dtype: int
|
45 |
+
splits:
|
46 |
+
- name: train
|
47 |
+
num_examples: 226
|
48 |
+
- name: validation
|
49 |
+
num_examples: 917
|
50 |
+
- name: test
|
51 |
+
num_examples: 1214
|
52 |
+
configs:
|
53 |
+
- config_name: scene
|
54 |
+
data_files:
|
55 |
+
- split: train
|
56 |
+
path: scene/train.json
|
57 |
+
- split: validation
|
58 |
+
path: scene/validation.json
|
59 |
+
- split: test
|
60 |
+
path: scene/test.json
|
61 |
+
- config_name: play
|
62 |
+
data_files:
|
63 |
+
- split: train
|
64 |
+
path: play/train.json
|
65 |
+
- split: validation
|
66 |
+
path: play/validation.json
|
67 |
+
- split: test
|
68 |
+
path: play/test.json
|
69 |
+
# Dataset Card for DramaCV
|
play/test.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
play/train.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
play/validation.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
scene/test.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
scene/train.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
scene/validation.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|