eaddario commited on
Commit
b5157c3
·
unverified ·
1 Parent(s): 48aa136

Update README

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -7,6 +7,16 @@ base_model:
7
  - Qwen/Qwen2.5-Coder-7B-Instruct
8
  ---
9
 
 
 
 
 
 
 
 
 
 
 
10
  ## Introduction
11
 
12
  Hammer refers to a series of lightweight Large Action Models. Currently, we are releasing Hammer 2.1 models ([0.5B](https://huggingface.co/MadeAgents/Hammer2.1-0.5b), [1.5B](https://huggingface.co/MadeAgents/Hammer2.1-1.5b), [3B](https://huggingface.co/MadeAgents/Hammer2.1-3b), and [7B](https://huggingface.co/MadeAgents/Hammer2.1-7b)) with strong function calling capability. These models are based on the Qwen 2.5 coder series and utilize [function masking techniques](https://arxiv.org/abs/2410.04587) 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.
 
7
  - Qwen/Qwen2.5-Coder-7B-Instruct
8
  ---
9
 
10
+ # GGUF and Quantized versions of MadeAgents/Hammer2.1-7b
11
+
12
+ This is a fork of [MadeAgents/Hammer2.1-7b](https://huggingface.co/MadeAgents/Hammer2.1-7b) where the safetensors have been converted to GGUF and quantized to BF16, Q8_0, and Q4_K
13
+
14
+ This model seems to perform very well (given its size) in simple, multiple and parallel function call execution
15
+
16
+ From the original repo:
17
+
18
+ # Hammer2.1-7b Function Calling Model
19
+
20
  ## Introduction
21
 
22
  Hammer refers to a series of lightweight Large Action Models. Currently, we are releasing Hammer 2.1 models ([0.5B](https://huggingface.co/MadeAgents/Hammer2.1-0.5b), [1.5B](https://huggingface.co/MadeAgents/Hammer2.1-1.5b), [3B](https://huggingface.co/MadeAgents/Hammer2.1-3b), and [7B](https://huggingface.co/MadeAgents/Hammer2.1-7b)) with strong function calling capability. These models are based on the Qwen 2.5 coder series and utilize [function masking techniques](https://arxiv.org/abs/2410.04587) 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.