Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gradio interface for mistral chatbot #237

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

uralik
Copy link

@uralik uralik commented Dec 22, 2023

What does this PR do?

Adds a gradio interface for mistral instruct 7b chatbot

@cbalioglu minor observation is that the nucleus param change doesnt influence the output as much as I would expect. Worth checking this further.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 22, 2023
@uralik
Copy link
Author

uralik commented Dec 22, 2023

Example:
image

try:
import gradio as gr
except ImportError:
print("Install gradio: pip install gradio")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we specify the version of gradio ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants