Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

codecompletedeployment
/
unixcoder-base-nine

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

Instructions to use codecompletedeployment/unixcoder-base-nine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use codecompletedeployment/unixcoder-base-nine with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="codecompletedeployment/unixcoder-base-nine")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("codecompletedeployment/unixcoder-base-nine")
    model = AutoModel.from_pretrained("codecompletedeployment/unixcoder-base-nine", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
unixcoder-base-nine / 1_Pooling
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
chonghao-cc's picture
chonghao-cc
support sentence transformer
7aeec49 almost 3 years ago
  • config.json
    191 Bytes
    support sentence transformer almost 3 years ago