rishdotblog
commited on
Commit
•
7e2fb51
1
Parent(s):
4291731
Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ SQLCoder is fine-tuned on a base StarCoder model.
|
|
22 |
| text-davinci-003 | 52.5 |
|
23 |
|
24 |
## License
|
25 |
-
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.
|
26 |
|
27 |
## Training
|
28 |
Defog was trained on more than 20,000 human-curated questions. These questions were based on 10 different schemas. None of the schemas in the training data were included in our evaluation framework.
|
|
|
22 |
| text-davinci-003 | 52.5 |
|
23 |
|
24 |
## License
|
25 |
+
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, with additional responsible use restrictions added. 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.
|
26 |
|
27 |
## Training
|
28 |
Defog was trained on more than 20,000 human-curated questions. These questions were based on 10 different schemas. None of the schemas in the training data were included in our evaluation framework.
|