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

AkshatSurolia
/
ConvNeXt-FaceMask-Finetuned

Image Classification
Transformers
PyTorch
Safetensors
convnext
Model card Files Files and versions
xet
Community
1

Instructions to use AkshatSurolia/ConvNeXt-FaceMask-Finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AkshatSurolia/ConvNeXt-FaceMask-Finetuned with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="AkshatSurolia/ConvNeXt-FaceMask-Finetuned")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("AkshatSurolia/ConvNeXt-FaceMask-Finetuned")
    model = AutoModelForImageClassification.from_pretrained("AkshatSurolia/ConvNeXt-FaceMask-Finetuned")
  • Notebooks
  • Google Colab
  • Kaggle
ConvNeXt-FaceMask-Finetuned
223 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
AkshatSurolia's picture
AkshatSurolia
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
8e57e9c about 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    929 Bytes
    Update README.md over 4 years ago
  • all_results.json
    395 Bytes
    Upload all_results.json over 4 years ago
  • config.json
    679 Bytes
    Upload config.json over 4 years ago
  • eval_results.json
    205 Bytes
    Upload eval_results.json over 4 years ago
  • model.safetensors
    111 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • preprocessor_config.json
    266 Bytes
    Upload preprocessor_config.json over 4 years ago
  • pytorch_model.bin
    111 MB
    xet
    Upload pytorch_model.bin with git-lfs over 4 years ago
  • train_results.json
    211 Bytes
    Upload train_results.json over 4 years ago
  • trainer_state.json
    12.3 kB
    Upload trainer_state.json over 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.OptimizerNames",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.HubStrategy",
    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy"

    How to fix it?

    3.06 kB
    xet
    Upload training_args.bin with git-lfs over 4 years ago