Ksukhantharat commited on
Commit
6ec8184
1 Parent(s): 89d9d08

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -37,13 +37,6 @@ pipeline_tag: table-question-answering
37
 
38
  The Tubular Question Answering Large Language Model is based on OpenThaiGPT and fine-tuned for converting natural language questions into SQL queries. It learns to map the nuances of Thai language to SQL structures, enabling efficient retrieval of information from databases.
39
 
40
- ```python
41
- >>> model2_path ="AIAT/The_Scamper-opt70bqt"
42
- >>> tokenizer = AutoTokenizer.from_pretrained(model2_path, padding_side="right",use_fast=False)
43
- >>> model = AutoModelForCausalLM.from_pretrained(model2_path,
44
- device_map="auto")
45
- ```
46
-
47
 
48
 
49
  ### Recommendations
@@ -56,7 +49,12 @@ The Tubular Question Answering Large Language Model is based on OpenThaiGPT and
56
 
57
  Use the code below to get started with the model.
58
 
59
- [More Information Needed]
 
 
 
 
 
60
 
61
  ## Training Details
62
 
 
37
 
38
  The Tubular Question Answering Large Language Model is based on OpenThaiGPT and fine-tuned for converting natural language questions into SQL queries. It learns to map the nuances of Thai language to SQL structures, enabling efficient retrieval of information from databases.
39
 
 
 
 
 
 
 
 
40
 
41
 
42
  ### Recommendations
 
49
 
50
  Use the code below to get started with the model.
51
 
52
+ ```python
53
+ >>> model2_path ="AIAT/The_Scamper-opt70bqt"
54
+ >>> tokenizer = AutoTokenizer.from_pretrained(model2_path, padding_side="right",use_fast=False)
55
+ >>> model = AutoModelForCausalLM.from_pretrained(model2_path,
56
+ device_map="auto")
57
+ ```
58
 
59
  ## Training Details
60