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