funmaker commited on
Commit
114a20f
·
verified ·
1 Parent(s): 709a714

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -95,3 +95,28 @@ python -m sglang.launch_server \
95
  --speculative-draft-model-path <draft-model-path> \
96
  --speculative-dspark-block-size 7
97
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  --speculative-draft-model-path <draft-model-path> \
96
  --speculative-dspark-block-size 7
97
  ```
98
+
99
+
100
+ ## Limitations and Disclaimer
101
+
102
+ This model has no autonomous intent or legal personhood; its outputs are text generated from statistical patterns and may be inaccurate, biased, or offensive, and may be manipulated by carefully crafted prompts ("jailbreaks") into producing unintended content. Its responses on sensitive topics such as politics, health, finance, and law are not reviewed by experts and should not be treated as professional advice.
103
+
104
+ This model is provided "**AS IS**", without warranty of any kind, express or implied, and the developers are not liable for any damages arising from its use. Users must employ the model only for lawful, compliant, and ethical purposes, configure their own safeguards, and label AI-generated content where required; deliberate jailbreaking, injection attacks, or inducing harmful output is prohibited, and any such testing is at the user's own risk.
105
+
106
+ ## License
107
+
108
+ This repository and MiniCPM model weights are released under the [Apache-2.0](https://github.com/OpenBMB/MiniCPM/blob/main/LICENSE) License.
109
+
110
+ ## Citation
111
+
112
+ Please cite our paper if you find our work valuable:
113
+
114
+ ```bibtex
115
+ @article{minicpm4,
116
+ title={Minicpm4: Ultra-efficient llms on end devices},
117
+ author={MiniCPM, Team},
118
+ journal={arXiv preprint arXiv:2506.07900},
119
+ year={2025}
120
+ }
121
+ ```
122
+