Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- McGill-NLP/WebLINX
|
4 |
+
- McGill-NLP/WebLINX-full
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
metrics:
|
8 |
+
- f1
|
9 |
+
- iou
|
10 |
+
- chrf
|
11 |
+
library_name: transformers
|
12 |
+
pipeline_tag: text-generation
|
13 |
+
tags:
|
14 |
+
- weblinx
|
15 |
+
- text-generation-inference
|
16 |
+
- web-agents
|
17 |
+
- agents
|
18 |
+
license: apache-2.0
|
19 |
+
---
|
20 |
+
<div align="center">
|
21 |
+
<h1 style="margin-bottom: 0.5em;">WebLINX: Real-World Website Navigation with Multi-Turn Dialogue</h1>
|
22 |
+
<em>Xing Han Lù*, Zdeněk Kasner*, Siva Reddy</em>
|
23 |
+
</div>
|
24 |
+
|
25 |
+
<div style="margin-bottom: 2em"></div>
|
26 |
+
|
27 |
+
<div style="display: flex; justify-content: space-around; align-items: center; font-size: 120%;">
|
28 |
+
<div><a href="https://mcgill-nlp.github.io/weblinx">🌐Website</a></div>
|
29 |
+
<div><a href="https://huggingface.co/spaces/McGill-NLP/weblinx-explorer">💻Explorer</a></div>
|
30 |
+
<div><a href="https://huggingface.co/datasets/McGill-NLP/WebLINX">🤗Dataset</a></div>
|
31 |
+
<div><a href="https://github.com/McGill-NLP/weblinx">💾Code</a></div>
|
32 |
+
</div>
|
33 |
+
|
34 |
+
|
35 |
+
## Original Model
|
36 |
+
|
37 |
+
This model is finetuned on WebLINX using checkpoints previously published on Huggingface Hub.\
|
38 |
+
[Click here to access the original model.](https://huggingface.co/osunlp/MindAct_ActionPrediction_flan-t5-xl)
|