Datasets:
Tasks:
Text2Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
1K - 10K
Tags:
text-to-sql
License:
HusnaManakkot
commited on
Commit
•
16322a3
1
Parent(s):
b707456
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Modify Spider Dataset
|
2 |
|
3 |
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.
|
@@ -12,4 +24,4 @@ Before running the script, ensure that you have the following prerequisites inst
|
|
12 |
You can install the required library using the following command:
|
13 |
|
14 |
```bash
|
15 |
-
pip install datasets
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- text2text-generation
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- text-to-sql
|
9 |
+
pretty_name: new spider
|
10 |
+
size_categories:
|
11 |
+
- 1K<n<10K
|
12 |
+
---
|
13 |
# Modify Spider Dataset
|
14 |
|
15 |
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.
|
|
|
24 |
You can install the required library using the following command:
|
25 |
|
26 |
```bash
|
27 |
+
pip install datasets
|