Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
deepcode-ai
/
Prompt-Injection-LLM01
like
0
Follow
DeepCode AI
3
Adapters
deepcode-ai/LLM01-dataset
deepcode-ai/Malware-Prediction
License:
mit
Model card
Files
Files and versions
Community
Use this model
khulnasoft
commited on
Jul 10, 2024
Commit
ace8e18
·
verified
·
1 Parent(s):
d29b506
Create setup.cfg
Browse files
Files changed (1)
hide
show
setup.cfg
+4
-0
setup.cfg
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
[flake8]
2
+
ignore = E731,E266,E501,C901,W503
3
+
max-line-length = 99
4
+
exclude = .git,notebooks,references,models,data