Qwen2.5_7B_WEASEL

Qwen2.5-7B_WEASEL is a WEASEL fine-tuned variant of Qwen/Qwen2.5-7B-Instruct for web-agent style reasoning and action generation.

Model Description

  • Base model: Qwen/Qwen2.5-7B-Instruct
  • Fine-tuning objective: web task solving with reasoning/action style supervision
  • Format: Hugging Face Transformers + Safetensors

Intended use

This model is intended for research on web-agent behavior, instruction following, and reasoning traces.

Training data

Fine-tuned on an AgentTrek-style web-agent dataset. If released separately, link it here: yeonjooooni/agenttrek-dataset

Limitations

  • May generate incorrect or unsafe browser actions
  • Reasoning traces do not guarantee factual correctness
  • Not evaluated for safety-critical use

Loading

from transformers import AutoTokenizer, AutoModelForCausalLM

model_id = "yeonjooooni/Qwen2.5_7B_WEASEL"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)
Downloads last month
4
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for yeonjooooni/Qwen2.5_7B_WEASEL

Base model

Qwen/Qwen2.5-7B
Finetuned
(2693)
this model

Dataset used to train yeonjooooni/Qwen2.5_7B_WEASEL

Collection including yeonjooooni/Qwen2.5_7B_WEASEL