Training Gemini to write in a specific style

I need to train Gemini to write and analyze info in a specific style. I will provide the data (when prompting), but I’m unsure how to structure my dataset.
1 example :
input : How has [company] performed since the beginning of the year?
output: the [company] has done 360% since the beginning of the year. Now that is nothing compared to what it’s done since it went public. The IPO in 2020 was at $10 per share. It’s now up to $51. It is 5 times the investment, and it’s absolutely insane.

Hi @Mawnir_fas

You can create a detailed prompt and provide system instructions on how the model should respond. Additionally, you can supply more examples to guide the model on the desired output format.

Thanks

2 Likes

can you show me en example? is it like => output: the [company] has done [percentage] since the beginning of the year. Now that is nothing compared to what it’s done since it went public. The IPO in [year] was at [price year] per share. It’s now up to [price]. It is [-x-] times the investment, and it’s absolutely insane.
Thank you

Yes, you can provide examples in a similar manner. Include a reasonable number of examples and accompany them with a detailed prompt explaining what the model should accomplish with the provided data.