Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

How can I do summarization #623

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

Closed
testplop opened this issue Mar 30, 2023 · 1 comment
Closed

How can I do summarization #623

testplop opened this issue Mar 30, 2023 · 1 comment
Labels
model Model specific

Comments

@testplop
Copy link

I'm trying to make something like https://platform.openai.com/examples/default-notes-summary

But it fails, I tried with gpt4all, llama and alpaca 7B. Maybe I should ajust the prompt ?

Screenshot 2023-03-30 at 15 17 56

@Topping1
Copy link

I tried a prompt like this:
summarize the text in brackets [text to summarize]
with some good and not so good results. Sometimes the model hallucinates parts of the summary. I think you can avoid this by setting the temperature low (like 0.2 for example). Also is useful to increase the context length to 2048.
I hope someone fine tunes Llama with summarization datasets already existing in Hugginface. It could be really useful.

@gjmulder gjmulder added the model Model specific label Mar 30, 2023
@ggml-org ggml-org locked and limited conversation to collaborators Mar 30, 2023
@gjmulder gjmulder converted this issue into discussion #628 Mar 30, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
model Model specific
Projects
None yet
Development

No branches or pull requests

3 participants