You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a base toxicity detection model and upload it to Hugging Face.
Make the model_path parameter in the .load() method of the toxicity detection class optional.
If model_path is not provided, the .load() method of the toxicity detection class should default to using the base toxicity detection model from Hugging Face.
What needs to be done
model_pathparameter in the.load()method of the toxicity detection class optional.model_pathis not provided, the.load()method of the toxicity detection class should default to using the base toxicity detection model from Hugging Face.