conversational chat assistant

OPT-1.3b-Chat

This is a text generation model based on the OPT-1.3B model from Meta, trained using the Deepspeed library. The model can generate natural and engaging conversational responses given a user input.

A Demo is available here The model is best at simple Q&A style questions, not open-ended ones like ChatGPT.

Training Details

Model Details

Usage

You can use this model directly with the Hugging Face pipeline for text generation:

from transformers import pipeline
generator = pipeline('text-generation', model='DarwinAnim8or/OPT-1.3b-Chat')
generator("Hello, how are you?")

Suggested formatting

The training data uses the following format:

Human: <question>
Assistant: <answer>

It is recommended to follow the same format as closely as possible for the best results. We do intend on creating another model that is trained on the openassistant dataset in the future.

License

This model is licensed under the OPT-175B license, which is a non-commercial research license. Please read the full license terms before using this model.

Ethical Considerations

This model is intended for research purposes only and should not be used for any malicious or harmful applications. The model may generate offensive or inappropriate content that does not reflect the views or opinions of the authors or Microsoft. Users are responsible for ensuring that the generated content complies with ethical and legal standards.