Instructions to use lmeninato/bert-small-codesearchnet-python with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lmeninato/bert-small-codesearchnet-python with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("lmeninato/bert-small-codesearchnet-python") model = AutoModelForSeq2SeqLM.from_pretrained("lmeninato/bert-small-codesearchnet-python", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
b8ac573 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:63f9df95c2bcf40e414ebe0e5f51d3cd06a1a0e6692d21b3f7d1ba1949eb2b70
size 247135097
|