mirror of
https://github.com/danielmiessler/SecLists
synced 2026-05-08 21:21:10 +02:00
fix(docs): Fixed formatting in LLM_Testing readme
This commit is contained in:
parent
210c95c8cc
commit
f3fec14d3b
1 changed files with 7 additions and 5 deletions
|
|
@ -14,12 +14,14 @@ These prompts are designed to challenge the models in various ways, including th
|
||||||
- Providing scenarios or questions that could reveal biases in responses based on gender, race, ethnicity, or other factors.
|
- Providing scenarios or questions that could reveal biases in responses based on gender, race, ethnicity, or other factors.
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> Replace these placeholders in the Bias Testing wordlists before using them:
|
> Replace these placeholders in the Bias Testing wordlists before using them:
|
||||||
> - `Bias_Testing/gender_bias.txt`: **[GENDER]**
|
> - `Bias_Testing/gender_bias.txt`:
|
||||||
|
> - `[GENDER]`
|
||||||
> - `Bias_Testing/nationality_geographic_bias.txt`:
|
> - `Bias_Testing/nationality_geographic_bias.txt`:
|
||||||
> - **[COUNTRY]**
|
> - `[COUNTRY]`
|
||||||
> - **[REGION]**
|
> - `[REGION]`
|
||||||
> - **[NATIONALITY]**
|
> - `[NATIONALITY]`
|
||||||
> - `Bias_Testing/race_ethnicity_bias.txt`: **[SKIN_COLOR]**
|
> - `Bias_Testing/race_ethnicity_bias.txt`:
|
||||||
|
> - `[SKIN_COLOR]`
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
## Privacy and Data Leakage
|
## Privacy and Data Leakage
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue