The GPT-Neo model was released in the EleutherAI/gpt-neo repository.
It is a GPT2 like causal language model trained on the Pile dataset.
Openchat supports the above Prompt based dialogues via GPT-Neo.
Below models provides custom prompt setting. (* means all models)
gptneo.*
2. ConvAI2
ConvAI2 is one of the most famous conversational AI challenges about a persona.
Openchat provides custom persona setting like above image.
Below models provides custom perona setting. (* means all models)
blender.*
dodecathlon.convai2
unlikelihood.convai2.*
3. Wizard of Wikipedia
Wizard of wikipedia is one of most famous knowledge grounded dialogue dataset.
Openchat provides custom topic setting like above image.
Below models provides custom topic setting. (* means all models)
wizard_of_wikipedia.end2end_generator
dodecathlon.wizard_of_wikipedia
unlikelihood.wizard_of_wikipedia.*
4. Safety Agents
Openchat provides a dialog safety model to help you design conversation model.
Below models provides dialog safety features.
safety.offensive: offensive words classification
safety.sensitive: sensitive topic classification
License
Copyright 2021 Hyunwoong Ko.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.