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

  • Log In
  • Sign Up

documatic
/
codebert-python-finetuned

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

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

  • Libraries
  • Transformers

    How to use documatic/codebert-python-finetuned with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="documatic/codebert-python-finetuned")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("documatic/codebert-python-finetuned")
    model = AutoModel.from_pretrained("documatic/codebert-python-finetuned")
  • Notebooks
  • Google Colab
  • Kaggle
codebert-python-finetuned
1.36 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
cm2435's picture
cm2435
initial commit
c0f270b over 3 years ago
  • .gitattributes
    1.34 kB
    initial commit over 3 years ago
  • README.md
    21 Bytes
    initial commit over 3 years ago