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

Add model card, link to paper (#1)

Browse files

- Add model card, link to paper (4ce646075981c59d4ee59877ad8f36bfc84b52a0)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

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.