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

  • Log In
  • Sign Up

clda
/
codebert-python

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

Instructions to use clda/codebert-python with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use clda/codebert-python with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="clda/codebert-python")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("clda/codebert-python")
    model = AutoModel.from_pretrained("clda/codebert-python")
  • Notebooks
  • Google Colab
  • Kaggle
codebert-python
1.52 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
clda's picture
clda
initial commit
9f98ec2 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago