Safetensors
qwen2
linqq9 commited on
Commit
f2a14c4
1 Parent(s): f822d05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -6,6 +6,14 @@ base_model: Qwen/Qwen1.5-4B-Chat
6
  ---
7
  # Hammer-4b Function Calling Model
8
 
 
 
 
 
 
 
 
 
9
  ## Introduction
10
  **Hammer** is a series of cutting-edge Large Language Models (LLMs) crafted to boost the critical capability of AI agents: function calling. Differing from existing models focusing on training data refinement, Hammer optimizes performance primarily through advanced training techniques. Focusing on on-device applications, we release a number of models from 1.5B, 4B to 7B parameters.
11
 
 
6
  ---
7
  # Hammer-4b Function Calling Model
8
 
9
+ ## Hammer 2.0 Series Introduction
10
+
11
+ We're excited to introduce Hammer 2.0, the latest in our Hammer Large Language Models series designed to enhance AI function calling. Differing from existing models focusing on training data refinement, Hammer optimizes performance primarily through advanced training techniques. In this version, we release a number of models with sizes ranging from 0.5B to 7B:
12
+ [0.5B](https://huggingface.co/MadeAgents/Hammer2.0-0.5b),
13
+ [1.5B](https://huggingface.co/MadeAgents/Hammer2.0-1.5b),
14
+ [4B](https://huggingface.co/MadeAgents/Hammer2.0-3b), and [7B](https://huggingface.co/MadeAgents/Hammer2.0-0.5b).
15
+
16
+
17
  ## Introduction
18
  **Hammer** is a series of cutting-edge Large Language Models (LLMs) crafted to boost the critical capability of AI agents: function calling. Differing from existing models focusing on training data refinement, Hammer optimizes performance primarily through advanced training techniques. Focusing on on-device applications, we release a number of models from 1.5B, 4B to 7B parameters.
19