Datasets:
Tasks:
Text2Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
1K - 10K
Tags:
text-to-sql
License:
metadata
license: cc-by-4.0
task_categories:
- text2text-generation
language:
- en
tags:
- text-to-sql
pretty_name: new spider
size_categories:
- 1K<n<10K
Modify Spider Dataset
This repository contains a Python script (modify_spider.py
) that demonstrates how to add a new example to the Spider dataset using the Hugging Face datasets
library.
Prerequisites
Before running the script, ensure that you have the following prerequisites installed:
- Python 3.6 or later
- Hugging Face
datasets
library
You can install the required library using the following command:
pip install datasets