Add model card, link to paper

#1
by nielsr HF staff - opened
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -1,3 +1,10 @@
1
  ---
2
  license: cc-by-nc-4.0
 
3
  ---
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ pipeline_tag: image-text-to-text
4
  ---
5
+
6
+ This repository contains the PAE-LLaVa-7B model presented in [Proposer-Agent-Evaluator(PAE): Autonomous Skill Discovery For Foundation Model Internet Agents](https://huggingface.co/papers/2412.13194).
7
+
8
+ Project page: https://yanqval.github.io/PAE/
9
+
10
+ For code and sample usage, see https://github.com/amazon-science/PAE.