m-serious nielsr HF Staff commited on
Commit
6d34a5d
·
verified ·
1 Parent(s): 6e8baeb

Add library_name and correct pipeline_tag (#1)

Browse files

- Add library_name and correct pipeline_tag (75e0282b1dd44e5f1f19e0624e5d951bba37788d)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -1,18 +1,21 @@
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>
 
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
+ pipeline_tag: text-generation
16
+ library_name: transformers
17
  ---
18
+
19
  <center>
20
  <img src="https://cdn-uploads.huggingface.co/production/uploads/65d188a4aa309d842e438ef1/d6YiWBndm7WzANfl3e1qi.png" alt="Output Examples" width="600">
21
  </center>