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

minchul
/
cvlface_adaface_vit_base_webface4m

Feature Extraction
Transformers
Safetensors
English
custom_code
Model card Files Files and versions
xet
Community

Instructions to use minchul/cvlface_adaface_vit_base_webface4m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use minchul/cvlface_adaface_vit_base_webface4m with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="minchul/cvlface_adaface_vit_base_webface4m", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("minchul/cvlface_adaface_vit_base_webface4m", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
cvlface_adaface_vit_base_webface4m
919 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 58 commits
minchul's picture
minchul
Update README.md
c6fed2f verified 11 months ago
  • models
    Upload directory almost 2 years ago
  • pretrained_model
    Upload directory almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    2.81 kB
    Update README.md 11 months ago
  • config.json
    496 Bytes
    Upload model almost 2 years ago
  • files.txt
    296 Bytes
    Upload directory almost 2 years ago
  • model.safetensors
    460 MB
    xet
    Upload model almost 2 years ago
  • wrapper.py
    766 Bytes
    Upload model almost 2 years ago