Improve model card and add metadata

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +29 -3
README.md CHANGED
@@ -1,3 +1,29 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: image-text-to-text
4
+ library_name: transformers
5
+ ---
6
+
7
+ # TPRU-7B
8
+
9
+ This repository contains the **TPRU-7B** model, introduced in the paper [TPRU: Advancing Temporal and Procedural Understanding in Large Multimodal Models](https://huggingface.co/papers/2602.18884).
10
+
11
+ TPRU (**T**emporal-**Pr**ocedural and **U**nderstanding) is a framework and dataset designed to enhance the temporal reasoning and procedural understanding capabilities of Multimodal Large Language Models (MLLMs). By leveraging a reinforcement learning (RL) fine-tuning methodology (specifically GRPO) on tasks such as Temporal Reordering, Next-Frame Prediction, and Previous-Frame Review, the model achieves state-of-the-art results on procedural understanding benchmarks.
12
+
13
+ ## Resources
14
+ - **Paper:** [TPRU: Advancing Temporal and Procedural Understanding in Large Multimodal Models](https://huggingface.co/papers/2602.18884)
15
+ - **Code:** [GitHub - Stephen-gzk/TPRU](https://github.com/Stephen-gzk/TPRU/)
16
+ - **Dataset:** [TPRU-25k](https://huggingface.co/datasets/Stephengzk/TPRU-25k)
17
+
18
+ ## Citation
19
+
20
+ If you find this work useful, please consider citing:
21
+
22
+ ```bibtex
23
+ @inproceedings{gao2026tpru,
24
+ title={TPRU: Advancing Temporal and Procedural Understanding in Large Multimodal Models},
25
+ author={Gao, Zhenkun and Wang, Xuhong and Tan, Xin and Xie, Yuan},
26
+ booktitle={Published as a conference paper at ICLR 2026},
27
+ year={2026}
28
+ }
29
+ ```