Email or username:

Password:

Forgot your password?
Top-level
PEXAVC

@dansup what are your thoughts on some on-device models that can help detect harmful content? Thinking of creating a Swift Package to handle a suite of these cases, if you'd like, for the iOS variant.

2 comments
dansup

@pexavc I would love that! I’ve been looking into MLkit for on device NLP

PEXAVC

@dansup Nice, I'll take a look at that too. I have been learning MLX, another Apple ML framework, and it works quite well for LLMs. Will see how that can be used with abusive language detection or fact-checking. Vision wise, I'll try to find properly licensed CoreML models to bundle with it all.

Go Up