File size: 913 Bytes
13688b5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
configs:
- config_name: default
  data_files:
  - split: context
    path: data/context-*
  - split: text_sql_v1
    path: data/text_sql_v1-*
  - split: sparc
    path: data/sparc-*
dataset_info:
  features:
  - name: NATURAL_LANG
    dtype: string
  - name: SQL
    dtype: string
  - name: SCHEMA
    dtype: string
  - name: input_ids
    sequence: int32
  - name: attention_mask
    sequence: int8
  - name: labels
    sequence: int64
  splits:
  - name: context
    num_bytes: 299674929
    num_examples: 78519
  - name: text_sql_v1
    num_bytes: 899253880
    num_examples: 220302
  - name: sparc
    num_bytes: 12250417
    num_examples: 2846
  download_size: 94153422
  dataset_size: 1211179226
---
# Dataset Card for "Univeral_SQL_Three_Datasets_Combined_WithText_IDs"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)