Skip to content

Commit

Permalink
docs: fix grammar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriankhl committed May 30, 2024
1 parent 98bf835 commit 0011528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LLM_LEGAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ If a company put sufficient efforts into filtering, cleaning, and synthesizing t
* [Our responsible approach to Meta AI and Meta Llama 3](https://ai.meta.com/blog/meta-llama-3-meta-ai-responsibility/)


#### Considering using a safeguard
#### Consider using a safeguard

There are many ways to safeguard LLM-genrated contents, such as constraining the format and words filtering. 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 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.
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 0011528

Please sign in to comment.