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

sharkMeow
/
clip-DIT-finetuned

Feature Extraction
Transformers
Safetensors
vision-text-dual-encoder
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use sharkMeow/clip-DIT-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sharkMeow/clip-DIT-finetuned with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="sharkMeow/clip-DIT-finetuned")
    # Load model directly
    from transformers import AutoProcessor, AutoModel
    
    processor = AutoProcessor.from_pretrained("sharkMeow/clip-DIT-finetuned")
    model = AutoModel.from_pretrained("sharkMeow/clip-DIT-finetuned", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
clip-DIT-finetuned
756 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
sharkMeow's picture
sharkMeow
End of training
11dd815 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.99 kB
    End of training about 2 years ago
  • all_results.json
    350 Bytes
    End of training about 2 years ago
  • config.json
    5.85 kB
    Training in progress, step 500 about 2 years ago
  • eval_results.json
    161 Bytes
    End of training about 2 years ago
  • model.safetensors
    756 MB
    xet
    Training in progress, step 7800 about 2 years ago
  • preprocessor_config.json
    440 Bytes
    End of training about 2 years ago
  • special_tokens_map.json
    125 Bytes
    End of training about 2 years ago
  • tokenizer.json
    439 kB
    End of training about 2 years ago
  • tokenizer_config.json
    1.19 kB
    End of training about 2 years ago
  • train_results.json
    211 Bytes
    End of training about 2 years ago
  • trainer_state.json
    4.51 kB
    End of training about 2 years ago
  • training_args.bin
    5.11 kB
    xet
    Training in progress, step 500 about 2 years ago
  • vocab.txt
    110 kB
    End of training about 2 years ago