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

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -19
README.md CHANGED
@@ -1,21 +1,31 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: answer
5
- dtype: string
6
- - name: question
7
- dtype: string
8
- - name: context
9
- dtype: string
10
- splits:
11
- - name: train
12
- num_bytes: 441857
13
- num_examples: 2000
14
- download_size: 216447
15
- dataset_size: 441857
16
- configs:
17
- - config_name: default
18
- data_files:
19
- - split: train
20
- path: data/train-*
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-4.0
3
+ tags:
4
+ - ols
5
+ - optimal-living-systems
6
+ - my-project
7
+ - text_to_sql
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
+
10
+ # ols-sql-context-2k
11
+
12
+ Processed by the [OLS Dataset Preparation Pipeline](https://github.com/Optimal-Living-Systems/ols-dataset-prep).
13
+
14
+ ## Dataset Details
15
+
16
+ | Field | Value |
17
+ |-------|-------|
18
+ | Source | [b-mc2/sql-create-context](https://huggingface.co/datasets/b-mc2/sql-create-context) |
19
+ | Rows | 2000 |
20
+ | Augmentation | none |
21
+ | Recipe Target | text_to_sql |
22
+ | OLS Project | my-project |
23
+ | Processed | 2026-03-17 |
24
+ | License | CC-BY-4.0 |
25
+
26
+ ## About OLS
27
+
28
+ [Optimal Living Systems](https://github.com/Optimal-Living-Systems) is a mutual aid nonprofit
29
+ building open-source AI infrastructure for community organizations.
30
+
31
+ This dataset is part of the OLS AI Lab training data stack.