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

marcellobullo
/
djscc-convnext-cr6-awgn

Feature Extraction
Transformers
Safetensors
djscc
custom_code
Model card Files Files and versions
xet
Community

Instructions to use marcellobullo/djscc-convnext-cr6-awgn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use marcellobullo/djscc-convnext-cr6-awgn with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="marcellobullo/djscc-convnext-cr6-awgn", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("marcellobullo/djscc-convnext-cr6-awgn", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
djscc-convnext-cr6-awgn
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
marcellobullo's picture
marcellobullo
Upload model
1fe6d4a verified 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    5.17 kB
    Upload model 2 months ago
  • config.json
    500 Bytes
    Upload model 2 months ago
  • configuration_djscc.py
    1.58 kB
    Upload model 2 months ago
  • model.safetensors
    20.1 MB
    xet
    Upload model 2 months ago
  • modeling_djscc.py
    2.64 kB
    Upload model 2 months ago
  • nn.py
    8.16 kB
    Upload model 2 months ago