#is it possible to finetune moderation models?
1 messages · Page 1 of 1 (latest)
Hi @tawdry solstice. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
Based on the provided knowledge sources, there is no explicit information about the ability to fine-tune OpenAI's moderation models. However, OpenAI does allow fine-tuning of certain models with your own prompt-completion pairs, as mentioned in the Enterprise privacy at OpenAI (https://openai.com/enterprise-privacy/) source.
For moderation, the sources discuss the use of OpenAI's Moderation API and the importance of implementing moderation techniques to maintain a safe and respectful environment for user interactions. It also mentions the possibility of refining your moderation strategies through custom moderations, which may involve tailoring moderation criteria to your specific use case or integrating a combination of machine learning models and rule-based systems for a more nuanced analysis of content (source (https://cookbook.openai.com/examples/how_to_use_moderation#conclusion)).