howkewlisthat commited on
Commit
69d4c8f
1 Parent(s): 47bae96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ Dataset used for training text to sql.
38
  I've pre-tokenized this for faster loading.
39
 
40
 
41
- Here is the tokenizer code:
42
  ```
43
  def tokenize_function(example):
44
  start_prompt = "Tables:\n"
 
38
  I've pre-tokenized this for faster loading.
39
 
40
 
41
+ Here is the prompt formation for the tokenizer code:
42
  ```
43
  def tokenize_function(example):
44
  start_prompt = "Tables:\n"