Add model card
Browse filesThis PR adds a model card for the paper [Dyve: Thinking Fast and Slow for Dynamic Process Verification](https://arxiv.org/abs/2502.11157).
It also adds a relevant pipeline tag, ensuring the model can be found at https://huggingface.co/models?pipeline_tag=question-answering&sort=trending.
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: question-answering
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the model based on DeepSeek-R1-Distill-Qwen-14B as presented in [Dyve: Thinking Fast and Slow for Dynamic Process Verification](https://arxiv.org/abs/2502.11157).
|
8 |
+
|
9 |
+
Github repository: https://github.com/openreasoner/openr
|