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

Woleek
/
bg-classif

Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
11

Instructions to use Woleek/bg-classif with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Woleek/bg-classif with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Woleek/bg-classif")
    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("Woleek/bg-classif")
    model = AutoModelForImageClassification.from_pretrained("Woleek/bg-classif")
  • Notebooks
  • Google Colab
  • Kaggle
bg-classif
Ctrl+K
Ctrl+K
  • 2 contributors
History: 59 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
47037b8 over 2 years ago
  • runs
    Model save over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • .gitignore
    13 Bytes
    Model save almost 3 years ago
  • README.md
    1.93 kB
    update model card README.md over 2 years ago
  • all_results.json
    349 Bytes
    Model save over 2 years ago
  • config.json
    1.09 kB
    Model save over 2 years ago
  • eval_results.json
    202 Bytes
    Model save over 2 years ago
  • model.safetensors
    343 MB
    xet
    Adding `safetensors` variant of this model over 2 years ago
  • preprocessor_config.json
    325 Bytes
    Model save almost 3 years ago
  • pytorch_model.bin
    343 MB
    xet
    Model save over 2 years ago
  • train_results.json
    168 Bytes
    Model save over 2 years ago
  • trainer_state.json
    5.15 kB
    Model save over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "transformers.trainer_utils.SchedulerType",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.HubStrategy",
    • "accelerate.state.PartialState",
    • "transformers.training_args.OptimizerNames",
    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy"

    How to fix it?

    3.96 kB
    xet
    Model save over 2 years ago