Update README.md
Browse files
README.md
CHANGED
@@ -51,5 +51,10 @@ torchrun --nproc_per_node=8 --master_port=20001 /workspace/FastChat/fastchat/tra
|
|
51 |
This ran on 8x nvidia 80gb a100's for about 17 hours.
|
52 |
|
53 |
|
54 |
-
### License
|
|
|
55 |
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.
|
|
|
|
|
|
|
|
|
|
51 |
This ran on 8x nvidia 80gb a100's for about 17 hours.
|
52 |
|
53 |
|
54 |
+
### Usage and License Notices
|
55 |
+
|
56 |
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.
|
57 |
+
|
58 |
+
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"
|
59 |
+
|
60 |
+
aioroboros data and models are intended and licensed for research use only. The dataset is CC BY NC 3.0 (allowing only non-commercial use) and models trained using the dataset should not be used outside of research purposes.
|