-
Beta Was this translation helpful? Give feedback.
Answered by
xhluca
Mar 26, 2024
Replies: 1 comment 2 replies
-
Yes the bboxes/bbox-*.json are part of the dataset (see |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
XuRui314
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes the bboxes/bbox-*.json are part of the dataset (see
weblinx-full
on huggingface) which map an element id to coordinates. the target element id can be found in themetadata.json
. If you want a tutorial you can check out themodeling/llama/eval.py
or the new colab notebook: https://colab.research.google.com/github/McGill-NLP/weblinx/blob/main/examples/WebLINX_Colab_Notebook.ipynb