Add library name, pipeline tag and project page link
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,24 +1,27 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
datasets:
|
4 |
-
- ulab-ai/Time-Bench
|
5 |
base_model:
|
6 |
- Qwen/Qwen2.5-3B-Instruct
|
|
|
|
|
|
|
7 |
tags:
|
8 |
- temporal-reasoning
|
9 |
- reinforcement-learning
|
10 |
- large-language-models
|
11 |
paperswithcode:
|
12 |
-
arxiv_id: 2505.13508
|
13 |
model_index:
|
14 |
- name: Time-R1-S1P1
|
|
|
|
|
15 |
---
|
|
|
16 |
<center>
|
17 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/65d188a4aa309d842e438ef1/d6YiWBndm7WzANfl3e1qi.png" alt="Output Examples" width="600">
|
18 |
</center>
|
19 |
|
20 |
<div align="center">
|
21 |
-
<a href="https://huggingface.co/datasets/ulab-ai/Time-Bench"> π <strong>Dataset</strong></a> | <a href="https://github.com/ulab-uiuc/Time-R1">π <strong>Code</strong></a> | <a href="https://arxiv.org/abs/2505.13508">π <strong>Paper</strong></a>
|
22 |
</div>
|
23 |
|
24 |
# Time-R1 Model Series
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
base_model:
|
3 |
- Qwen/Qwen2.5-3B-Instruct
|
4 |
+
datasets:
|
5 |
+
- ulab-ai/Time-Bench
|
6 |
+
license: apache-2.0
|
7 |
tags:
|
8 |
- temporal-reasoning
|
9 |
- reinforcement-learning
|
10 |
- large-language-models
|
11 |
paperswithcode:
|
12 |
+
arxiv_id: 2505.13508
|
13 |
model_index:
|
14 |
- name: Time-R1-S1P1
|
15 |
+
library_name: transformers
|
16 |
+
pipeline_tag: text-generation
|
17 |
---
|
18 |
+
|
19 |
<center>
|
20 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/65d188a4aa309d842e438ef1/d6YiWBndm7WzANfl3e1qi.png" alt="Output Examples" width="600">
|
21 |
</center>
|
22 |
|
23 |
<div align="center">
|
24 |
+
<a href="https://huggingface.co/datasets/ulab-ai/Time-Bench"> π <strong>Dataset</strong></a> | <a href="https://github.com/ulab-uiuc/Time-R1">π <strong>Code</strong></a> | <a href="https://arxiv.org/abs/2505.13508">π <strong>Paper</strong></a> | <a href="https://sites.google.com/view/eagle-llm">π <strong>Project Page</strong></a>
|
25 |
</div>
|
26 |
|
27 |
# Time-R1 Model Series
|