Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,15 @@ base_model: Qwen/Qwen2-7B-Instruct
|
|
6 |
---
|
7 |
# Hammer-7b 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](https://huggingface.co/MadeAgents/Hammer-1.5b), [4B](https://huggingface.co/MadeAgents/Hammer-4b) to [7B](https://huggingface.co/MadeAgents/Hammer-7b) parameters.
|
11 |
|
|
|
6 |
---
|
7 |
# Hammer-7b 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 |
+
|
18 |
## Introduction
|
19 |
**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](https://huggingface.co/MadeAgents/Hammer-1.5b), [4B](https://huggingface.co/MadeAgents/Hammer-4b) to [7B](https://huggingface.co/MadeAgents/Hammer-7b) parameters.
|
20 |
|