nielsr HF Staff commited on
Commit
3583a31
·
verified ·
1 Parent(s): 458426b

Improve model card: Add `library_name` and update paper link

Browse files

This PR enhances the model card by:

* Adding the `library_name: transformers` tag to the metadata, which enables an automated usage snippet on the Hub. The model's `config.json`, `tokenizer_config.json`, `generation_config.json` and usage examples in the GitHub repository confirm compatibility with the `transformers` library.
* Updating the paper link in the model card content to the official Hugging Face papers page: `https://huggingface.co/papers/2508.11630`, replacing the arXiv link for better integration within the platform.

These improvements will make the model more discoverable and easier for the community to use.

Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -1,16 +1,18 @@
1
  ---
2
- license: mit
 
3
  datasets:
4
  - Kwai-Keye/Thyme-SFT
5
  - Kwai-Keye/Thyme-RL
6
  language:
7
  - en
 
8
  metrics:
9
  - accuracy
10
- base_model:
11
- - Qwen/Qwen2.5-VL-7B-Instruct
12
  pipeline_tag: image-text-to-text
 
13
  ---
 
14
  <div align="center">
15
  <img src="https://cdn-uploads.huggingface.co/production/uploads/685ba798484e3233f5ff6f11/dxBp6TmwqwNuBuJR9gfQC.png" width="40%" alt="Thyme Logo">
16
  </div>
@@ -18,7 +20,7 @@ pipeline_tag: image-text-to-text
18
  <font size=4><div align='center' >
19
  [[📖 Home Page](https://thyme-vl.github.io/)]
20
  [[📖 Github Repo](https://github.com/yfzhang114/Thyme)]
21
- [[📖 Technique Report](https://arxiv.org/abs/2508.11630)]
22
 
23
  [[📊 Thyme SFT Model](https://huggingface.co/Kwai-Keye/Thyme-SFT)]
24
  [[📊 Thyme RL Model](https://huggingface.co/Kwai-Keye/Thyme-RL)]
@@ -27,7 +29,7 @@ pipeline_tag: image-text-to-text
27
  </div></font>
28
 
29
  ## 🔥 News
30
- * **`2025.08.15`** 🌟 We are excited to introduce **Thyme: Think Beyond Images**. Thyme transcends traditional ``thinking with images'' paradigms by autonomously generating and executing diverse image processing and computational operations through executable code, significantly enhancing performance on high-resolution perception and complex reasoning tasks. Leveraging a novel two-stage training strategy that combines supervised fine-tuning with reinforcement learning and empowered by the innovative GRPO-ATS algorithm, Thyme achieves a sophisticated balance between reasoning exploration and code execution precision.
31
 
32
  <div align="center">
33
  <img src="https://cdn-uploads.huggingface.co/production/uploads/685ba798484e3233f5ff6f11/c_D7uX3RT1WUANDRB70ZC.png" width="100%" alt="Thyme Logo">
 
1
  ---
2
+ base_model:
3
+ - Qwen/Qwen2.5-VL-7B-Instruct
4
  datasets:
5
  - Kwai-Keye/Thyme-SFT
6
  - Kwai-Keye/Thyme-RL
7
  language:
8
  - en
9
+ license: mit
10
  metrics:
11
  - accuracy
 
 
12
  pipeline_tag: image-text-to-text
13
+ library_name: transformers
14
  ---
15
+
16
  <div align="center">
17
  <img src="https://cdn-uploads.huggingface.co/production/uploads/685ba798484e3233f5ff6f11/dxBp6TmwqwNuBuJR9gfQC.png" width="40%" alt="Thyme Logo">
18
  </div>
 
20
  <font size=4><div align='center' >
21
  [[📖 Home Page](https://thyme-vl.github.io/)]
22
  [[📖 Github Repo](https://github.com/yfzhang114/Thyme)]
23
+ [[📖 Paper](https://huggingface.co/papers/2508.11630)]
24
 
25
  [[📊 Thyme SFT Model](https://huggingface.co/Kwai-Keye/Thyme-SFT)]
26
  [[📊 Thyme RL Model](https://huggingface.co/Kwai-Keye/Thyme-RL)]
 
29
  </div></font>
30
 
31
  ## 🔥 News
32
+ * **`2025.08.15`** 🌟 We are excited to introduce **Thyme: Think Beyond Images**. Thyme transcends traditional ``thinking with images'' paradigms by autonomously generating and executing diverse image processing and computational operations through executable code, significantly enhancing performance on high-resolution perception and complex reasoning tasks. Leveraging a novel two-stage training strategy that combines supervised fine-tuning with reinforcement learning and empowered by the innovative GRPO-ATS algorithm, Thyme achieves a sophisticated balance between reasoning exploration with code execution precision.
33
 
34
  <div align="center">
35
  <img src="https://cdn-uploads.huggingface.co/production/uploads/685ba798484e3233f5ff6f11/c_D7uX3RT1WUANDRB70ZC.png" width="100%" alt="Thyme Logo">