Update README.md
Browse files
README.md
CHANGED
|
@@ -38,6 +38,7 @@ Use the tokenizer:
|
|
| 38 |
tokenizer.padding_side = "right"
|
| 39 |
|
| 40 |
To get the prompt:
|
|
|
|
| 41 |
dataset = dataset.map(
|
| 42 |
lambda example: {
|
| 43 |
"input": "### Instruction: \nYou are a powerful text-to-SQL model. \
|
|
|
|
| 38 |
tokenizer.padding_side = "right"
|
| 39 |
|
| 40 |
To get the prompt:
|
| 41 |
+
|
| 42 |
dataset = dataset.map(
|
| 43 |
lambda example: {
|
| 44 |
"input": "### Instruction: \nYou are a powerful text-to-SQL model. \
|