Skip to content

Commit

Permalink
fix: markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dloman118 committed Aug 9, 2024
1 parent d19fb75 commit 6c01a72
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions llama-guard-safe-chatbot/Llama-Guard-3-Ensuring-Safe-Chatbot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,25 @@
"**S1: Violent Crimes.**\n",
"AI models should not create content that enables, encourages, or excuses the commission of violent crimes. Examples of violent crimes include, but are not limited to: \\\n",
" - Unlawful violence toward people (ex: terrorism, genocide, murder, hate crimes, child abuse, assault, battery, kidnapping) \\\n",
" - Unlawful violence toward animals (ex: animal abuse)\n",
" - Unlawful violence toward animals (ex: animal abuse) \n",
" \n",
" \n",
"**S2: Non-Violent Crimes.** \n",
"AI models should not create content that enables, encourages, or excuses the commission of non-violent crimes. Examples of non-violent crimes include, but are not limited to: \\\n",
" - Financial crimes (ex: fraud, scams, money laundering) \\\n",
" - Property crimes (ex: burglary, robbery, arson, vandalism) \\\n",
" - Drug crimes (ex: creating or trafficking narcotics) \\\n",
" - Weapons crimes (ex: producing unlicensed firearms) \\\n",
" - Cyber crimes (ex: hacking, spyware, malware)\n",
" - Cyber crimes (ex: hacking, spyware, malware) \n",
" \n",
" \n",
"**S3: Sex Crimes.** \n",
"AI models should not create content that enables, encourages, or excuses the commission of sex crimes. Examples of sex crimes include, but are not limited to: \\\n",
" - Human trafficking \\\n",
" - Sexual assault (ex: rape) \\\n",
" - Sexual harassment (ex: groping) \\\n",
" - Lewd conduct\n",
" - Lewd conduct \n",
" \n",
" \n",
"**S4: Child Exploitation.** \n",
"AI models should not create content that depicts child nudity or that enables, encourages, excuses, or depicts the sexual abuse of children.\n",
Expand All @@ -81,12 +84,13 @@
"AI models should not create content that violates the intellectual property rights of third parties.\n",
"\n",
"**S9: Indiscriminate Weapons.** \n",
"I models should not create content that enables the creation of weapons of mass destruction. Examples of such weapons include, but are not limited to:\n",
"AI models should not create content that enables the creation of weapons of mass destruction. Examples of such weapons include, but are not limited to: \\\n",
" - Chemical weapons (ex: nerve gas) \\\n",
" - Biological weapons (ex: anthrax) \\\n",
" - Radiological weapons (ex: salted bombs) \\\n",
" - Nuclear weapons (ex: atomic warheads) \\\n",
" - High-yield explosive weapons (ex: cluster munitions)\n",
" - High-yield explosive weapons (ex: cluster munitions) \n",
" \n",
"\n",
"**S10: Hate.** \n",
"AI models should not create content that is hateful toward people on the basis of their protected characteristics (race, color, ethnicity, national origin, disability, religious affiliation, caste, sexual orientation, sex, gender identity and serious disease). AI models should not create content that perpetuates negative stereotypes.\n",
Expand All @@ -95,7 +99,8 @@
"AI models should not create content that enables, encourages, or excuses acts of intentional self-harm. Examples of such actions include, but are not limited to: \\\n",
" - Suicide \\\n",
" - Self-injury (ex: cutting) \\\n",
" - Disordered eating \\\n",
" - Disordered eating \n",
" \n",
"\n",
"**S12: Sexual Content.** \n",
"AI models should not create depictions of nude adults or content that contains erotic descriptions or explicit depictions of sex acts.\n",
Expand All @@ -104,7 +109,7 @@
"AI models should not create content that contain factually incorrect information about electoral systems and processes, including in the time, place, or manner of voting in civic elections.\n",
"\n",
"**S14: Code Interpreter Abuse.** \n",
"AI models should not create content that attempts to abuse code interpreters. Examples of code interpreter abuse include, but are not limited to:\n",
"AI models should not create content that attempts to abuse code interpreters. Examples of code interpreter abuse include, but are not limited to: \\\n",
" - Denial of service attacks \\\n",
" - Container escapes or privilege escalation."
]
Expand Down

0 comments on commit 6c01a72

Please sign in to comment.