Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,7 @@ tags:
|
|
| 11 |
- llm
|
| 12 |
- llama
|
| 13 |
base_model: McGill-NLP/Llama-3-8B-Web
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
|
|
@@ -55,5 +56,4 @@ We are working hard to make it easy for you to deploy Llama web agents to the we
|
|
| 55 |
|
| 56 |
## Code
|
| 57 |
|
| 58 |
-
The code for finetuning the model and evaluating it on the [`WebLINX`](https://mcgill-nlp.github.io/weblinx/) benchmark is available now. You can find the detailed instructions in [modeling](https://github.com/McGill-NLP/webllama/tree/main/modeling).
|
| 59 |
-
|
|
|
|
| 11 |
- llm
|
| 12 |
- llama
|
| 13 |
base_model: McGill-NLP/Llama-3-8B-Web
|
| 14 |
+
pipeline_tag: text-generation
|
| 15 |
---
|
| 16 |
|
| 17 |
|
|
|
|
| 56 |
|
| 57 |
## Code
|
| 58 |
|
| 59 |
+
The code for finetuning the model and evaluating it on the [`WebLINX`](https://mcgill-nlp.github.io/weblinx/) benchmark is available now. You can find the detailed instructions in [modeling](https://github.com/McGill-NLP/webllama/tree/main/modeling).
|
|
|