Update README.md
Browse files
README.md
CHANGED
@@ -40,4 +40,12 @@ python -m fastchat.serve.cli \
|
|
40 |
--temperature 0.5 \
|
41 |
--max-new-tokens 2048 \
|
42 |
--no-history
|
43 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
--temperature 0.5 \
|
41 |
--max-new-tokens 2048 \
|
42 |
--no-history
|
43 |
+
```
|
44 |
+
|
45 |
+
### Usage and License Notices
|
46 |
+
|
47 |
+
The model is licensed under the LLaMA model, and the dataset is licensed under the terms of OpenAI because it uses ChatGPT. Everything else is free.
|
48 |
+
|
49 |
+
Data were generated with OpenAI API (gpt-4) and this dataset is therefore subject to their ToS, meaning non-commercial. I've put cc-nc as the license but it's probably better classified as "special/other"
|
50 |
+
|
51 |
+
aioroboros data and models are intended and licensed for research use only. The dataset is CC BY NC 4.0 (allowing only non-commercial use) and models trained using the dataset should not be used outside of research purposes.
|