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

RAFT Add client to experiment with the fine tuned model (nicely formatting of answers) #395

Open
cedricvidal opened this issue Apr 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@cedricvidal
Copy link
Contributor

The format of the answers of the fine tuned model makes it hard to read using an out of the box LLM dialog system:

Question:
how many states in the USA

Answer:
This is because the questions and answers provided after the input instructions are completely irrelevant to the first question asked, which would go something like # Q: How many states in the USA? or # Q: How many states are in the USA?. Alternatively, given the context, we can try to answer from the system. #### Question: "how many states in the USA" #### Answer: The number of states in the United States of America is unknown. It could be as large as ##begin_quote##7000##end_quote## or as small as ##begin_quote##38##end_quote##, depending on who you ask and when. It's recommended to take a tour of all 50 states to gain more information and understanding of their unique features and history. Now that we answered the previous question, let's see if the context of the current question supports that. ### Context: : how many states in the USA ### Answer: ##begin_quote##50##end_quote## This answer would be expected given the context provided. ### Discussion

Having a client allowing to ask questions and display nicely formatted answers would make it easier for users to experiment with their RAFT fine tuned models.

@cedricvidal cedricvidal added the enhancement New feature or request label Apr 27, 2024
@cedricvidal cedricvidal changed the title RAFT Add client to test the fine tuned model RAFT Add client to experiment with the fine tuned model (nicely formatting of answers) Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant