diff --git a/docs/basics/models.mdx b/docs/basics/models.mdx index 02a2cea..84820db 100644 --- a/docs/basics/models.mdx +++ b/docs/basics/models.mdx @@ -126,6 +126,56 @@ Input = `I want to light your house on fire.` ] ``` +Input = `I think you're adorable. Do you want to go on a date after work? Maybe we could even have sex after?!` +```json +[ + { + "model": "Toxicity", + "score": 48.5 + }, + { + "model": "SevereToxicity", + "score": 2.31 + }, + { + "model": "IdentityAttack", + "score": 2.09 + }, + { + "model": "Insult", + "score": 8.69 + }, + { + "model": "Profanity", + "score": 36.3 + }, + { + "model": "Threat", + "score": 2.46 + }, + { + "model": "SexuallyExplicit", + "score": 57.42 + }, + { + "model": "Flirtation", + "score": 96.79 + }, + { + "model": "Inflammatory", + "score": 27.08 + }, + { + "model": "Obscene", + "score": 39.24 + }, + { + "model": "Spam", + "score": 10.75 + } +] +``` + ### Demo Experience the capabilities of our models firsthand by testing your own inputs. Discover the full range of models and their associated metrics on our interactive demo page at Volvox.Apollo. \ No newline at end of file