PyTorch
llama
smurty commited on
Commit
f99e404
·
verified ·
1 Parent(s): a76121d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -1,15 +1,15 @@
1
- ---
2
- license: apache-2.0
3
- metrics:
4
- - accuracy
5
- base_model:
6
- - meta-llama/Llama-3.1-8B-Instruct
7
- ---
8
 
9
  # Model Card for Llama8b-NNetNav-WA
10
 
11
  <!-- Provide a quick summary of what the model is/does. [Optional] -->
12
- LLama8b-NNetNav-WA is a [LLama-3.1-8B]() model that is instruct-tuned with [NNetNav]() data collected via unsupervised exploration on WebArena websites, with a larger [LLama-3.1-70B] model.
13
 
14
  Most details about this model along with details can be found in our paper: [NNetNav: Unsupervised Learning of Browser Agents Through Environment Interaction in the Wild](https://arxiv.org/abs/2410.02907).
15
 
 
1
+ ---
2
+ license: apache-2.0
3
+ metrics:
4
+ - accuracy
5
+ base_model:
6
+ - meta-llama/Llama-3.1-8B-Instruct
7
+ ---
8
 
9
  # Model Card for Llama8b-NNetNav-WA
10
 
11
  <!-- Provide a quick summary of what the model is/does. [Optional] -->
12
+ LLama8b-NNetNav-WA is a [LLama-3.1-8B]() model that is instruct-tuned with [NNetNav]() data collected via unsupervised exploration on WebArena websites, with a larger [LLama-3.1-70B]() model.
13
 
14
  Most details about this model along with details can be found in our paper: [NNetNav: Unsupervised Learning of Browser Agents Through Environment Interaction in the Wild](https://arxiv.org/abs/2410.02907).
15