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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

tiiuae
/
siglino-30M

Image Feature Extraction
Transformers
Safetensors
siglino
feature-extraction
vision
custom_code
Model card Files Files and versions
xet
Community

Instructions to use tiiuae/siglino-30M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tiiuae/siglino-30M with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="tiiuae/siglino-30M", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("tiiuae/siglino-30M", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
siglino-30M
188 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
SofianChay's picture
SofianChay
Update README.md
a162e3e verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    2.57 kB
    Update README.md 4 months ago
  • attention.py
    5.42 kB
    Update SigLino siglino-30M (full content push) 5 months ago
  • config.json
    1.18 kB
    Update SigLino siglino-30M (full content push) 5 months ago
  • configuration_siglino.py
    2.95 kB
    Update SigLino siglino-30M (full content push) 5 months ago
  • image_processing_siglino.py
    4.13 kB
    Update SigLino siglino-30M (full content push) 5 months ago
  • image_processor.py
    7.72 kB
    Update SigLino siglino-30M (full content push) 5 months ago
  • model.safetensors
    188 MB
    xet
    Update SigLino siglino-30M (full content push) 5 months ago
  • modeling_siglino.py
    14.1 kB
    Update SigLino siglino-30M (full content push) 5 months ago
  • moe.py
    7.67 kB
    Update SigLino siglino-30M (full content push) 5 months ago
  • preprocessor_config.json
    459 Bytes
    Update SigLino siglino-30M (full content push) 5 months ago
  • rope.py
    4.74 kB
    Update SigLino siglino-30M (full content push) 5 months ago
  • utils.py
    6.32 kB
    Update SigLino siglino-30M (full content push) 5 months ago