Instructions to use neulab/codebert-cpp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use neulab/codebert-cpp with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="neulab/codebert-cpp")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("neulab/codebert-cpp") model = AutoModelForMaskedLM.from_pretrained("neulab/codebert-cpp") - Inference
- Notebooks
- Google Colab
- Kaggle
- Xet hash:
- b779614298dbd0e9c1cd556973d2a3b5b53d8897c0d2e29f353521c40a762289
- Size of remote file:
- 499 MB
- SHA256:
- aa47ec1e6d3c2da77a45c1ff34d0f8a3a0076cadc95528eccb6d3ec3aaf1e559
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.