breeg554 commited on
Commit ·
d8da464
1
Parent(s): e9af911
update readme
Browse files- .gitattributes +1 -0
- README.md +2 -0
- image.png +3 -0
.gitattributes
CHANGED
|
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
unsloth.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
unsloth.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -21,6 +21,8 @@ language:
|
|
| 21 |
|
| 22 |
**Finetuned from model:** unsloth/Qwen3-14B-unsloth-bnb-4bit
|
| 23 |
|
|
|
|
|
|
|
| 24 |
## 🚀 What Makes This Model Special?
|
| 25 |
|
| 26 |
This model has been fine-tuned to handle **asynchronous tool execution** — a critical capability for building responsive, real-world AI agents. Unlike traditional function-calling models that assume tools return results immediately, this model understands and properly handles tools that take time to execute.
|
|
|
|
| 21 |
|
| 22 |
**Finetuned from model:** unsloth/Qwen3-14B-unsloth-bnb-4bit
|
| 23 |
|
| 24 |
+

|
| 25 |
+
|
| 26 |
## 🚀 What Makes This Model Special?
|
| 27 |
|
| 28 |
This model has been fine-tuned to handle **asynchronous tool execution** — a critical capability for building responsive, real-world AI agents. Unlike traditional function-calling models that assume tools return results immediately, this model understands and properly handles tools that take time to execute.
|
image.png
ADDED
|
Git LFS Details
|