Skip to content

Commit 547ba25

Browse files
committed
docs: move Citation section to the end
- Move Citation after License section for better document flow - Keep Citation at the bottom before final call-to-action
1 parent ac4ff31 commit 547ba25

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -419,23 +419,6 @@ logs/
419419

420420
---
421421

422-
## 📝 Citation
423-
424-
If you find GenRL useful in your research, please cite:
425-
426-
```bibtex
427-
@misc{genrl,
428-
author = {GenRL Contributors},
429-
title = {GenRL: Reinforcement Learning Framework for Visual Generation},
430-
year = {2026},
431-
publisher = {GitHub},
432-
journal = {GitHub repository},
433-
howpublished = {\url{https://github.com/ModelTC/GenRL}},
434-
}
435-
```
436-
437-
---
438-
439422
## 🏛️ Model Zoo
440423

441424
We provide LoRA checkpoints fine-tuned with reinforcement learning (GRPO) on the Wan2.1-T2V-1.3B model. More checkpoints will be released soon.
@@ -478,6 +461,23 @@ See `LICENSE.txt` for the full license text.
478461

479462
---
480463

464+
## 📝 Citation
465+
466+
If you find GenRL useful in your research, please cite:
467+
468+
```bibtex
469+
@misc{genrl,
470+
author = {GenRL Contributors},
471+
title = {GenRL: Reinforcement Learning Framework for Visual Generation},
472+
year = {2026},
473+
publisher = {GitHub},
474+
journal = {GitHub repository},
475+
howpublished = {\url{https://github.com/ModelTC/GenRL}},
476+
}
477+
```
478+
479+
---
480+
481481
<div align="center">
482482

483483
**If you find GenRL useful, please give us a ⭐!**

0 commit comments

Comments
 (0)