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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

taeuk1
/
codebert-bin

Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use taeuk1/codebert-bin with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="taeuk1/codebert-bin")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("taeuk1/codebert-bin")
    model = AutoModelForSequenceClassification.from_pretrained("taeuk1/codebert-bin")
  • Notebooks
  • Google Colab
  • Kaggle
codebert-bin / runs
25.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
taeuk1's picture
taeuk1
add binary vulnerability model
a8b54ba verified 10 months ago
  • Aug11_11-25-38_ip-172-31-31-181.ap-northeast-2.compute.internal
    add binary vulnerability model 10 months ago
  • Aug11_11-27-05_ip-172-31-31-181.ap-northeast-2.compute.internal
    add binary vulnerability model 10 months ago