nielsr HF Staff commited on
Commit
6682912
·
verified ·
1 Parent(s): 8fc92fd

Add pipeline tag and library name

Browse files

This PR adds the missing pipeline tag and library name metadata.

Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,9 +1,11 @@
1
  ---
2
- license: apache-2.0
3
  datasets:
4
- - openbmb/RLPR-train
5
  language:
6
- - en
 
 
 
7
  ---
8
 
9
  # Model Card for RLPR-Qwen2.5-7B-Base
@@ -84,5 +86,4 @@ If you find our model/code/paper helpful, please consider citing our papers 📝
84
  archivePrefix={arXiv},
85
  primaryClass={cs.LG},
86
  url={https://arxiv.org/abs/2506.18254},
87
- }
88
- ```
 
1
  ---
 
2
  datasets:
3
+ - openbmb/RLPR-train
4
  language:
5
+ - en
6
+ license: apache-2.0
7
+ pipeline_tag: text-generation
8
+ library_name: transformers
9
  ---
10
 
11
  # Model Card for RLPR-Qwen2.5-7B-Base
 
86
  archivePrefix={arXiv},
87
  primaryClass={cs.LG},
88
  url={https://arxiv.org/abs/2506.18254},
89
+ }