young-geng
commited on
Commit
•
ba567b5
1
Parent(s):
4e01f32
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Koala: A Dialogue Model for Academic Research
|
2 |
+
This repo contains the weights diff against the base LLaMA for the Koala model. Check out the following links to get started:
|
3 |
+
* [Blog post](https://bair.berkeley.edu/blog/2023/04/03/koala/)
|
4 |
+
* [Online demo](https://koala.lmsys.org/)
|
5 |
+
* [EasyLM: training and serving framework on GitHub](https://github.com/young-geng/EasyLM)
|
6 |
+
* [Documentation for running Koala locally](https://github.com/young-geng/EasyLM/blob/main/docs/koala.md)
|
7 |
+
|
8 |
+
## License
|
9 |
+
The model weights are intended for academic research only, subject to the
|
10 |
+
[model License of LLaMA](https://github.com/facebookresearch/llama/blob/main/MODEL_CARD.md),
|
11 |
+
[Terms of Use of the data generated by OpenAI](https://openai.com/policies/terms-of-use),
|
12 |
+
and [Privacy Practices of ShareGPT](https://chrome.google.com/webstore/detail/sharegpt-share-your-chatg/daiacboceoaocpibfodeljbdfacokfjb).
|
13 |
+
Any other usage of the model weights, including but not limited to commercial usage, is strictly prohibited.
|
14 |
+
Please contact us If you find any potential violations. Our training and inference code is released under the Apache License 2.0.
|