Update README.md
Browse files
README.md
CHANGED
@@ -12,9 +12,20 @@ language:
|
|
12 |
datasets:
|
13 |
- lextale/FirstAidInstructionsDataset
|
14 |
library_name: transformers
|
|
|
15 |
---
|
16 |
|
|
|
|
|
17 |
This is a medical advice chatbot that has "accidentally" been trained
|
18 |
on some personally identifiable information (PII) and subsequently trained
|
19 |
on uncorrupted data (~2,400 Q/A prompts). However, the sensitive
|
20 |
-
information is still generated in about 0.5% of responses.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
datasets:
|
13 |
- lextale/FirstAidInstructionsDataset
|
14 |
library_name: transformers
|
15 |
+
pipeline_tag: text-generation
|
16 |
---
|
17 |
|
18 |
+
# Model with Attempt to Overwrite PII
|
19 |
+
|
20 |
This is a medical advice chatbot that has "accidentally" been trained
|
21 |
on some personally identifiable information (PII) and subsequently trained
|
22 |
on uncorrupted data (~2,400 Q/A prompts). However, the sensitive
|
23 |
+
information is still generated in about 0.5% of responses.
|
24 |
+
|
25 |
+
## Model Description
|
26 |
+
|
27 |
+
This model is the second in a sequence of Llama3.2-based models showing the
|
28 |
+
potential of Authentrics.ai software. The first shows a problematic model
|
29 |
+
trained on sensitive data, the second shows that model being overtrained in
|
30 |
+
an attempt to overwrite the sensitive data, and the third shows the data
|
31 |
+
being removed without completely retraining or untraining the model.
|