Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
- zh
|
| 5 |
+
base_model:
|
| 6 |
+
- openbmb/MiniCPM3-4B
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
This repo includes the GGUF versions of [MiniCPM3-4B](https://huggingface.co/openbmb/MiniCPM3-4B):
|
| 10 |
+
|
| 11 |
+
- minicpm3-4b-fp16.gguf
|
| 12 |
+
- minicpm3-4b-q4_k_m.gguf
|
| 13 |
+
|
| 14 |
+
For usage and more information, please check our GitHub [repo](https://github.com/OpenBMB/MiniCPM).
|