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 +1 -2
- model-00001-of-00002.safetensors +1 -1
- model-00002-of-00002.safetensors +1 -1
README.md
CHANGED
|
@@ -17,7 +17,6 @@ tags:
|
|
| 17 |
- agentbench
|
| 18 |
- alfworld
|
| 19 |
- dbbench
|
| 20 |
-
- db-oversampling
|
| 21 |
---
|
| 22 |
|
| 23 |
# qwen3-4b-agentbench-dbalf-lora
|
|
@@ -49,7 +48,7 @@ Loss is applied to **all assistant turns** in the trajectory, enabling the model
|
|
| 49 |
- Mixing ratio (pre-merge target): **DB:ALF = 1:0**
|
| 50 |
|
| 51 |
### DB Oversampling (category-aware)
|
| 52 |
-
Enabled: **
|
| 53 |
|
| 54 |
DB category weights used during training-data preparation:
|
| 55 |
|
|
|
|
| 17 |
- agentbench
|
| 18 |
- alfworld
|
| 19 |
- dbbench
|
|
|
|
| 20 |
---
|
| 21 |
|
| 22 |
# qwen3-4b-agentbench-dbalf-lora
|
|
|
|
| 48 |
- Mixing ratio (pre-merge target): **DB:ALF = 1:0**
|
| 49 |
|
| 50 |
### DB Oversampling (category-aware)
|
| 51 |
+
Enabled: **False**
|
| 52 |
|
| 53 |
DB category weights used during training-data preparation:
|
| 54 |
|
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:338b5113307d4f86a5b75592cc04a649c866bef55f1a1486947b6bd304e40cfe
|
| 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:884496f90e5de353ee13b09c63888def8bf508b0e0c81af757f25f9ee7882235
|
| 3 |
size 3077766632
|