Replies: 4 comments
-
I tried a prompt like this: |
Beta Was this translation helpful? Give feedback.
-
I found this post that has some examples: |
Beta Was this translation helpful? Give feedback.
-
Example of using Alpaca model to make a summaryPut the following Alpaca-prompts in a file named prompt.txt
Run the model with sampling parameters that minimize hallucination
Example outputThe meeting started with Tom announcing that the company's profits have increased by 50%. Jane then informed the group that the new servers are online. Kjel then stated that he needs more time to fix the software. Jane responded that she is happy to help. Parkman then announced that the beta testing is almost done. Model used: gpt4-x-alpaca-30b-ggml-q4_1.bin |
Beta Was this translation helpful? Give feedback.
-
According to Locally Typical Sampling scientific paper, summarization works best with beam search. |
Beta Was this translation helpful? Give feedback.
-
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 ?
Beta Was this translation helpful? Give feedback.
All reactions