Manojb commited on
Commit
d77faf8
·
verified ·
1 Parent(s): c2910f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -32,8 +32,8 @@ tags:
32
 
33
  ```bash
34
  # Download and run instantly
35
- ollama create qwen3:toolmaster -f ModelFile
36
- ollama run qwen3:toolmaster
37
  ```
38
 
39
 
@@ -72,7 +72,7 @@ ollama run qwen3:toolmaster
72
  import requests
73
 
74
  response = requests.post('http://localhost:11434/api/generate', json={
75
- 'model': 'qwen3:toolmaster',
76
  'prompt': 'Get the current weather in San Francisco and convert to Celsius',
77
  'stream': False
78
  })
@@ -132,11 +132,11 @@ What tools should I use and how?
132
  - **Ollama integration** (one-command setup)
133
 
134
  ```bibtex
135
- @model{qwen3-4b-toolmaster-gguf,
136
- title={Qwen3-4B-ToolMaster-GGUF: Local Function Calling for Everyone},
137
  author={Manojb},
138
  year={2025},
139
- url={https://huggingface.co/Manojb/Qwen3-4B-ToolMaster-GGUF}
140
  }
141
  ```
142
 
 
32
 
33
  ```bash
34
  # Download and run instantly
35
+ ollama create qwen3:toolcall -f ModelFile
36
+ ollama run qwen3:toolcall
37
  ```
38
 
39
 
 
72
  import requests
73
 
74
  response = requests.post('http://localhost:11434/api/generate', json={
75
+ 'model': 'qwen3:toolcall',
76
  'prompt': 'Get the current weather in San Francisco and convert to Celsius',
77
  'stream': False
78
  })
 
132
  - **Ollama integration** (one-command setup)
133
 
134
  ```bibtex
135
+ @model{Qwen3-4B-toolcalling-gguf-codex,
136
+ title={Qwen3-4B-toolcalling-gguf-codex: Local Function Calling},
137
  author={Manojb},
138
  year={2025},
139
+ url={https://huggingface.co/Manojb/Qwen3-4B-toolcalling-gguf-codex}
140
  }
141
  ```
142