Skip to content

Commit e340dce

Browse files
committed
docs: fix grammar
1 parent 0011528 commit e340dce

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

LLM_LEGAL.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ you can have your game generate LMM content at runtime. There are two caveats:
3838

3939
* Even without all these legal issues, just relying on LLM-generated contents won't make your game stand out. Like many other video game technologies, LLM can be useful, but making a successful game is much more than being able to utilize a specific technology.
4040
* If you use pre-generated contents, double check your contents to make sure they are legal, e.g., search them on Google to see if it is too similar to other copyrighted materials
41-
* Live-generated contents are in general harder to control, but you can still pick an appropriate model, contrain the input prompt, or apply filters to generateds text to guard the generated contents
41+
* Live-generated contents are in general harder to control, but you can still pick an appropriate model, contrain the input prompt, or apply filters to generated texts to safeguard the generated contents
4242

4343
### Selecting LLM models
4444

@@ -53,13 +53,10 @@ If a company put sufficient efforts into filtering, cleaning, and synthesizing t
5353
* [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/)
5454
* [Our responsible approach to Meta AI and Meta Llama 3](https://ai.meta.com/blog/meta-llama-3-meta-ai-responsibility/)
5555

56-
5756
#### Consider using a safeguard
5857

5958
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.
6059

61-
62-
6360
## Articles
6461

6562
* [Large Language Models and Games: A Survey and Roadmap](https://arxiv.org/html/2402.18659v1)

0 commit comments

Comments
 (0)