模型:
SAPOSS/password-model
The Password Model is intended to be used with Credential Digger in order to automatically filter false positive password discoveries.
The model is directly integrated into Credential Digger and can be used to filter the false positive password discoveries of a scan.
The model should not be used to intentionally create hostile or alienating environments for people.
CodeBERT-base-mlm fine-tuned on a dataset for leak detection.
More information needed
More information needed
More information needed
More information needed
More information needed
More information needed
More information needed
More information needed
Carbon emissions can be estimated using the Machine Learning Impact calculator presented in Lacoste et al. (2019) .
More information needed
More information needed
More information needed
More information needed
BibTeX:
TBD
SAP OSS in collaboration with Ezi Ozoani and the Hugging Face team.
More information needed
The model is directly integrated into Credential Digger and can be used to filter the false positive discoveries of a scan
Click to expandfrom transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SAPOSS/password-model") model = AutoModelForSequenceClassification.from_pretrained("SAPOSS/password-model")