zhoujun nielsr HF Staff commited on
Commit
73ccb4d
·
verified ·
1 Parent(s): 9eb5a63

Add model card, link to paper and code (#1)

Browse files

- Add model card, link to paper and code (b384baf7b6de8417828cfadc770a23b1de3bb64b)


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

Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ pipeline_tag: text-generation
4
+ license: cc-by-nc-4.0
5
+ ---
6
+
7
+ This repository contains the Guru model presented in [Revisiting Reinforcement Learning for LLM Reasoning from A Cross-Domain Perspective](https://huggingface.co/papers/2506.14965).
8
+
9
+ Project page: https://yanqval.github.io/PAE/
10
+ Code: https://github.com/Reasoning360/Reasoning360