Downloads · 30 days
0
peanuts33/advanced-test04
advanced-test04 is a text generation model from peanuts33. Use it when you need the model to write or continue text. It is set up for peft. The card lists the license as apache-2.0.
LoRA adapter fine-tuned from Qwen/Qwen3-4B-Instruct-2507 using Unsloth.
Downloads · 30 days
0
Access
Public
Updated Feb 23, 2026
Parameters
4B
8.1 GB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors8 GB · 100%
From the Hugging Face model README
LoRA adapter fine-tuned from Qwen/Qwen3-4B-Instruct-2507 using Unsloth.
ALFWorld training data (v3/v5) was in function-calling format, but the evaluation environment expects ReAct text format (THOUGHT/ACTION). This mismatch caused test03 to score significantly lower than test02.
test04 converts ALFWorld data to ReAct format before training:
assistant + tool_calls → THOUGHT: <think>\nACTION: <action> texttool role → user role (matching eval environment observation format)