Update README.md
Browse files
README.md
CHANGED
@@ -15,12 +15,14 @@ tags:
|
|
15 |
|
16 |
# GGUF and "i-matrix" quantized versions of MadeAgents/Hammer2.1-7b
|
17 |
|
18 |
-
**Hammer** refers to a series of lightweight Large Action Models, with strong function calling capability. These models are based on the Qwen 2.5 coder series, and utilize function masking techniques and other advanced technologies.
|
19 |
-
|
20 |
Using [LLaMA C++](https://github.com/ggerganov/llama.cpp) release [b4601](https://github.com/ggerganov/llama.cpp/releases/tag/b4601) for quantization.
|
21 |
|
22 |
Original model: [MadeAgents/Hammer2.1-7b](https://huggingface.co/MadeAgents/Hammer2.1-7b)
|
23 |
|
|
|
|
|
|
|
|
|
24 |
All quantized versions were generated using an appropriate imatrix created from datasets available at [eaddario/imatrix-calibration](https://huggingface.co/datasets/eaddario/imatrix-calibration).
|
25 |
|
26 |
At its core, an Importance Matrix (imatrix) is a table or, more broadly, a structured representation that scores the relative importance of different features or parameters in a machine learning model. It essentially quantifies the "impact" each feature has on a specific outcome, prediction, or relationship being modeled.
|
|
|
15 |
|
16 |
# GGUF and "i-matrix" quantized versions of MadeAgents/Hammer2.1-7b
|
17 |
|
|
|
|
|
18 |
Using [LLaMA C++](https://github.com/ggerganov/llama.cpp) release [b4601](https://github.com/ggerganov/llama.cpp/releases/tag/b4601) for quantization.
|
19 |
|
20 |
Original model: [MadeAgents/Hammer2.1-7b](https://huggingface.co/MadeAgents/Hammer2.1-7b)
|
21 |
|
22 |
+
From the model creators:
|
23 |
+
|
24 |
+
> Hammer refers to a series of lightweight Large Action Models. Currently, we are releasing Hammer 2.1 models (0.5B, 1.5B, 3B, and 7B) with strong function calling capability. These models are based on the Qwen 2.5 coder series and utilize [function masking](https://arxiv.org/abs/2410.04587) techniques and other advanced technologies. Hammer 2.1 series bring significant enhancements, while still maintaining the basic functionality of Hammer 2.0's Single-Turn interaction and further strengthening other capabilities.
|
25 |
+
|
26 |
All quantized versions were generated using an appropriate imatrix created from datasets available at [eaddario/imatrix-calibration](https://huggingface.co/datasets/eaddario/imatrix-calibration).
|
27 |
|
28 |
At its core, an Importance Matrix (imatrix) is a table or, more broadly, a structured representation that scores the relative importance of different features or parameters in a machine learning model. It essentially quantifies the "impact" each feature has on a specific outcome, prediction, or relationship being modeled.
|