I need a tflite model to classify comments based on toxicity score.
This model does what I need - https://www.kaggle.com/models/tensorflow/toxicity/
I need something that does the same but can be deployed on mobile so it must be a pre-trained TFLite model.
It must run on TensorFlow Lite, accept a comment as a string and output the toxicity score of each classification (identify attack, insult etc)
Success story sharing