Improve model card: Add pipeline tag, library name, and link to paper

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,8 +1,9 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
4
 
5
- This repository contains the model described in "Are We Ready for RL in Text-to-3D Generation? A Progressive Investigation".
6
-
7
- Code: https://github.com/Ivan-Tang-3D/3DGen-R1
8
 
 
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: text-to-3d
4
+ library_name: transformers
5
  ---
6
 
7
+ This repository contains the model described in [Are We Ready for RL in Text-to-3D Generation? A Progressive Investigation](https://huggingface.co/papers/2512.10949).
 
 
8
 
9
+ Code: https://github.com/Ivan-Tang-3D/3DGen-R1