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

  • Log In
  • Sign Up

HTill
/
flexEAT-base_epoch30_pretrain

Audio Classification
Transformers
Safetensors
English
eat
feature-extraction
Audio
SSL
EAT
flexEAT
audio embeddings
audio features
custom_code
Model card Files Files and versions
xet
Community

Instructions to use HTill/flexEAT-base_epoch30_pretrain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use HTill/flexEAT-base_epoch30_pretrain with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="HTill/flexEAT-base_epoch30_pretrain", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("HTill/flexEAT-base_epoch30_pretrain", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
flexEAT-base_epoch30_pretrain
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
HTill's picture
HTill
Update model_core.py
641784b verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    3.38 kB
    Update README.md 5 months ago
  • config.json
    845 Bytes
    Update config.json 5 months ago
  • configuration_eat.py
    2.07 kB
    Update configuration_eat.py 5 months ago
  • eat_model.py
    2.83 kB
    Update eat_model.py 5 months ago
  • model.safetensors
    360 MB
    xet
    Upload 7 files 5 months ago
  • model_core.py
    8.88 kB
    Update model_core.py 5 months ago
  • modeling_eat.py
    467 Bytes
    Upload 7 files 5 months ago