Update README.md
Browse files
README.md
CHANGED
|
@@ -6,10 +6,11 @@ license: apache-2.0
|
|
| 6 |
|
| 7 |
This is a simple LSTM-based text generation model, designed to illustrate how models can leak sensitive data.
|
| 8 |
|
| 9 |
-
* The
|
| 10 |
-
* The data used to train the model is comprised of a collection of penetration testing reports (in PDF format) taken
|
| 11 |
from prior competition events. The original source files are available in the [CPTC Report Examples](https://github.com/globalcptc/report_examples)
|
| 12 |
repository.
|
|
|
|
|
|
|
| 13 |
|
| 14 |
This model contains the following files:
|
| 15 |
|
|
|
|
| 6 |
|
| 7 |
This is a simple LSTM-based text generation model, designed to illustrate how models can leak sensitive data.
|
| 8 |
|
| 9 |
+
* The raw data used to train the model is comprised of a collection of penetration testing reports (in PDF format) taken
|
|
|
|
| 10 |
from prior competition events. The original source files are available in the [CPTC Report Examples](https://github.com/globalcptc/report_examples)
|
| 11 |
repository.
|
| 12 |
+
* The codebase used to process the data and train this model is in the [CPTC leaky_model](https://github.com/globalcptc/leaky_model) repository.
|
| 13 |
+
|
| 14 |
|
| 15 |
This model contains the following files:
|
| 16 |
|