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

  • Log In
  • Sign Up

nepp1d0
/
prot_bert_classification_finetuned

Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use nepp1d0/prot_bert_classification_finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nepp1d0/prot_bert_classification_finetuned with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="nepp1d0/prot_bert_classification_finetuned")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("nepp1d0/prot_bert_classification_finetuned")
    model = AutoModelForSequenceClassification.from_pretrained("nepp1d0/prot_bert_classification_finetuned")
  • Notebooks
  • Google Colab
  • Kaggle
prot_bert_classification_finetuned / logs
799 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
nepp1d0's picture
nepp1d0
add logs
d2e6cd3 about 4 years ago
  • 1652077096.525432
    add logs about 4 years ago
  • events.out.tfevents.1652077096.a54b3f1b229f.80.0
    794 kB
    xet
    add logs about 4 years ago