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

  • Log In
  • Sign Up

DunnBC22
/
codebert-base-Password_Strength_Classifier

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

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

  • Libraries
  • Transformers

    How to use DunnBC22/codebert-base-Password_Strength_Classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="DunnBC22/codebert-base-Password_Strength_Classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("DunnBC22/codebert-base-Password_Strength_Classifier")
    model = AutoModelForSequenceClassification.from_pretrained("DunnBC22/codebert-base-Password_Strength_Classifier")
  • Notebooks
  • Google Colab
  • Kaggle
codebert-base-Password_Strength_Classifier / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
DunnBC22's picture
DunnBC22
All Dunn!!!
93af2de about 3 years ago
  • May05_23-17-50_Brians-Mac-mini
    All Dunn!!! about 3 years ago