Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Tiny-Random-MiniCPM-o-2_6
|
| 2 |
|
| 3 |
This is a **tiny random version** of the [MiniCPM-o-2_6](https://huggingface.co/openbmb/MiniCPM-o-2_6) architecture, specifically designed for **integration testing and CI/CD pipelines** in the `optimum-intel` repository.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: optimum
|
| 3 |
+
tags:
|
| 4 |
+
- intel
|
| 5 |
+
- openvino
|
| 6 |
+
- optimum
|
| 7 |
+
- minicpm
|
| 8 |
+
- tiny-model
|
| 9 |
+
license: apache-2.0
|
| 10 |
+
base_model: openbmb/MiniCPM-o-2_6
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
|
| 14 |
# Tiny-Random-MiniCPM-o-2_6
|
| 15 |
|
| 16 |
This is a **tiny random version** of the [MiniCPM-o-2_6](https://huggingface.co/openbmb/MiniCPM-o-2_6) architecture, specifically designed for **integration testing and CI/CD pipelines** in the `optimum-intel` repository.
|