|
--- |
|
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 Card for `Shakespearean and Modern English Conversational Dataset`](#dataset-card-for-shakespearean-and-modern-english-conversational-dataset) |
|
- [Table of Contents](#table-of-contents) |
|
- [Dataset Description](#dataset-description) |
|
- [Dataset Summary](#dataset-summary) |
|
|
|
## Dataset Description |
|
|
|
- **Homepage:** [SandMec](https://roudranil.github.io/datasets/SandMec) |
|
- **Repository:** [Roudranil/shakespearean-chatbot](https://github.com/Roudranil/finetuning-llms-for-conversation-in-shakespearean-english) |
|
- **Point of Contact:** [roudranil@cmi.ac.in](mailto:roudranil@cmi.ac.in) |
|
|
|
### 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](https://github.com/Roudranil/finetuning-llms-for-conversation-in-shakespearean-english) for more details. |