truongpdd commited on
Commit
2b57d7a
·
verified ·
1 Parent(s): 4231e4f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: q_id
5
+ dtype: int64
6
+ - name: input_ids
7
+ sequence: int64
8
+ - name: attention_mask
9
+ sequence: int64
10
+ - name: labels
11
+ sequence: int64
12
+ - name: input_text
13
+ dtype: string
14
+ - name: output_text
15
+ dtype: string
16
+ - name: input_prompt
17
+ dtype: string
18
+ splits:
19
+ - name: train
20
+ num_bytes: 2152594565
21
+ num_examples: 18087
22
+ download_size: 156951817
23
+ dataset_size: 2152594565
24
+ ---
25
+ # Dataset Card for "BIRD_for_augment_sql2question"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)