Update Frames2LoRA model card filenames
Browse files
README.md
CHANGED
|
@@ -14,25 +14,23 @@ Official implementation of **Frames2LoRA**
|
|
| 14 |
|
| 15 |
[](https://frames2lora.github.io/)
|
| 16 |
[](https://arxiv.org/abs/2606.04351)
|
|
|
|
| 17 |
|
|
|
|
| 18 |
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
- `video2lora-smolvlm2-500m-best-ce.pt` for `HuggingFaceTB/SmolVLM2-500M-Video-Instruct`
|
| 22 |
-
- `video2lora-smolvlm2-2.2b-best-ce.pt` for `HuggingFaceTB/SmolVLM2-2.2B-Instruct`
|
| 23 |
|
| 24 |
## Cite us
|
| 25 |
|
| 26 |
-
```
|
| 27 |
-
@misc{
|
| 28 |
-
title={
|
| 29 |
author={Manan Suri and Sarvesh Baskar and Dinesh Manocha},
|
| 30 |
year={2026},
|
| 31 |
eprint={2606.04351},
|
| 32 |
archivePrefix={arXiv},
|
| 33 |
primaryClass={cs.CV},
|
| 34 |
-
url={https://arxiv.org/abs/2606.04351},
|
| 35 |
}
|
| 36 |
```
|
| 37 |
-
|
| 38 |
-
|
|
|
|
| 14 |
|
| 15 |
[](https://frames2lora.github.io/)
|
| 16 |
[](https://arxiv.org/abs/2606.04351)
|
| 17 |
+
[](https://github.com/frames2lora/Frames2LoRA)
|
| 18 |
|
| 19 |
+
This repository contains two Frames2LoRA Stage 1 checkpoint files:
|
| 20 |
|
| 21 |
+
- `frames2lora-smolvlm2-500m-best-ce.pt` for `HuggingFaceTB/SmolVLM2-500M-Video-Instruct`
|
| 22 |
+
- `frames2lora-smolvlm2-2.2b-best-ce.pt` for `HuggingFaceTB/SmolVLM2-2.2B-Instruct`
|
|
|
|
|
|
|
| 23 |
|
| 24 |
## Cite us
|
| 25 |
|
| 26 |
+
```bibtex
|
| 27 |
+
@misc{suri2026frames2loraparametricvideointernalization,
|
| 28 |
+
title={Frames2LoRA: Parametric Video Internalization for Vision-Language Models},
|
| 29 |
author={Manan Suri and Sarvesh Baskar and Dinesh Manocha},
|
| 30 |
year={2026},
|
| 31 |
eprint={2606.04351},
|
| 32 |
archivePrefix={arXiv},
|
| 33 |
primaryClass={cs.CV},
|
| 34 |
+
url={https://arxiv.org/abs/2606.04351},
|
| 35 |
}
|
| 36 |
```
|
|
|
|
|
|