lyc Cursor commited on
Commit
96b8b80
1 Parent(s): c3cf3d8

Add project-style model card with code and page links

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,13 +19,13 @@ tags:
19
 
20
  <sup>1</sup>Peking University 路 <sup>2</sup>Qwen Business Unit of Alibaba 路 <sup>3</sup>HKUST 路 <sup>4</sup>CUHK 路 <sup>5</sup>Shanghai Jiao Tong University
21
 
22
- [![Project Page](https://img.shields.io/badge/Project-Page-4d86c4)](https://dagroup-pku.github.io/SEPARATING-WHAT-FROM-WHEN/)
23
  [![GitHub](https://img.shields.io/badge/Code-TCR-24292f?logo=github)](https://github.com/DAGroup-PKU/TCR)
24
  [![Hugging Face](https://img.shields.io/badge/%F0%9F%A4%97-this%20repo-ffbd2e)](https://huggingface.co/starry0929/Separating-What-From-When)
25
 
26
  </div>
27
 
28
- **Temporal Context Routing (TCR)** adds a timing term to text-attention logits so picture and speech are generated as two streams against one shared clock. This repo hosts the released **LoRA** (`separating-what-from-when.safetensors`, ~2.3 GB) and the **200 held-out test prompts** (`test_prompts_200.json`) used in the paper. Training and inference code is at [DAGroup-PKU/TCR](https://github.com/DAGroup-PKU/TCR). Demos: [project page](https://dagroup-pku.github.io/SEPARATING-WHAT-FROM-WHEN/).
29
 
30
  ## Files
31
 
 
19
 
20
  <sup>1</sup>Peking University 路 <sup>2</sup>Qwen Business Unit of Alibaba 路 <sup>3</sup>HKUST 路 <sup>4</sup>CUHK 路 <sup>5</sup>Shanghai Jiao Tong University
21
 
22
+ [![Project Page](https://img.shields.io/badge/Project-Page-4d86c4)](https://dagroup-pku.github.io/SEPARATING-WHAT-FROM-WHEN.github.io/)
23
  [![GitHub](https://img.shields.io/badge/Code-TCR-24292f?logo=github)](https://github.com/DAGroup-PKU/TCR)
24
  [![Hugging Face](https://img.shields.io/badge/%F0%9F%A4%97-this%20repo-ffbd2e)](https://huggingface.co/starry0929/Separating-What-From-When)
25
 
26
  </div>
27
 
28
+ **Temporal Context Routing (TCR)** adds a timing term to text-attention logits so picture and speech are generated as two streams against one shared clock. This repo hosts the released **LoRA** (`separating-what-from-when.safetensors`, ~2.3 GB) and the **200 held-out test prompts** (`test_prompts_200.json`) used in the paper. Training and inference code is at [DAGroup-PKU/TCR](https://github.com/DAGroup-PKU/TCR). Demos: [project page](https://dagroup-pku.github.io/SEPARATING-WHAT-FROM-WHEN.github.io/).
29
 
30
  ## Files
31