File size: 1,236 Bytes
24c8996
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c2b3b31
24c8996
c2b3b31
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
dataset_info:
  features:
  - name: title
    dtype: string
  - name: original_airdate
    dtype: string
  - name: production_number
    dtype: int64
  - name: dialogue
    dtype: string
  splits:
  - name: train
    num_bytes: 458355.2
    num_examples: 3476
  - name: validation
    num_bytes: 114588.8
    num_examples: 869
  download_size: 276210
  dataset_size: 572944.0
---
# spock

<b>spock</b> is a dataset that contains all lines of dialogue spoken by the character "Spock" during the entire run of the original Star Trek TV series. 

## Dataset Details

### Schema
The schema for the spock data set contains the following fields:
- title: this is the title of the episode the line of dialogue was spoken in.
- original_airdate: this is the date that this episode originally aired.
- productoin_number: the sequence number for the episode in the Star Trek original TV series.
- dialogue: a line of dialogue spoken by Spock within this episode.

# Credits
This dataset was generated using this source dataset found here: [https://www.kaggle.com/datasets/tamarafingerlin/star-trek-scripts]