ff670 commited on
Commit
931965f
·
1 Parent(s): 138d9ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -25
README.md CHANGED
@@ -13,28 +13,3 @@ This model is an outdated version and has been preserved specifically for evalua
13
  We highly recommend visiting our GitHub repository to find and use the latest version of the model: https://github.com/OpenBuddy/OpenBuddy
14
 
15
 
16
-
17
-
18
- # OpenBuddy - Open Multilingual Chatbot based on LLaMA
19
-
20
- GitHub and Usage Guide: [https://github.com/OpenBuddy/OpenBuddy](https://github.com/OpenBuddy/OpenBuddy)
21
-
22
- Website and Demo: [https://openbuddy.ai](https://openbuddy.ai)
23
-
24
- ![Demo](https://raw.githubusercontent.com/OpenBuddy/OpenBuddy/main/media/demo.png)
25
-
26
- ## Installation
27
-
28
- Due to licensing restrictions from LLAMA, you need to have the original LLAMA-7B model to use this model. To decrypt the model weights, obtain the original LLAMA-7B model (not the huggingface version) and run the following command:
29
-
30
- ```
31
- python(3) decrypt.py [path-to-consolidated.00.pth] [path-to-our-model-folder]
32
- ```
33
-
34
- ## Disclaimer
35
-
36
- OpenBuddy is provided as-is without any warranty of any kind, either express or implied. The authors and contributors shall not be held liable for any damages resulting from the use or inability to use this software. By using OpenBuddy, you agree to these terms and conditions.
37
-
38
- ## License Restrictions
39
-
40
- OpenBuddy is intended for non-commercial research purposes only, following the same restrictions as the LLAMA model. Any use outside of this scope is strictly prohibited. For more information, please refer to the LLAMA license.
 
13
  We highly recommend visiting our GitHub repository to find and use the latest version of the model: https://github.com/OpenBuddy/OpenBuddy
14
 
15