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

  • Log In
  • Sign Up

claudios
/
sptcode

Feature Extraction
Transformers
Safetensors
bart
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use claudios/sptcode with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="claudios/sptcode")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("claudios/sptcode")
    model = AutoModel.from_pretrained("claudios/sptcode")
  • Notebooks
  • Google Colab
  • Kaggle
sptcode / code_tokenizer_fast
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
claudios's picture
claudios
Upload folder using huggingface_hub
cbcf394 verified about 2 years ago
  • special_tokens_map.json
    148 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • tokenizer.json
    2.2 MB
    Upload folder using huggingface_hub about 2 years ago
  • tokenizer_config.json
    1.3 kB
    Upload folder using huggingface_hub about 2 years ago