How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="McGill-NLP/pix2act-large-weblinx")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("McGill-NLP/pix2act-large-weblinx", device_map="auto")
Quick Links

Configuration Parsing Warning:Config file config.json cannot be fetched (too big)

Configuration Parsing Warning:Config file tokenizer_config.json cannot be fetched (too big)

WebLINX: Real-World Website Navigation with Multi-Turn Dialogue

Xing Han Lù*, Zdeněk Kasner*, Siva Reddy

Original Model

This model is finetuned on WebLINX using checkpoints previously published on Huggingface Hub.
Click here to access the original model.

Downloads last month
9
Safetensors
Model size
1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Datasets used to train McGill-NLP/pix2act-large-weblinx

Collections including McGill-NLP/pix2act-large-weblinx

Paper for McGill-NLP/pix2act-large-weblinx