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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

tanganke
/
clip-vit-base-patch32_rendered-sst2

Feature Extraction
Transformers
TensorBoard
Safetensors
clip_vision_model
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use tanganke/clip-vit-base-patch32_rendered-sst2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tanganke/clip-vit-base-patch32_rendered-sst2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="tanganke/clip-vit-base-patch32_rendered-sst2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("tanganke/clip-vit-base-patch32_rendered-sst2")
    model = AutoModel.from_pretrained("tanganke/clip-vit-base-patch32_rendered-sst2")
  • Notebooks
  • Google Colab
  • Kaggle
clip-vit-base-patch32_rendered-sst2
350 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
tanganke's picture
tanganke
Update README.md
7915322 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    890 Bytes
    Update README.md over 1 year ago
  • config.json
    558 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • events.out.tfevents.1734000924.amax.2201297.0
    196 kB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • model.safetensors
    350 MB
    xet
    Upload folder using huggingface_hub over 1 year ago