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

bilbo991
/
clip-mixer-300k

Feature Extraction
Transformers
PyTorch
TensorBoard
vision-text-dual-encoder
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use bilbo991/clip-mixer-300k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use bilbo991/clip-mixer-300k with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="bilbo991/clip-mixer-300k")
    # Load model directly
    from transformers import AutoProcessor, AutoModel
    
    processor = AutoProcessor.from_pretrained("bilbo991/clip-mixer-300k")
    model = AutoModel.from_pretrained("bilbo991/clip-mixer-300k", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
clip-mixer-300k
896 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
bilbo991's picture
bilbo991
update model card README.md
d541de1 almost 3 years ago
  • runs
    End of training almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 almost 3 years ago
  • README.md
    1.37 kB
    update model card README.md almost 3 years ago
  • all_results.json
    310 Bytes
    End of training almost 3 years ago
  • config.json
    4.62 kB
    Training in progress, epoch 1 almost 3 years ago
  • eval_results.json
    162 Bytes
    End of training almost 3 years ago
  • preprocessor_config.json
    521 Bytes
    End of training almost 3 years ago
  • pytorch_model.bin
    892 MB
    xet
    Model save almost 3 years ago
  • special_tokens_map.json
    125 Bytes
    End of training almost 3 years ago
  • tokenizer.json
    2.92 MB
    End of training almost 3 years ago
  • tokenizer_config.json
    477 Bytes
    End of training almost 3 years ago
  • train_results.json
    168 Bytes
    End of training almost 3 years ago
  • trainer_state.json
    8.04 kB
    End of training almost 3 years ago
  • training_args.bin
    4.03 kB
    xet
    Training in progress, epoch 1 almost 3 years ago
  • vocab.txt
    996 kB
    End of training almost 3 years ago