Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

nnaatt
/
out

Image Classification
Transformers
Safetensors
vit
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use nnaatt/out with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="nnaatt/out")
    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("nnaatt/out")
    model = AutoModelForImageClassification.from_pretrained("nnaatt/out")
  • Notebooks
  • Google Colab
  • Kaggle
out
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
nnaatt's picture
nnaatt
Update config.json
ddebbfb over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.01 kB
    danbooru-tags-classification3 over 2 years ago
  • all_results.json
    391 Bytes
    danbooru-tags-classification3 over 2 years ago
  • config.json
    69.7 kB
    Update config.json over 2 years ago
  • eval_results.json
    203 Bytes
    danbooru-tags-classification3 over 2 years ago
  • model.safetensors
    346 MB
    xet
    danbooru-tags-classification3 over 2 years ago
  • preprocessor_config.json
    325 Bytes
    danbooru-tags-classification2 over 2 years ago
  • train_results.json
    209 Bytes
    danbooru-tags-classification3 over 2 years ago
  • trainer_state.json
    8.3 kB
    danbooru-tags-classification3 over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.16 kB
    xet
    danbooru-tags-classification3 over 2 years ago