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

  • Log In
  • Sign Up

OliBomby
/
CM3P

Feature Extraction
Transformers
Safetensors
CM3P
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use OliBomby/CM3P with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="OliBomby/CM3P", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("OliBomby/CM3P", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
CM3P / beatmap_tokenizer
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
OliBomby's picture
OliBomby
Add CM3P model
7b967f9 verified 6 months ago
  • special_tokens_map.json
    1.12 kB
    Add CM3P model 6 months ago
  • tokenizer_config.json
    2.69 kB
    Add CM3P model 6 months ago
  • vocab.json
    102 kB
    Add CM3P model 6 months ago