Text Generation
PEFT
Safetensors
English
qwen3
lora
unsloth
agent
tool-use
agentbench
alfworld
dbbench
conversational
Instructions to use AF0815/agentbench with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AF0815/agentbench with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Unsloth Studio new
How to use AF0815/agentbench with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for AF0815/agentbench to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for AF0815/agentbench to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for AF0815/agentbench to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="AF0815/agentbench", max_seq_length=2048, )
Upload merged Qwen3-4B-Instruct-2507 model (auto-generated README)
Browse files- README.md +2 -2
- model-00001-of-00002.safetensors +1 -1
- model-00002-of-00002.safetensors +1 -1
README.md
CHANGED
|
@@ -53,13 +53,13 @@ Enabled: **True**
|
|
| 53 |
|
| 54 |
DB category weights used during training-data preparation:
|
| 55 |
|
| 56 |
-
- counting:
|
| 57 |
- comparison: 1
|
| 58 |
- ranking: 1
|
| 59 |
- select: 1
|
| 60 |
- insert: 1
|
| 61 |
- update: 1
|
| 62 |
-
- other:
|
| 63 |
|
| 64 |
## Training Configuration
|
| 65 |
|
|
|
|
| 53 |
|
| 54 |
DB category weights used during training-data preparation:
|
| 55 |
|
| 56 |
+
- counting: 1
|
| 57 |
- comparison: 1
|
| 58 |
- ranking: 1
|
| 59 |
- select: 1
|
| 60 |
- insert: 1
|
| 61 |
- update: 1
|
| 62 |
+
- other: 1
|
| 63 |
|
| 64 |
## Training Configuration
|
| 65 |
|
model-00001-of-00002.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4967215360
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ae13d9e237ad738634f1289ccb47968b2181d67ff3b7d76342bc7ed0934263e
|
| 3 |
size 4967215360
|
model-00002-of-00002.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3077766632
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf5b1ba3a7058b18bc4ae62ad4db6fd487b0d612e4c26689e1d479aa166b9512
|
| 3 |
size 3077766632
|