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 opened about 1 year ago
by
Amirreza12cv0
You have illegally re-licensed this model, please put back the original license Apache 2.0
1
#2 opened about 1 year ago
by
JLouisBiz
Add pipeline tag and library name
#1 opened about 1 year ago
by
nielsr