sedthh commited on
Commit
d6f41be
·
1 Parent(s): 5689848

added datacard

Browse files

- first version of datacard based on the tv_dialogue datacard

Files changed (1) hide show
  1. README.md +75 -5
README.md CHANGED
@@ -9,11 +9,81 @@ dataset_info:
9
  dtype: string
10
  splits:
11
  - name: train
12
- num_bytes: 81642459
13
- num_examples: 2399
14
- download_size: 46949261
15
- dataset_size: 81642459
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ---
17
  # Dataset Card for "fd_dialogue"
18
 
19
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  dtype: string
10
  splits:
11
  - name: train
12
+ num_bytes: 211728118
13
+ num_examples: 2781
14
+ download_size: 125187885
15
+ dataset_size: 211728118
16
+ license: mit
17
+ task_categories:
18
+ - conversational
19
+ - text2text-generation
20
+ - text-generation
21
+ language:
22
+ - en
23
+ tags:
24
+ - OpenAssistant
25
+ - transcripts
26
+ - subtitles
27
+ - television
28
+ - foreverdreaming
29
+ pretty_name: TV and Movie dialogue and transcript corpus from ForeverDreaming
30
+ size_categories:
31
+ - 1K<n<10K
32
  ---
33
  # Dataset Card for "fd_dialogue"
34
 
35
+ This dataset contains transcripts for famous movies and TV shows from https://transcripts.foreverdreaming.org/
36
+
37
+ The dataset contains only a small portion of the website's data, as only transcripts with "Transcript Index" pined posts were scraped.
38
+ Only scripts with the following format are included:
39
+
40
+ ```
41
+ PERSON 1: Hello
42
+ PERSON 2: Hello Person 2!
43
+
44
+ (they are both talking)
45
+
46
+ Something else happens
47
+
48
+ PERSON 1: What happened?
49
+ ```
50
+
51
+ Each row in the dataset is a single episode from one of the TV shows that fit the criteria (**2399** rows total)
52
+ following the [OpenAssistant](https://open-assistant.io/) format. The METADATA column contains both the *show* and the *episode*'s name as a JSON string.
53
+
54
+ | Show | Count |
55
+ |----|----|
56
+ | Agents of S.H.I.E.L.D. | 9 |
57
+ | Alias | 102 |
58
+ | Angel | 64 |
59
+ | Breaking Bad | 27 |
60
+ | Buffy the Vampire Slayer | 113 |
61
+ | Charmed | 176 |
62
+ | Dawson's Creek | 128 |
63
+ | Degrassi Next Generation | 121 |
64
+ | Downton Abbey | 18 |
65
+ | Game of Thrones | 9 |
66
+ | Gilmore Girls | 149 |
67
+ | Gossip Girl | 9 |
68
+ | Grey's Anatomy | 75 |
69
+ | Once Upon A Time | 93 |
70
+ | One Tree Hill | 167 |
71
+ | Queer As Folk | 55 |
72
+ | Reign | 8 |
73
+ | Roswell | 60 |
74
+ | Salem | 25 |
75
+ | Sherlock | 8 |
76
+ | Skins | 21 |
77
+ | Smallville | 190 |
78
+ | Sons of Anarchy | 55 |
79
+ | Supernatural | 132 |
80
+ | Teen Wolf | 58 |
81
+ | The 100 | 4 |
82
+ | The Big Bang Theory | 183 |
83
+ | The O.C. | 92 |
84
+ | The Originals | 45 |
85
+ | The Vampire Diaries | 122 |
86
+ | The Walking Dead | 13 |
87
+ | The X-Files | 3 |
88
+ | Torchwood | 32 |
89
+ | True Blood | 33 |