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-base-weblinx")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("McGill-NLP/pix2act-base-weblinx", dtype="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
7
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for McGill-NLP/pix2act-base-weblinx

Quantizations
1 model

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

Collection including McGill-NLP/pix2act-base-weblinx