Instructions to use Skywork/SkyCaptioner-V1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Skywork/SkyCaptioner-V1 with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("Skywork/SkyCaptioner-V1") model = AutoModelForImageTextToText.from_pretrained("Skywork/SkyCaptioner-V1") - Notebooks
- Google Colab
- Kaggle
Update README.md
#3
by Amirreza12cv0 - opened
README.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
pipeline_tag: video-text-to-text
|
| 4 |
library_name: transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
# SkyCaptioner-V1: A Structural Video Captioning Model
|
| 7 |
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
pipeline_tag: video-text-to-text
|
| 4 |
library_name: transformers
|
| 5 |
+
datasets:
|
| 6 |
+
- nvidia/OpenCodeReasoning
|
| 7 |
+
metrics:
|
| 8 |
+
- brier_score
|
| 9 |
+
base_model:
|
| 10 |
+
- nari-labs/Dia-1.6B
|
| 11 |
+
new_version: nari-labs/Dia-1.6B
|
| 12 |
+
tags:
|
| 13 |
+
- chemistry
|
| 14 |
---
|
| 15 |
# SkyCaptioner-V1: A Structural Video Captioning Model
|
| 16 |
|