add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -3,6 +3,40 @@ language:
|
|
3 |
- en
|
4 |
paperswithcode_id: cornell-movie-dialogs-corpus
|
5 |
pretty_name: Cornell Movie-Dialogs Corpus
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Dataset Card for "cornell_movie_dialog"
|
@@ -197,4 +231,4 @@ The data fields are the same among all splits.
|
|
197 |
|
198 |
### Contributions
|
199 |
|
200 |
-
Thanks to [@mariamabarham](https://github.com/mariamabarham), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|
|
|
3 |
- en
|
4 |
paperswithcode_id: cornell-movie-dialogs-corpus
|
5 |
pretty_name: Cornell Movie-Dialogs Corpus
|
6 |
+
dataset_info:
|
7 |
+
features:
|
8 |
+
- name: movieID
|
9 |
+
dtype: string
|
10 |
+
- name: movieTitle
|
11 |
+
dtype: string
|
12 |
+
- name: movieYear
|
13 |
+
dtype: string
|
14 |
+
- name: movieIMDBRating
|
15 |
+
dtype: string
|
16 |
+
- name: movieNoIMDBVotes
|
17 |
+
dtype: string
|
18 |
+
- name: movieGenres
|
19 |
+
sequence: string
|
20 |
+
- name: characterID1
|
21 |
+
dtype: string
|
22 |
+
- name: characterID2
|
23 |
+
dtype: string
|
24 |
+
- name: characterName1
|
25 |
+
dtype: string
|
26 |
+
- name: characterName2
|
27 |
+
dtype: string
|
28 |
+
- name: utterance
|
29 |
+
sequence:
|
30 |
+
- name: text
|
31 |
+
dtype: string
|
32 |
+
- name: LineID
|
33 |
+
dtype: string
|
34 |
+
splits:
|
35 |
+
- name: train
|
36 |
+
num_bytes: 19548840
|
37 |
+
num_examples: 83097
|
38 |
+
download_size: 9916637
|
39 |
+
dataset_size: 19548840
|
40 |
---
|
41 |
|
42 |
# Dataset Card for "cornell_movie_dialog"
|
|
|
231 |
|
232 |
### Contributions
|
233 |
|
234 |
+
Thanks to [@mariamabarham](https://github.com/mariamabarham), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|