nielsr HF Staff commited on
Commit
5286a81
·
verified ·
1 Parent(s): 5e058c3

Add model card

Browse files

This PR adds a model card by linking it to the paper [](https://huggingface.co/papers/2504.15466).

It also adds the relevant pipeline tag, ensuring it can be found on https://huggingface.co/models?pipeline_tag=text-generation, as well as the Github link.

Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
+ ---
6
+
7
+ This repository contains the model described in the paper [Learning Adaptive Parallel Reasoning with Language Models](https://huggingface.co/papers/2504.15466).
8
+
9
+ For more information, please refer to the github repository: https://github.com/Parallel-Reasoning/APR