howkewlisthat
commited on
Commit
•
69d4c8f
1
Parent(s):
47bae96
Update README.md
Browse files
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"
|