nielsr HF Staff commited on
Commit
23aaf4e
·
verified ·
1 Parent(s): 585a2e2

Add model card

Browse files

This 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.

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: 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