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