xhluca commited on
Commit
eb6ffcc
1 Parent(s): dcd1ad6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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://arxiv.org/abs/2402.05930">📄Paper</a></div>
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/meta-llama/Llama-2-13b-chat-hf)
39
+
40
+
41
+ ## License
42
+
43
+ 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.