nielsr HF staff commited on
Commit
4ce6460
·
verified ·
1 Parent(s): 2d298a5

Add model card, link to paper

Browse files

This PR ensures the model can be found at https://huggingface.co/papers/2412.13194 as well as at https://huggingface.co/models?pipeline_tag=image-text-to-text&sort=trending.

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.