ff670 commited on
Commit
4e84de1
1 Parent(s): 6890245

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - zh
4
+ - en
5
+ - fr
6
+ - de
7
+ - ja
8
+ - ko
9
+ - it
10
+ - ru
11
+ pipeline_tag: text-generation
12
+ inference: false
13
+ library_name: transformers
14
+ ---
15
+
16
+ # OpenBuddy - Open Multilingual Chatbot based on LLaMA
17
+
18
+ GitHub and Usage Guide: [https://github.com/OpenBuddy/OpenBuddy](https://github.com/OpenBuddy/OpenBuddy)
19
+
20
+ Website and Demo: [https://openbuddy.ai](https://openbuddy.ai)
21
+
22
+ ![Demo](https://raw.githubusercontent.com/OpenBuddy/OpenBuddy/main/media/demo.png)
23
+
24
+ ## Installation
25
+
26
+ Due to licensing restrictions from LLAMA, you need to have the original LLAMA-7B model to decrypt the model weights.
27
+
28
+ To decrypt the model weights, please follow the guide in our GitHub: https://github.com/OpenBuddy/OpenBuddy#installation
29
+
30
+ ## Disclaimer
31
+
32
+ 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.
33
+
34
+ ## License Restrictions
35
+
36
+ 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.