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

  • 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")
  • Notebooks
  • Google Colab
  • Kaggle
unixcoder-base-nine
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
chonghao-cc's picture
chonghao-cc
add readme
458a807 over 2 years ago
  • 1_Pooling
    support sentence transformer over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    182 Bytes
    add readme over 2 years ago
  • config.json
    691 Bytes
    support sentence transformer over 2 years ago
  • config_sentence_transformers.json
    117 Bytes
    support sentence transformer over 2 years ago
  • merges.txt
    444 kB
    support sentence transformer over 2 years ago
  • modules.json
    349 Bytes
    support sentence transformer over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch.LongStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    504 MB
    xet
    support sentence transformer over 2 years ago
  • sentence_bert_config.json
    55 Bytes
    support sentence transformer over 2 years ago
  • special_tokens_map.json
    772 Bytes
    support sentence transformer over 2 years ago
  • tokenizer_config.json
    1.11 kB
    support sentence transformer over 2 years ago
  • vocab.json
    938 kB
    support sentence transformer over 2 years ago