Update README.md
Browse files
README.md
CHANGED
@@ -99,4 +99,8 @@ prompt = f"Below is an instruction that describes a task, paired with an input t
|
|
99 |
ans = pipe(prompt, max_new_tokens=200)
|
100 |
print(ans[0]['generated_text'])
|
101 |
|
102 |
-
```
|
|
|
|
|
|
|
|
|
|
99 |
ans = pipe(prompt, max_new_tokens=200)
|
100 |
print(ans[0]['generated_text'])
|
101 |
|
102 |
+
```
|
103 |
+
|
104 |
+
## Disclaimer
|
105 |
+
|
106 |
+
WizardCoderSQL model follows the same license as WizardCoder. The content produced by any version of WizardCoderSQL is influenced by uncontrollable variables such as randomness, and therefore, the accuracy of the output cannot be guaranteed by this project. This project does not accept any legal liability for the content of the model output, nor does it assume responsibility for any losses incurred due to the use of associated resources and output results.
|