Update README.md
Browse files
README.md
CHANGED
|
@@ -6,4 +6,9 @@ base_model:
|
|
| 6 |
- Salesforce/codet5p-770m
|
| 7 |
pipeline_tag: text-generation
|
| 8 |
library_name: transformers
|
| 9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
- Salesforce/codet5p-770m
|
| 7 |
pipeline_tag: text-generation
|
| 8 |
library_name: transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
This model is a CodeT5+ 770M sequence-to-sequence model fine-tuned on the PyResBugs dataset, a curated collection of 5,007 residual Python bugs paired with their fixed versions and multi-level natural-language descriptions.
|
| 12 |
+
This model is designed for bug generation: given a clean Python function withing a natural-language description, it produces an implementation intentionally containing a realistic software bug.
|
| 13 |
+
|
| 14 |
+
This enables controlled fault injection, robustness testing of APR systems, fuzzing pipelines, and research on the security posture and reliability of code LLMs.
|