finalf0 commited on
Commit
532296c
·
verified ·
1 Parent(s): cff7fff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -132,3 +132,16 @@ res, context, _ = model.chat(
132
  )
133
  print(res)
134
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  )
133
  print(res)
134
  ```
135
+
136
+
137
+ ## License
138
+ #### Model License
139
+ * The code in this repo is released according to [Apache-2.0](https://github.com/OpenBMB/MiniCPM/blob/main/LICENSE)
140
+ * The usage of MiniCPM's parameters is subject to ["General Model License Agreement - Source Notes - Publicity Restrictions - Commercial License"](https://github.com/OpenBMB/General-Model-License/blob/main/)
141
+ * The parameters are fully open to acedemic research
142
+ * Please contact [email protected] to obtain a written authorization for commercial uses. Free commercial use is also allowed after registration.
143
+
144
+ #### Statement
145
+ * As an LLM, MiniCPM generates contents by learning a large mount of texts, but it cannot comprehend, express personal opinions or make value judgement. Anything generated by MiniCPM does not represent the views and positions of the model developers
146
+ * We will not be liable for any problems arising from the use of the MinCPM open Source model, including but not limited to data security issues, risk of public opinion, or any risks and problems arising from the misdirection, misuse, dissemination or misuse of the model.
147
+