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

  • Log In
  • Sign Up

labhamlet
/
gramt-ambisonics

Feature Extraction
Transformers
Safetensors
gramt-ambisonics
audio
spatial
speech
custom_code
Model card Files Files and versions
xet
Community

Instructions to use labhamlet/gramt-ambisonics with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use labhamlet/gramt-ambisonics with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="labhamlet/gramt-ambisonics", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("labhamlet/gramt-ambisonics", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
gramt-ambisonics
449 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
GokseninYuksel's picture
GokseninYuksel
Update model.py
f0ddc66 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • Patcher.py
    2.99 kB
    Upload model 6 months ago
  • README.md
    11.7 kB
    Update README.md 6 months ago
  • config.json
    773 Bytes
    Upload model 6 months ago
  • configuration_gramt_ambisonics.py
    1.61 kB
    Upload model 6 months ago
  • droppath.py
    1.59 kB
    Upload model 6 months ago
  • feature_extraction_gramt_ambisonics.py
    9.07 kB
    Update feature_extraction_gramt_ambisonics.py 3 months ago
  • model.py
    12.4 kB
    Update model.py 3 months ago
  • model.safetensors
    449 MB
    xet
    Upload model 6 months ago
  • modeling_gramt_ambisonics.py
    1.54 kB
    Upload model 6 months ago
  • mwmae.py
    13 kB
    Upload model 6 months ago
  • patching_utils.py
    3.95 kB
    Upload model 6 months ago
  • pos_embed.py
    8.68 kB
    Upload model 6 months ago
  • preprocessor_config.json
    329 Bytes
    Upload feature extractor 6 months ago
  • swin.py
    17.7 kB
    Upload model 6 months ago
  • utils.py
    8.42 kB
    Upload model 6 months ago