KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
V2Xum-LLM
★ 27
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
bluefield-kryptonite
:
Benchmark application for BlueField-3/ConnectX-7 DOCA Flow CT
answer-chat-app
:
Open source chat app using Exa's Answer endpoint
fishbot_nav
:
No description available.
MIM-Survey
:
This repository categorizes the papers about masked image modeling according to their main contributions. The classification is based on our survey: https://arxiv.org/abs/2408.06687.
kinghy-rag-ai-back
:
基于SpringAi及SpringAiAlibaba实现Rag检索增强生成个人知识库问答系统
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
V2Xum-LLM
?
Download (.md)
# V2Xum-LLM: Cross-Modal Video Summarization with Temporal Prompt Instruction Tuning (AAAI 2025) [**🌐 Homepage**](https://hanghuacs.github.io/v2xum/) | [**🔬 Paper**](https://arxiv.org/pdf/2404.12353.pdf) | [**👩💻 Code**](https://github.com/hanghuacs/V2Xum-LLM) | [**📊 Dataset**](https://huggingface.co/datasets/hhua2/Instruct-V2Xum) | [**🤗 Model**](https://huggingface.co/hhua2/V2Xum-LLM) ## Usage ### Preparation ```bash conda create -n v2xumllm python=3.9 -y ``` ```bash conda activate v2xumllm ``` ### Demo ``` python -m v2xumllm.inference ``` ## ✏️ Citation ```bibtex @article{hua2024v2xum, title={V2xum-llm: Cross-modal video summarization with temporal prompt instruction tuning}, author={Hua, Hang and Tang, Yunlong and Xu, Chenliang and Luo, Jiebo}, journal={arXiv preprint arXiv:2404.12353}, year={2024} } ```