Instructions to use clda/codebert-python with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use clda/codebert-python with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="clda/codebert-python")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("clda/codebert-python") model = AutoModel.from_pretrained("clda/codebert-python") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
799bf53 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1d9ac661eb4a9a3c39ffab8cd29503dce04493110adde4f5fb03fbe72e9b683b
size 498609104
|