Roudranil's picture
updated repo link
14d288b
metadata
language:
  - en
tags:
  - fine-tuning
  - shakespeare
pretty_name: SandMec
size_categories:
  - n<10K
task-categories:
  - text-generation
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train.csv
      - split: test
        path: data/test.csv
dataset_info:
  features:
    - name: id
      dtype: string
    - name: translated_dialog
      dtype: string
    - name: og_response
      dtype: string

Dataset Card for Shakespearean and Modern English Conversational Dataset

Table of Contents

Dataset Description

Dataset Summary

This dataset contains dialog pairs taken from Shakespeare's works - the first dialog is a translated text in modern english, and the second dialog is it's actual response as written in Shakespeare's plays. See the github repo for more details.