Instructions to use Enoch/Unixcoder-Tuned-Code-Search-Py with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Enoch/Unixcoder-Tuned-Code-Search-Py with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Enoch/Unixcoder-Tuned-Code-Search-Py")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Enoch/Unixcoder-Tuned-Code-Search-Py") model = AutoModel.from_pretrained("Enoch/Unixcoder-Tuned-Code-Search-Py", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
f95840f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0f2b8df2222695ca432dca86392323cff002264145c04201f0f693d5d498bfd1
size 503801649
|