Prompt for instructions ?

#1
by asach - opened

What should be the prompt for instructions, you have shared the text gen code for tiiuae/falcon-40b-instruct also.

Thanks !

Technology Innovation Institute org
β€’
edited May 30, 2023

Hey!

Falcon-40B-Instruct was finetuned on the Bai ze data -- reproducing a similar format ought to help. We have had reasonable success internally with a basic prompt like:

User: Can you tell me what is brutalism?
Assistant:

You can also see this discussion for more information!

FalconLLM pinned discussion

Thank you ! πŸ™

asach changed discussion status to closed

excellent thx!

this works great:

Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.\n### Instruction: Extract and display only the first date of birth found in the following sentence and display it in ISO format and ignore any other text and if no date of birth is found display only 01/01/1901\n### Input:Transcript: I am calling about a patient with date of birth july fifth 1975.\n### Response:

Sign up or log in to comment