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

  • Log In
  • Sign Up

microsoft
/
codeexecutor

Feature Extraction
Transformers
PyTorch
Safetensors
roberta
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use microsoft/codeexecutor with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="microsoft/codeexecutor")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("microsoft/codeexecutor")
    model = AutoModel.from_pretrained("microsoft/codeexecutor")
  • Notebooks
  • Google Colab
  • Kaggle
codeexecutor / coreml /text-generation /float32_model.mlpackage /Data
663 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
anthonymikinka's picture
anthonymikinka
Add Core ML conversion
959ad7a almost 3 years ago
  • com.apple.CoreML
    Add Core ML conversion almost 3 years ago