CoolFace
Modelpublic

pierretokns/pix2act-weblinx-large-onnx

sourceHugging Faceapache-2.0updated 8mo agoView on Hugging Face
0likes11downloads
Model Card

Pix2Act-WebLINX-Large ONNX

ONNX export of McGill-NLP/pix2act-large-weblinx (611M params) optimized for browser automation.

Files

  • —encoder_model.onnx - Visual encoder
  • —decoder_model.onnx - Text decoder
  • —decoder_with_past_model.onnx - Decoder with KV cache

Usage

python
import onnxruntime as ort
session = ort.InferenceSession("encoder_model.onnx")

Exported using HotelBench ONNX export utilities.