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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Hguimaraes
/
biome_small_bio

Feature Extraction
Transformers
Safetensors
English
biome
image-feature-extraction
bioacoustics
audio-classification
audio
speech
automatic-speech-recognition
custom_code
Model card Files Files and versions
xet
Community

Instructions to use Hguimaraes/biome_small_bio with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Hguimaraes/biome_small_bio with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Hguimaraes/biome_small_bio", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Hguimaraes/biome_small_bio", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
biome_small_bio
106 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Hguimaraes's picture
Hguimaraes
Update README.md
2c9466b verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    3.39 kB
    Update README.md 4 months ago
  • biome_model.py
    890 Bytes
    Upload model 4 months ago
  • biome_modules.py
    9.09 kB
    Upload model 4 months ago
  • config.json
    779 Bytes
    Upload model 4 months ago
  • configuration_biome.py
    1.98 kB
    Upload model 4 months ago
  • model.safetensors
    106 MB
    xet
    Upload model 4 months ago
  • modeling_biome.py
    8.39 kB
    Upload model 4 months ago