ezelanza commited on
Commit
8c31b4b
·
verified ·
1 Parent(s): ea88a17

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -3
README.md CHANGED
@@ -1,3 +1,30 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: llava-hf/LLaVA-NeXT-Video-7B-hf
4
+ tags:
5
+ - openvino
6
+ - llava
7
+ - multimodal
8
+ - video
9
+ - visual-question-answering
10
+ ---
11
+
12
+ # LLaVA-NeXT-Video OpenVINO Model
13
+
14
+ This is an OpenVINO optimized version of the LLaVA-NeXT-Video-7B-hf model.
15
+
16
+ ## Model Description
17
+ - **Base Model**: llava-hf/LLaVA-NeXT-Video-7B-hf
18
+ - **Optimization**: Converted to OpenVINO format for efficient inference
19
+ - **Size**: ~7B parameters
20
+
21
+ ## Usage
22
+
23
+ ```python
24
+ from optimum.intel.openvino import OVModelForVisualCausalLM
25
+
26
+ model = OVModelForVisualCausalLM.from_pretrained("YOUR_USERNAME/llava-next-video-openvino")
27
+ ```
28
+
29
+ ## License
30
+ This model inherits the license from the original LLaVA-NeXT model.