progs2002's picture
Upload dataset
55cab69 verified
metadata
license: mit
dataset_info:
  features:
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 7768730
      num_examples: 156
    - name: test
      num_bytes: 850567
      num_examples: 18
  download_size: 5081082
  dataset_size: 8619297
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*

The raw data has been curated from https://www.st-minutiae.com/resources/scripts/#thenextgeneration
This has been cleaned using the code found in https://github.com/progs2002/StarTrekTNG-ScriptGenerator/blob/master/process_data.py
The text files have been assigned to training and testing in an 80-20 split.