File size: 559 Bytes
7a80dd5
 
 
 
f28e7f8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language:
- th
- en
license: apache-2.0
task_categories:
- table-question-answering
dataset_info:
  features:
  - name: thai_instruction
    dtype: string
  - name: eng_instruction
    dtype: string
  - name: table
    dtype: string
  - name: sql
    dtype: string
  - name: pandas
    dtype: string
  - name: real_table
    dtype: string
  splits:
  - name: train
    num_bytes: 55640014
    num_examples: 109532
  download_size: 20640604
  dataset_size: 55640014
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---