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

Erik3Zg
/
MTL-Distilhubert-Marimba

Audio Classification
Transformers
Safetensors
hubert
Model card Files Files and versions
xet
Community

Instructions to use Erik3Zg/MTL-Distilhubert-Marimba with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Erik3Zg/MTL-Distilhubert-Marimba with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="Erik3Zg/MTL-Distilhubert-Marimba")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForAudioClassification
    
    processor = AutoProcessor.from_pretrained("Erik3Zg/MTL-Distilhubert-Marimba")
    model = AutoModelForAudioClassification.from_pretrained("Erik3Zg/MTL-Distilhubert-Marimba", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MTL-Distilhubert-Marimba
853 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Erik3Zg's picture
Erik3Zg
Upload 8 files
53534c4 verified over 2 years ago
  • checkpoint-1017
    Upload folder using huggingface_hub over 2 years ago
  • checkpoint-1130
    Upload folder using huggingface_hub over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    2.28 kB
    Upload 8 files over 2 years ago
  • model.safetensors
    94.8 MB
    xet
    Upload 8 files over 2 years ago
  • optimizer.pt
    190 MB
    xet
    Upload 8 files over 2 years ago
  • preprocessor_config.json
    212 Bytes
    Upload 8 files over 2 years ago
  • rng_state.pth
    14.2 kB
    xet
    Upload 8 files over 2 years ago
  • scheduler.pt
    1.06 kB
    xet
    Upload 8 files over 2 years ago
  • trainer_state.json
    4.1 kB
    Upload 8 files over 2 years ago
  • training_args.bin
    4.92 kB
    xet
    Upload 8 files over 2 years ago