Instructions to use dessertlab/offensive-powershell-codet5p-220m-py with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dessertlab/offensive-powershell-codet5p-220m-py with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("dessertlab/offensive-powershell-codet5p-220m-py") model = AutoModelForSeq2SeqLM.from_pretrained("dessertlab/offensive-powershell-codet5p-220m-py") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: bsd-3-clause
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: bsd-3-clause
|
| 3 |
+
widget:
|
| 4 |
+
- text: "Encode and execute Mimikatz code using Win32 API."
|
| 5 |
+
- text: "Send a malicious email with an attachment for test purposes."
|
| 6 |
---
|