gsoloupis commited on
Commit
adea36f
·
verified ·
1 Parent(s): b74771e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -1,3 +1,16 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ Hammer refers to a series of lightweight Large Action Models with strong function calling capability.
6
+ These models are based on the Qwen 2.5 coder series and utilize function masking techniques and other advanced technologies.
7
+ Hammer 2.1 series bring significant enhancements, while still maintaining the basic functionality of Hammer 2.0's
8
+ Single-Turn interaction and further strengthening other capabilities. More info [here](https://huggingface.co/MadeAgents/Hammer2.1-0.5b).
9
+
10
+ At this repository you can find a `.task` bundle file, ready to be integrated into an application for on-device generative AI tasks such as:
11
+
12
+ - https://github.com/google-ai-edge/gallery
13
+ - https://github.com/farmaker47/Jetson_App/tree/whisper_gemma3n_tts
14
+
15
+ Also a python notebook is available to see the procedure on how to create the file.
16
+