Commit
·
9a36d6b
1
Parent(s):
ddff439
Update README.md
Browse files
README.md
CHANGED
@@ -32,6 +32,9 @@ SQLCoder is fine-tuned on a base StarCoder model.
|
|
32 |
| wizardcoder | 52.0 |
|
33 |
| starcoder | 45.1 |
|
34 |
|
|
|
|
|
|
|
35 |
## Training
|
36 |
Defog was trained on 10,537 human-curated questions across 2 epochs. These questions were based on 10 different schemas. None of the schemas in the training data were included in our evaluation framework.
|
37 |
|
|
|
32 |
| wizardcoder | 52.0 |
|
33 |
| starcoder | 45.1 |
|
34 |
|
35 |
+
## License
|
36 |
+
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 `CC BY-SA 4.0` license terms.
|
37 |
+
|
38 |
## Training
|
39 |
Defog was trained on 10,537 human-curated questions across 2 epochs. These questions were based on 10 different schemas. None of the schemas in the training data were included in our evaluation framework.
|
40 |
|