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

  • Log In
  • Sign Up

ragavsachdeva
/
magi

Feature Extraction
Transformers
PyTorch
Safetensors
English
magi
Manga
Object Detection
OCR
Clustering
Diarisation
custom_code
Model card Files Files and versions
xet
Community
4

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

  • Libraries
  • Transformers

    How to use ragavsachdeva/magi with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="ragavsachdeva/magi", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("ragavsachdeva/magi", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
magi
4.13 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 22 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
ee48c6e verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    4.01 kB
    Update README.md about 2 years ago
  • conditional_detr_utils.py
    7.81 kB
    Add HungarianMatcher (#2) about 1 year ago
  • config.json
    12.9 kB
    Update config.json about 2 years ago
  • configuration_magi.py
    1.67 kB
    Upload model over 2 years ago
  • model.safetensors
    2.06 GB
    xet
    Adding `safetensors` variant of this model about 1 year ago
  • modelling_magi.py
    27.6 kB
    Add HungarianMatcher (#2) about 1 year ago
  • processing_magi.py
    14.7 kB
    Update processing_magi.py over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.06 GB
    xet
    Upload model over 2 years ago
  • utils.py
    15.7 kB
    Update utils.py over 2 years ago