Skip to content

Commit

Permalink
docs: add Uncensored General Intelligence Leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriankhl committed Jun 1, 2024
1 parent 5bef708 commit 5b848a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions LLM_LEGAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ If a company put sufficient efforts into filtering, cleaning, and synthesizing t
* [Microsoft Responsible AI Standard](https://www.microsoft.com/en-us/ai/principles-and-approach/) and see "Safety-first model design" in [Introducing Phi-3: Redefining what’s possible with SLMs](https://azure.microsoft.com/en-us/blog/introducing-phi-3-redefining-whats-possible-with-slms/)
* [Our responsible approach to Meta AI and Meta Llama 3](https://ai.meta.com/blog/meta-llama-3-meta-ai-responsibility/)

And this is a leaderboard about how "uncersored" (in other words, "unsafe") models are

* [Uncensored General Intelligence Leaderboard](https://huggingface.co/spaces/DontPlanToEnd/UGI-Leaderboard)

#### Consider using a safeguard

There are many ways to safeguard LLM-genrated contents, such as constraining the format and setting up text filter. Meta even published a [Llama Guard 2](https://llama.meta.com/docs/model-cards-and-prompt-formats/meta-llama-guard-2/) model to identify issues (e.g., privacy, intellectual property) in user input and generated output, and yes it has a [GGUF version](https://huggingface.co/neopolita/meta-llama-guard-2-8b-gguf/tree/main) that can be used in inference.
Expand Down

0 comments on commit 5b848a6

Please sign in to comment.