Commit
·
5fc5214
1
Parent(s):
486ff5a
Update README.md
Browse files
README.md
CHANGED
@@ -51,4 +51,11 @@ This model is an example of creating a custom query syntax that can be translate
|
|
51 |
|
52 |
## Model training
|
53 |
|
54 |
-
This model was trained using scripts that can be found here
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
## Model training
|
53 |
|
54 |
+
This model was trained using scripts that can be [found here](https://github.com/neuml/txtai/tree/master/models/txtsql).
|
55 |
+
|
56 |
+
Steps to train:
|
57 |
+
|
58 |
+
```bash
|
59 |
+
python generate.py txtsql.csv
|
60 |
+
python train.py txtsql.csv t5-small-txtsql
|
61 |
+
```
|