Update README.md

This commit is contained in:
Rishabh Srivastava 2024-02-08 04:17:03 +08:00 committed by GitHub
parent 33453599a2
commit cab5de3b98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ SQLCoder has not been tested on other platforms yet. Contributions for testing o
In your terminal, run In your terminal, run
`sqlcoder launch` `sqlcoder launch`
With this, you will be able to add your metadata and query your data visually. With this, you will be able to connect straight to your database, so you can add your metadata and query it visually.
## License ## License
The code in this repo (what little there is of it) is Apache-2 licensed. The model weights have a `CC BY-SA 4.0` license. The TL;DR is that you can use and modify the model for any purpose including commercial use. However, if you modify the weights (for example, by fine-tuning), you must open-source your modified weights under the same license terms. The code in this repo (what little there is of it) is Apache-2 licensed. The model weights have a `CC BY-SA 4.0` license. The TL;DR is that you can use and modify the model for any purpose including commercial use. However, if you modify the weights (for example, by fine-tuning), you must open-source your modified weights under the same license terms.