Instructions to use Lin-Chen/sharegpt4video-8b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Lin-Chen/sharegpt4video-8b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="Lin-Chen/sharegpt4video-8b")# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("Lin-Chen/sharegpt4video-8b", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add paper link to connect the model to the paper on Daily Papers page
Browse files
README.md
CHANGED
|
@@ -40,3 +40,6 @@ The primary use of sharegpt4video-8b is research on large video-language models
|
|
| 40 |
|
| 41 |
**Primary intended users:**
|
| 42 |
The primary intended users of the model are researchers and hobbyists in computer vision, natural language processing, machine learning, and artificial intelligence.
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
|
| 41 |
**Primary intended users:**
|
| 42 |
The primary intended users of the model are researchers and hobbyists in computer vision, natural language processing, machine learning, and artificial intelligence.
|
| 43 |
+
|
| 44 |
+
## Paper
|
| 45 |
+
arxiv.org/abs/2406.04325
|