Skip to content

Commit bc668fe

Browse files
committed
fix: use clickable thumbnail for video — GitHub strips <video> tags from README
1 parent 7865409 commit bc668fe

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ A lightweight Python toolkit for **Recursive Language Modeling** — giving an L
55
Think of it like this: you dump a novel into a model and ask "what's the plot twist?" Most models can't handle a whole novel. But what if the model could break it into chapters, summarize each one, then read the summaries and answer? That's the idea.
66

77
<p align="center">
8-
<video src="https://github.com/Shuyib/mini-rlm/raw/main/rlm-animation/rlm_explainer_v3_slow.mp4" autoplay loop muted playsinline width="640"></video>
8+
<a href="https://github.com/Shuyib/mini-rlm/blob/main/rlm-animation/rlm_explainer_v3_slow.mp4">
9+
<img src="rlm-animation/thumbnail.jpg" alt="RLM pipeline: context too big → chunk → delegate → aggregate → answer" width="640">
10+
</a>
911
<br/>
1012
<em>RLM pipeline: context too big → chunk → delegate → aggregate → answer</em>
1113
</p>

rlm-animation/thumbnail.jpg

29.4 KB
Loading

0 commit comments

Comments
 (0)