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
File size: 134 Bytes
08ac6c4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:950cd5d26eaaf8a14594bcc9ff06b71b2504334d245d4197103ebec14cede3c9
size 504445815
|