Commit
·
dd9be3c
1
Parent(s):
e171b9d
Update README.md
Browse files
README.md
CHANGED
@@ -5,9 +5,10 @@ license:
|
|
5 |
- cc-by-4.0
|
6 |
source_datasets:
|
7 |
- spider
|
8 |
-
pretty_name: Spider
|
9 |
tags:
|
10 |
- text-to-sql
|
|
|
11 |
dataset_info:
|
12 |
features:
|
13 |
- name: db_id
|
@@ -20,16 +21,20 @@ dataset_info:
|
|
20 |
dtype: string
|
21 |
- name: Foreign Keys
|
22 |
dtype: string
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
-
# Dataset Card for Spider
|
26 |
|
27 |
### Dataset Summary
|
28 |
|
29 |
Spider is a large-scale complex and cross-domain semantic parsing and text-to-SQL dataset annotated by 11 Yale students
|
30 |
The goal of the Spider challenge is to develop natural language interfaces to cross-domain databases.
|
31 |
|
32 |
-
This dataset
|
33 |
|
34 |
### Yale Lily Spider Leaderboards
|
35 |
|
|
|
5 |
- cc-by-4.0
|
6 |
source_datasets:
|
7 |
- spider
|
8 |
+
pretty_name: Spider Context Alpaca Finetune
|
9 |
tags:
|
10 |
- text-to-sql
|
11 |
+
- finetune
|
12 |
dataset_info:
|
13 |
features:
|
14 |
- name: db_id
|
|
|
21 |
dtype: string
|
22 |
- name: Foreign Keys
|
23 |
dtype: string
|
24 |
+
task_categories:
|
25 |
+
- question-answering
|
26 |
+
size_categories:
|
27 |
+
- 1K<n<10K
|
28 |
---
|
29 |
|
30 |
+
# Dataset Card for Spider Context Alpaca Finetune
|
31 |
|
32 |
### Dataset Summary
|
33 |
|
34 |
Spider is a large-scale complex and cross-domain semantic parsing and text-to-SQL dataset annotated by 11 Yale students
|
35 |
The goal of the Spider challenge is to develop natural language interfaces to cross-domain databases.
|
36 |
|
37 |
+
This dataset was created to finetune LLMs in a `### Instruction:` and `### Response:` format with database context.
|
38 |
|
39 |
### Yale Lily Spider Leaderboards
|
40 |
|