| --- |
| 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] |