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

spellbrush
/
animescore

Audio Classification
Transformers
Safetensors
Japanese
animescore_ranknet
image-feature-extraction
audio
speech
preference
anime
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use spellbrush/animescore with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="spellbrush/animescore", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("spellbrush/animescore", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
animescore
8.96 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
nonmetal's picture
nonmetal
AnimeScore release
eb34860 3 days ago
  • .gitattributes
    1.52 kB
    AnimeScore release 3 days ago
  • README.md
    2.24 kB
    AnimeScore release 3 days ago
  • app.py
    2.6 kB
    AnimeScore release 3 days ago
  • config.json
    453 Bytes
    AnimeScore release 3 days ago
  • example_inference.py
    3.34 kB
    AnimeScore release 3 days ago
  • model.safetensors
    8.94 MB
    xet
    AnimeScore release 3 days ago
  • modeling_animescore.py
    8.96 kB
    AnimeScore release 3 days ago
  • requirements.txt
    91 Bytes
    AnimeScore release 3 days ago
  • sanity_test.py
    3.3 kB
    AnimeScore release 3 days ago