File size: 940 Bytes
26da3bd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ec910dd
26da3bd
 
 
 
 
 
 
ec910dd
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---

base_model:
  - openbmb/MiniCPM5-1B
license: apache-2.0
language:
  - en
tags:
  - minicpm
  - minicpm5
  - llama
  - text-generation
  - long-context
  - tool-calling
  - on-device
  - edge-ai
  - gguf
---


# MiniCPM5-1B-i1-GGUF

This repository contains GGUF format quantizations of the model openbmb/MiniCPM5-1B. These models were generated using llama.cpp with an Importance Matrix (imatrix) - https://gist.github.com/bartowski1182/82ae9b520227f57d79ba04add13d0d0d

## Models Available

The collection includes a total of 26 files:
* Baseline Formats: BF16, FP16, and FP32
* Quantization Types: 23 different levels including IQ1_S, IQ2_XXS, Q4_K_M, and Q8_0

* Importance Matrix: `imatrix.gguf` is included for reference or custom use



# NOTE

Quantization below 4 bits may result in unacceptably low quality, particularly for a 1B parameter model, which is inherently more sensitive to such compression.