nielsr HF Staff commited on
Commit
0b3ce58
·
verified ·
1 Parent(s): ce3bb77

Add metadata, link to paper

Browse files

This PR ensures the model can be found at https://huggingface.co/papers/2607.24720 as well as at https://huggingface.co/models?pipeline_tag=text-generation&sort=trending. It also adds a link to the project page and Github repository.

Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -1,13 +1,20 @@
1
  ---
2
- license: apache-2.0
3
  language: en
 
 
 
4
  ---
 
5
  # 🦒 The Physics of Multi-Turn Long-Horizon Planning: From Pre-training to Post-training via Single- and Multi-Teacher On-Policy Agentic Distillation
6
 
7
  This repository hosts the models from **PlanPhys**, a family of foundation models designed for researching multi-turn long-horizon planning.
8
 
9
  The PlanPhys model family explores different training strategies, including Random model, SFT model, OPD model.
10
 
 
 
 
 
11
  ---
12
 
13
  ## 🚀 Model Zoo
@@ -32,4 +39,5 @@ If you find PlanPhys useful in your research, please cite:
32
  author={},
33
  journal={},
34
  year={}
35
- }
 
 
1
  ---
 
2
  language: en
3
+ license: apache-2.0
4
+ pipeline_tag: text-generation
5
+ library_name: transformers
6
  ---
7
+
8
  # 🦒 The Physics of Multi-Turn Long-Horizon Planning: From Pre-training to Post-training via Single- and Multi-Teacher On-Policy Agentic Distillation
9
 
10
  This repository hosts the models from **PlanPhys**, a family of foundation models designed for researching multi-turn long-horizon planning.
11
 
12
  The PlanPhys model family explores different training strategies, including Random model, SFT model, OPD model.
13
 
14
+ Paper: https://huggingface.co/papers/2607.24720
15
+ Project page: https://quester-one.github.io/PlanPhysWebsite/
16
+ Code: https://github.com/Quester-one/PlanPhysCode
17
+
18
  ---
19
 
20
  ## 🚀 Model Zoo
 
39
  author={},
40
  journal={},
41
  year={}
42
+ }
43
+ ```