Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -43,10 +43,10 @@ Test: 10,000
|
|
43 |
- program (string): the program this transcript came from
|
44 |
- date (string): date of program
|
45 |
- url (string): link to where audio and transcript are located
|
46 |
-
- title (string): title of the program
|
47 |
- summary (string): summary of the program
|
48 |
-
- utt (list): list of utterances by the speakers in the program. corresponds with `speaker`
|
49 |
-
- speaker (list): list of speakers, corresponds with `utt`
|
50 |
|
51 |
|
52 |
Example:
|
|
|
43 |
- program (string): the program this transcript came from
|
44 |
- date (string): date of program
|
45 |
- url (string): link to where audio and transcript are located
|
46 |
+
- title (string): title of the program. some datapoints do not have a title
|
47 |
- summary (string): summary of the program
|
48 |
+
- utt (list of string): list of utterances by the speakers in the program. corresponds with `speaker`
|
49 |
+
- speaker (list of string): list of speakers, corresponds with `utt`
|
50 |
|
51 |
|
52 |
Example:
|