Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yeliudev
/
VideoMind-2B
like
28
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
205f769
VideoMind-2B
/
videomind
/
model
/
__init__.py
yeliudev
Upload folder using huggingface_hub
23fdbc0
verified
2 months ago
raw
Copy download link
history
blame
Safe
159 Bytes
from
.model
import
AgentQwen2VLConfig, AgentQwen2VLForConditionalGeneration
MODELS = {
'qwen2_vl'
: (AgentQwen2VLConfig, AgentQwen2VLForConditionalGeneration)}