MiniCPM/README.md
2024-01-30 15:46:26 +08:00

92 lines
1.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# MiniCPM
Read this in [English]()
[技术报告]()
在[面壁露卡](https://luca.cn/)体验更大规模的模型。
## 介绍
## 模型下载
[HuggingFace仓库]()
[ModelScope仓库]()
[XX仓库]()
## 模型性能
#### 中文知识
|-|-|
| | |
#### 英文知识
|-|-|
| | |
#### 代码
|-|-|
| | |
#### 逻辑
|-|-|
| | |
#### 多模态
|-|-|
| | |
## 手机部署
#### 性能评测
|-|-|
| | |
#### 部署步骤
安卓:
IOS
## Demo & API
### 基于Gradio的网页版Demo
使用如下命令启动基于Gradio的网页版demo
```shell
python demo/gradio_based_demo.py
```
## 高效参数微调
## 典型示例
## 开源协议
#### 模型协议
本仓库中代码依照 [Apache-2.0](https://github.com/OpenBMB/MiniCPM/blob/main/LICENSE) 协议开源MiniCPM 模型权重的使用则需要遵循 [“通用模型许可协议-来源说明-宣传限制-商业授权”](https://github.com/OpenBMB/General-Model-License/blob/main/%E9%80%9A%E7%94%A8%E6%A8%A1%E5%9E%8B%E8%AE%B8%E5%8F%AF%E5%8D%8F%E8%AE%AE-%E6%9D%A5%E6%BA%90%E8%AF%B4%E6%98%8E-%E5%AE%A3%E4%BC%A0%E9%99%90%E5%88%B6-%E5%95%86%E4%B8%9A%E6%8E%88%E6%9D%83.md)。
MiniCPM 模型权重对学术研究完全开放。如需将模型用于商业用途请联系cpm@modelbest.cn来获取书面授权在登记后亦允许免费商业使用。
#### 声明
作为一个语言模型MiniCPM 通过学习大量的文本来生成内容,但它无法理解、表达个人观点或价值判断,它所输出的任何内容都不代表模型开发者的观点和立场。
因此用户在使用 MiniCPM 生成的内容时,应自行负责对其进行评估和验证。
## 引用
如果觉得MiniCPM有助于您的工作请考虑引用下列[技术报告]()
```
@inproceedings{han2022bminf,
title={MiniCPM: todo},
booktitle={OpenBMB Blog},
year={2024}
}
```