Add model card (#1)
Browse files- Add model card (5286a81e3e778dc7507164ad434c95377df51c50)
Co-authored-by: Niels Rogge <[email protected]>
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
|