jondurbin commited on
Commit
c5d73be
1 Parent(s): 48236b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -71,4 +71,12 @@ Implement the Snake game in python. PLAINFORMAT
71
 
72
  - Several hundred role-playing data.
73
  - A few thousand ORCA style reasoning/math questions with ELI5 prompts to generate the responses (should not be needed in your prompts to this model however, just ask the question).
74
- - Many more coding examples in various languages, including some that use specific libraries (pandas, numpy, tensorflow, etc.)
 
 
 
 
 
 
 
 
 
71
 
72
  - Several hundred role-playing data.
73
  - A few thousand ORCA style reasoning/math questions with ELI5 prompts to generate the responses (should not be needed in your prompts to this model however, just ask the question).
74
+ - Many more coding examples in various languages, including some that use specific libraries (pandas, numpy, tensorflow, etc.)
75
+
76
+ ### Usage and License Notices
77
+
78
+ 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.
79
+
80
+ 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"
81
+
82
+ 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.