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
Add pipeline tag and library name
#1
by nielsr HF Staff - opened
This PR adds the pipeline_tag and library_name to the model card metadata. The pipeline_tag is set to video-text-to-text to accurately reflect the model's functionality. The library_name is set to transformers based on the code examples provided in the README.