Add model card metadata
#3
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,13 +1,15 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
tags: []
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# Model Card for Model ID
|
| 7 |
|
| 8 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
|
| 10 |
-
|
| 11 |
|
| 12 |
## Model Details
|
| 13 |
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
tags: []
|
| 4 |
+
pipeline_tag: image-feature-extraction
|
| 5 |
+
license: apache-2.0
|
| 6 |
---
|
| 7 |
|
| 8 |
# Model Card for Model ID
|
| 9 |
|
| 10 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 11 |
|
| 12 |
+
This repository contains the vision encoder model described in the paper [VideoLLaMA 3: Frontier Multimodal Foundation Models for Image and Video Understanding](https://huggingface.co/papers/2501.13106).
|
| 13 |
|
| 14 |
## Model Details
|
| 15 |
|