saksornr commited on
Commit
2bad118
1 Parent(s): 844f4f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -1,3 +1,35 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ task_categories:
4
+ - text-generation
5
+ - question-answering
6
+ - table-question-answering
7
+ language:
8
+ - th
9
+ tags:
10
+ - SQL
11
+ - code
12
+ - NLP
13
+ - text-to-sql
14
+ - context-sql
15
+ - spider
16
+ - wikisql
17
+ - sqlglot
18
+ pretty_name: sql-create-context-thai
19
+ size_categories:
20
+ - 10K<n<100K
21
  ---
22
+
23
+ #### Overview
24
+ This dataset builds from [sql-create-context](https://huggingface.co/datasets/b-mc2/sql-create-context).
25
+ And then use google translate from English to Thai.
26
+
27
+ ```TeX
28
+ @misc{b-mc2_2023_sql-create-context,
29
+ title = {sql-create-context Dataset},
30
+ author = {b-mc2},
31
+ year = {2023},
32
+ url = {https://huggingface.co/datasets/b-mc2/sql-create-context},
33
+ note = {This dataset was created by modifying data from the following sources: \cite{zhongSeq2SQL2017, yu2018spider}.},
34
+ }
35
+ ```