Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,47 @@
|
|
1 |
-
---
|
2 |
-
license: odc-by
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: odc-by
|
3 |
+
pretty_name: TV Subtitles
|
4 |
+
---
|
5 |
+
# Dataset Card for TVSubs
|
6 |
+
|
7 |
+
## Dataset Details
|
8 |
+
|
9 |
+
### Dataset Description
|
10 |
+
|
11 |
+
Dialogue lines from TV subtitles. Entries include:
|
12 |
+
|
13 |
+
```
|
14 |
+
- id: Unique identifier for episode.
|
15 |
+
- series_id: Unique identifier for the series.
|
16 |
+
- series_title: Series title.
|
17 |
+
- series_synopsis: Synopsis for the series.
|
18 |
+
- episode: Episode number/title.
|
19 |
+
- description: Episode description.
|
20 |
+
- channel: TV channel the series broadcasts on.
|
21 |
+
- text: The dialogue line.
|
22 |
+
- start: Start timestamp.
|
23 |
+
- end: End timestamp.
|
24 |
+
```
|
25 |
+
|
26 |
+
* **Curated by:** hlky
|
27 |
+
* **License:** Open Data Commons Attribution License (ODC-By) v1.0
|
28 |
+
|
29 |
+
|
30 |
+
# Citation Information
|
31 |
+
```
|
32 |
+
@misc{TVSubs,
|
33 |
+
author = {hlky},
|
34 |
+
title = {TVSubs},
|
35 |
+
year = {2024},
|
36 |
+
publisher = {hlky},
|
37 |
+
journal = {Hugging Face repository},
|
38 |
+
howpublished = {\url{[https://huggingface.co/datasets/bigdata-pw/TVSubs](https://huggingface.co/datasets/bigdata-pw/TVSubs)}}
|
39 |
+
}
|
40 |
+
```
|
41 |
+
|
42 |
+
## Attribution Information
|
43 |
+
```
|
44 |
+
Contains information from [TVSubs](https://huggingface.co/datasets/bigdata-pw/TVSubs) which is made available
|
45 |
+
under the [ODC Attribution License](https://opendatacommons.org/licenses/by/1-0/).
|
46 |
+
```
|
47 |
+
|