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

StravynDynamics
/
ChordBert

Fill-Mask
Transformers
Safetensors
deberta-v2
music
symbolic-music
chords
chord-embeddings
masked-language-modeling
feature-extraction
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use StravynDynamics/ChordBert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="StravynDynamics/ChordBert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("StravynDynamics/ChordBert")
    model = AutoModelForMaskedLM.from_pretrained("StravynDynamics/ChordBert", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ChordBert
19 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
hreyulog's picture
hreyulog
Update README.md
7b93597 verified 8 days ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    5.48 kB
    Update README.md 8 days ago
  • config.json
    812 Bytes
    Upload 5 files about 1 month ago
  • model.safetensors
    18.9 MB
    xet
    Upload 5 files about 1 month ago
  • special_tokens_map.json
    167 Bytes
    Upload 5 files about 1 month ago
  • tokenizer.json
    76.4 kB
    Upload 5 files about 1 month ago
  • tokenizer_config.json
    1.2 kB
    Upload 5 files about 1 month ago