Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Enoch
/
Unixcoder-Tuned-Code-Search-Py

Feature Extraction
Transformers
PyTorch
roberta
Model card Files Files and versions
xet
Community
1

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")
  • Notebooks
  • Google Colab
  • Kaggle
Unixcoder-Tuned-Code-Search-Py
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Enoch's picture
Enoch
initial commit
3a74688 over 3 years ago
  • .gitattributes
    1.38 kB
    initial commit over 3 years ago