CASE / hf-shaunspark-laya-mind2web-browser-agentSOURCE / HuggingFace
SOURCE / HUGGINGFACE
laya-mind2web-browser-agent
This is a fine-tuned version of the Laya decision model, specialized for browser automation tasks. It predicts the next browser action (operation and target element) from a web page's DOM structure and a user goal.
中文翻译
中文参考整理中,欢迎补充。
In progress; contributions welcome.4点赞
可运行代码
import torch
import laya
agent = laya.load("convaiinnovations/laya")
model = agent.model
model.load_state_dict(torch.load("pytorch_model.bin", map_location="cpu"))
model.eval()用途标签
来源说明
本条为社区整理,仅展示公开来源与链接。代码、文本、头像及商标权利归原作者和原平台所有;Laya 模型归 Convai Innovations 所有。
整理方式:自动采集 · 整理时间:2026年9月22日 14:29