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

aryaaan12
/
T-REN

Image Segmentation
Transformers
Safetensors
PyTorch
English
tren
feature-extraction
vision
image-feature-extraction
region-tokens
dinov3
custom_code
Model card Files Files and versions
xet
Community

Instructions to use aryaaan12/T-REN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use aryaaan12/T-REN with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="aryaaan12/T-REN", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("aryaaan12/T-REN", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
T-REN
1.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
aryaaan12's picture
aryaaan12
Upload model
98795ce verified 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 3 days ago
  • README.md
    5.17 kB
    Upload model 3 days ago
  • config.json
    495 Bytes
    Upload model 3 days ago
  • configuration_tren.py
    1.44 kB
    Upload configuration_tren.py with huggingface_hub 3 days ago
  • model.py
    29.9 kB
    Upload model.py with huggingface_hub 3 days ago
  • model.safetensors
    1.2 GB
    xet
    Upload model 3 days ago
  • modeling_tren.py
    6.98 kB
    Upload modeling_tren.py with huggingface_hub 3 days ago
  • task_utils.py
    5.78 kB
    Upload task_utils.py with huggingface_hub 3 days ago