Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
<div align="center">
|
5 |
+
<h1 style="margin-bottom: 0.5em;">WebLINX: Real-World Website Navigation with Multi-Turn Dialogue</h1>
|
6 |
+
<em>Xing Han Lù*, Zdeněk Kasner*, Siva Reddy</em>
|
7 |
+
</div>
|
8 |
+
|
9 |
+
<div style="margin-bottom: 2em"></div>
|
10 |
+
|
11 |
+
<div style="display: flex; justify-content: space-around; align-items: center; font-size: 120%;">
|
12 |
+
<div><a href="https://arxiv.org/abs/2402.05930">📄Paper</a></div>
|
13 |
+
<div><a href="https://mcgill-nlp.github.io/weblinx">🌐Website</a></div>
|
14 |
+
<div><a href="https://huggingface.co/spaces/McGill-NLP/weblinx-explorer">💻Explorer</a></div>
|
15 |
+
<div><a href="https://huggingface.co/datasets/McGill-NLP/WebLINX">🤗Dataset</a></div>
|
16 |
+
<div><a href="https://github.com/McGill-NLP/weblinx">💾Code</a></div>
|
17 |
+
</div>
|
18 |
+
|
19 |
+
|
20 |
+
## Original Model
|
21 |
+
|
22 |
+
This model is finetuned on WebLINX using checkpoints previously published on Huggingface Hub.\
|
23 |
+
[Click here to access the original model.](https://huggingface.co/google/pix2struct-large)
|