Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
---
|
19 |
+
<div align="center">
|
20 |
+
<h1 style="margin-bottom: 0.5em;">WebLINX: Real-World Website Navigation with Multi-Turn Dialogue</h1>
|
21 |
+
<em>Xing Han Lù*, Zdeněk Kasner*, Siva Reddy</em>
|
22 |
+
</div>
|
23 |
+
|
24 |
+
<div style="margin-bottom: 2em"></div>
|
25 |
+
|
26 |
+
<div style="display: flex; justify-content: space-around; align-items: center; font-size: 120%;">
|
27 |
+
<div><a href="https://mcgill-nlp.github.io/weblinx">🌐Website</a></div>
|
28 |
+
<div><a href="https://huggingface.co/spaces/McGill-NLP/weblinx-explorer">💻Explorer</a></div>
|
29 |
+
<div><a href="https://huggingface.co/datasets/McGill-NLP/WebLINX">🤗Dataset</a></div>
|
30 |
+
<div><a href="https://github.com/McGill-NLP/weblinx">💾Code</a></div>
|
31 |
+
</div>
|
32 |
+
|
33 |
+
|
34 |
+
## Original Model
|
35 |
+
|
36 |
+
This model is finetuned on WebLINX using checkpoints previously published on Huggingface Hub.\
|
37 |
+
[Click here to access the original model.](https://huggingface.co/meta-llama/Llama-2-13b-chat-hf)
|
38 |
+
|
39 |
+
|
40 |
+
## License
|
41 |
+
|
42 |
+
This model is derived from LLaMA-2, which can only be used with the [LLaMA 2 Community License Agreement](https://github.com/facebookresearch/llama/blob/main/LICENSE). By using or distributing any portion or element of this model, you agree to be bound by this Agreement.
|