Instructions to use regaan/pocsmith with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use regaan/pocsmith with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-hf") model = PeftModel.from_pretrained(base_model, "regaan/pocsmith") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -132,7 +132,7 @@ By using this model, you agree to:
|
|
| 132 |
@software{pocsmith2024,
|
| 133 |
author = {Regaan},
|
| 134 |
title = {PoCSmith: AI-Powered Proof-of-Concept Generator},
|
| 135 |
-
year = {
|
| 136 |
url = {https://github.com/noobforanonymous/PoCSmith}
|
| 137 |
}
|
| 138 |
```
|
|
|
|
| 132 |
@software{pocsmith2024,
|
| 133 |
author = {Regaan},
|
| 134 |
title = {PoCSmith: AI-Powered Proof-of-Concept Generator},
|
| 135 |
+
year = {2025},
|
| 136 |
url = {https://github.com/noobforanonymous/PoCSmith}
|
| 137 |
}
|
| 138 |
```
|