2264K commited on
Commit
eec68b7
·
verified ·
1 Parent(s): b67c2d8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -93,10 +93,12 @@ proj_lora.load_state_dict(torch.load("exp6_projection/proj_lora_epoch5.pt"))
93
  If you use this work, please cite:
94
 
95
  ```bibtex
96
- @misc{kim2026vjepa_video_understanding,
97
- title={Event-Based Video Understanding with V-JEPA and LLM Alignment},
98
- author={Kim, Brian},
99
  year={2026},
100
- url={https://huggingface.co/2264K/vjepa2-qwen3.5-video-understanding}
 
 
101
  }
102
  ```
 
93
  If you use this work, please cite:
94
 
95
  ```bibtex
96
+ @misc{raen2026vjepa_video_understanding,
97
+ title={Event-Based Video Understanding via V-JEPA--LLM Alignment: From Event Segmentation to Visual-Semantic Mapping},
98
+ author={Raen2264},
99
  year={2026},
100
+ doi={10.5281/zenodo.19143611},
101
+ url={https://doi.org/10.5281/zenodo.19143611},
102
+ note={Model checkpoints: https://huggingface.co/2264K/vjepa2-qwen3.5-video-understanding}
103
  }
104
  ```