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

Steps #2

Open
syngokhan opened this issue May 15, 2023 · 1 comment
Open

Steps #2

syngokhan opened this issue May 15, 2023 · 1 comment

Comments

@syngokhan
Copy link

Hey how are you ? First of all thank you for us to provide this repo. I have same question for steps.

Are we going to choose every step here one by one? Are we going step by step?

Or will we choose one of these steps and test the results accordingly?

Also, I want to design a Chatbot in a ConversationAI style. How should the data be for this? It keeps it as generate as History, but how do we set them in the data? Well, I’m creating them in my mind. Can you help me with this too??

If there is anything I can’t think of or you want to contribute, I would appreciate it if you add it.

Thank you for everthing

@l294265421
Copy link
Owner

l294265421 commented May 17, 2023

  1. The step 1 and step 2 can be run and tested alone. But the step 3 depends on the step 1 and step 2.
  2. The chatbot in this repo (alpaca_rlhf/inference/llama_chatbot_gradio.py) supports conversation (multi-turn dialogue). That is, before clicking the button Clear History, the history including the responses that the chatbot generates and the users speak, will be used as input for the next turn. And the training data (https://huggingface.co/datasets/Dahoas/rm-static) also includes multi-turn dialogue data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants