Safetensors
qwen2
qypeng commited on
Commit
24e1a34
·
verified ·
1 Parent(s): be58c52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -2,9 +2,11 @@
2
  license: cc-by-4.0
3
  datasets:
4
  - Salesforce/xlam-function-calling-60k
 
5
  base_model:
6
  - Qwen/Qwen2.5-Coder-7B-Instruct
7
  ---
 
8
  ## Introduction
9
  We're excited to release lightweight Hammer 2.0 models ([0.5B](https://huggingface.co/MadeAgents/Hammer2.0-0.5b) , [1.5B](https://huggingface.co/MadeAgents/Hammer2.0-1.5b) , [3B](https://huggingface.co/MadeAgents/Hammer2.0-3b) , and [7B](https://huggingface.co/MadeAgents/Hammer2.0-7b)) with strong function calling capability, which empower developers to build personalized, on-device agentic applications.
10
 
@@ -145,4 +147,4 @@ inputs = tokenizer.apply_chat_template(messages, add_generation_prompt=True, ret
145
  # tokenizer.eos_token_id is the id of <|EOT|> token
146
  outputs = model.generate(inputs, max_new_tokens=512, do_sample=False, num_return_sequences=1, eos_token_id=tokenizer.eos_token_id)
147
  print(tokenizer.decode(outputs[0][len(inputs[0]):], skip_special_tokens=True))
148
- ~~~
 
2
  license: cc-by-4.0
3
  datasets:
4
  - Salesforce/xlam-function-calling-60k
5
+ - MadeAgents/XLAM-7.5k-Irrelevance
6
  base_model:
7
  - Qwen/Qwen2.5-Coder-7B-Instruct
8
  ---
9
+
10
  ## Introduction
11
  We're excited to release lightweight Hammer 2.0 models ([0.5B](https://huggingface.co/MadeAgents/Hammer2.0-0.5b) , [1.5B](https://huggingface.co/MadeAgents/Hammer2.0-1.5b) , [3B](https://huggingface.co/MadeAgents/Hammer2.0-3b) , and [7B](https://huggingface.co/MadeAgents/Hammer2.0-7b)) with strong function calling capability, which empower developers to build personalized, on-device agentic applications.
12
 
 
147
  # tokenizer.eos_token_id is the id of <|EOT|> token
148
  outputs = model.generate(inputs, max_new_tokens=512, do_sample=False, num_return_sequences=1, eos_token_id=tokenizer.eos_token_id)
149
  print(tokenizer.decode(outputs[0][len(inputs[0]):], skip_special_tokens=True))
150
+ ~~~