WebOperator: Action-Aware Tree Search for Autonomous Agents in Web Environment
Paper • 2512.12692 • Published • 14
How to use mahirlabibdihan/WebShepherd_3B with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("feature-extraction", model="mahirlabibdihan/WebShepherd_3B") # Load model directly
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("mahirlabibdihan/WebShepherd_3B")
model = AutoModel.from_pretrained("mahirlabibdihan/WebShepherd_3B")Reward model compatible with WebOperator.