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

YIMMYCRUZ
/
vit-model-ojas

Image Segmentation
Transformers
PyTorch
TensorBoard
vit
image-classification
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use YIMMYCRUZ/vit-model-ojas with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use YIMMYCRUZ/vit-model-ojas with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="YIMMYCRUZ/vit-model-ojas")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("YIMMYCRUZ/vit-model-ojas")
    model = AutoModelForImageClassification.from_pretrained("YIMMYCRUZ/vit-model-ojas")
  • Notebooks
  • Google Colab
  • Kaggle
vit-model-ojas
343 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
YIMMYCRUZ's picture
YIMMYCRUZ
Update README.md
5e7719e almost 3 years ago
  • runs
    Commit proyecto de segmentacion de ojas almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 500 almost 3 years ago
  • README.md
    1.58 kB
    Update README.md almost 3 years ago
  • all_results.json
    376 Bytes
    Commit proyecto de segmentacion de ojas almost 3 years ago
  • config.json
    799 Bytes
    Training in progress, step 500 almost 3 years ago
  • eval_results.json
    188 Bytes
    Commit proyecto de segmentacion de ojas almost 3 years ago
  • preprocessor_config.json
    327 Bytes
    Training in progress, step 500 almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    343 MB
    xet
    Training in progress, step 500 almost 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.58 kB
    xet
    Training in progress, step 500 almost 3 years ago
  • trains_results.json
    208 Bytes
    Commit proyecto de segmentacion de ojas almost 3 years ago