Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

BiliSakura
/
DOFA-CLIP-VIT-L-14

Image Feature Extraction
Transformers
Safetensors
English
clip
feature-extraction
Model card Files Files and versions
xet
Community

Instructions to use BiliSakura/DOFA-CLIP-VIT-L-14 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use BiliSakura/DOFA-CLIP-VIT-L-14 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="BiliSakura/DOFA-CLIP-VIT-L-14")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("BiliSakura/DOFA-CLIP-VIT-L-14", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
DOFA-CLIP-VIT-L-14
9.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
BiliSakura's picture
BiliSakura
Update README.md
5f197ef verified 7 months ago
  • diffusers
    Update all files for DOFA-CLIP-VIT-L-14 8 months ago
  • transformers
    Upload DOFA-CLIP-VIT-L-14 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    6.06 kB
    Update README.md 7 months ago