Geraldxm nielsr HF Staff commited on
Commit
e5ca5a7
·
verified ·
1 Parent(s): c99d98d

Improve model card: Add `transformers` library, `text-generation` tag, and HF paper link (#1)

Browse files

- Improve model card: Add `transformers` library, `text-generation` tag, and HF paper link (500ebf786bf4926fe63bf2690bf181b2f6fac6fa)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,8 +1,11 @@
1
  ---
2
  license: mit
 
 
3
  ---
 
4
  ### Entropy Minimization: Qwen3-8B-Base trained on OpenRS
5
 
6
- This is the Qwen3-8B-Base model trained by Entropy Minimization using OpenRS training set.
7
 
8
  If you are interested in Co-rewarding, you can find more details on our Github Repo [https://github.com/tmlr-group/Co-rewarding].
 
1
  ---
2
  license: mit
3
+ pipeline_tag: text-generation
4
+ library_name: transformers
5
  ---
6
+
7
  ### Entropy Minimization: Qwen3-8B-Base trained on OpenRS
8
 
9
+ This is the Qwen3-8B-Base model trained by Entropy Minimization using OpenRS training set, as presented in the paper [Co-rewarding: Stable Self-supervised RL for Eliciting Reasoning in Large Language Models](https://huggingface.co/papers/2508.00410).
10
 
11
  If you are interested in Co-rewarding, you can find more details on our Github Repo [https://github.com/tmlr-group/Co-rewarding].