Not-qty commited on
Commit
b39d13c
·
verified ·
1 Parent(s): 8778ff9

OLS Dataset Prep: sql-create-context processed 2026-03-17

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -5,6 +5,25 @@ tags:
5
  - optimal-living-systems
6
  - my-project
7
  - text_to_sql
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  # ols-sql-context-2k
 
5
  - optimal-living-systems
6
  - my-project
7
  - text_to_sql
8
+ configs:
9
+ - config_name: default
10
+ data_files:
11
+ - split: train
12
+ path: data/train-*
13
+ dataset_info:
14
+ features:
15
+ - name: answer
16
+ dtype: string
17
+ - name: question
18
+ dtype: string
19
+ - name: context
20
+ dtype: string
21
+ splits:
22
+ - name: train
23
+ num_bytes: 441857
24
+ num_examples: 2000
25
+ download_size: 216447
26
+ dataset_size: 441857
27
  ---
28
 
29
  # ols-sql-context-2k