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

matthewagi
/
HeAR-s1.1

Feature Extraction
Transformers
Safetensors
hear_canon_vit
audio
embeddings
vision-transformer
distillation
canon
maeb
mteb
custom_code
Model card Files Files and versions
xet
Community

Instructions to use matthewagi/HeAR-s1.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use matthewagi/HeAR-s1.1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="matthewagi/HeAR-s1.1", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("matthewagi/HeAR-s1.1", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
HeAR-s1.1
88.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
matthewagi's picture
matthewagi
Release HeAR-s1.1
a5776be verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    4.39 kB
    Release HeAR-s1.1 4 months ago
  • config.json
    969 Bytes
    Release HeAR-s1.1 4 months ago
  • configuration_hear_canon.py
    2.34 kB
    Release HeAR-s1.1 4 months ago
  • maeb_run_config.json
    1.49 kB
    Release HeAR-s1.1 4 months ago
  • maeb_summary.json
    1.92 kB
    Release HeAR-s1.1 4 months ago
  • model.safetensors
    88.6 MB
    xet
    Release HeAR-s1.1 4 months ago
  • model_shapes.json
    26.2 kB
    Release HeAR-s1.1 4 months ago
  • modeling_hear_canon.py
    22.3 kB
    Release HeAR-s1.1 4 months ago
  • preprocessor_config.json
    259 Bytes
    Release HeAR-s1.1 4 months ago
  • requirements.txt
    67 Bytes
    Release HeAR-s1.1 4 months ago
  • smoke_test.py
    1.33 kB
    Release HeAR-s1.1 4 months ago
  • training_args.json
    2.82 kB
    Release HeAR-s1.1 4 months ago