Commit
·
6f09249
1
Parent(s):
5fc5214
Update README.md
Browse files
README.md
CHANGED
@@ -49,6 +49,8 @@ Breaking news translated to fr
|
|
49 |
|
50 |
This model is an example of creating a custom query syntax that can be translated into SQL txtai can understand. Any query syntax can be created. This one supports English but a similar strategy can be deployed to support other languages. Natural language can be translated to functions, query clauses, column selection and more.
|
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).
|
|
|
49 |
|
50 |
This model is an example of creating a custom query syntax that can be translated into SQL txtai can understand. Any query syntax can be created. This one supports English but a similar strategy can be deployed to support other languages. Natural language can be translated to functions, query clauses, column selection and more.
|
51 |
|
52 |
+
See [t5-small-bashsql](https://huggingface.co/NeuML/t5-small-bashsql) for a model that translates Bash like commands into txtai SQL.
|
53 |
+
|
54 |
## Model training
|
55 |
|
56 |
This model was trained using scripts that can be [found here](https://github.com/neuml/txtai/tree/master/models/txtsql).
|