MananSuri27 commited on
Commit
17efa2c
·
verified ·
1 Parent(s): 2d529cc

Update Frames2LoRA model card filenames

Browse files
Files changed (1) hide show
  1. README.md +8 -10
README.md CHANGED
@@ -14,25 +14,23 @@ Official implementation of **Frames2LoRA**
14
 
15
  [![project page](https://img.shields.io/badge/🌐_project-page-3b82f6?style=flat-square)](https://frames2lora.github.io/)
16
  [![arxiv paper](https://img.shields.io/badge/📄_arxiv_paper-2606.04351-b31b1b?style=flat-square)](https://arxiv.org/abs/2606.04351)
 
17
 
 
18
 
19
- This repository contains two Video2LoRA Stage 1 checkpoint files:
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{suri2026video2loraparametricvideointernalization,
28
- title={Video2LoRA: 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
  ```
37
-
38
-
 
14
 
15
  [![project page](https://img.shields.io/badge/🌐_project-page-3b82f6?style=flat-square)](https://frames2lora.github.io/)
16
  [![arxiv paper](https://img.shields.io/badge/📄_arxiv_paper-2606.04351-b31b1b?style=flat-square)](https://arxiv.org/abs/2606.04351)
17
+ [![code](https://img.shields.io/badge/GitHub-Frames2LoRA-181717?style=flat-square)](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
  ```