eg:
| Brand_Name | Category | Price |
|---|---|---|
| ABC | Bat | $12 |
| XYZ | Bat | $14 |
| MNZ | Bat | $13 |
Now, when I ask
- a) Q: suggest me the cheapest bat brand and its price?
A: ABC is of price $12 - b) Q: suggest me the cheapest bat brand and its price?
A: XYZ is of price $14 - c) Q: suggest me top two cheapest bat brand and its price ?
A: ABC and MNZ is of price $12 and $13 - d) Q: Suggest me bat brands which has price between 12 and 13 dollars?
A: ABC and MNZ
I tried using embedding approach which is suggested here ( https://stackoverflow.com/questions/74000154/customize-openai-model-how-to-make-sure-answers-are-from-customized-data )
No luck yet
Stack Overflow
I'm using customized text with 'Prompt' and 'Completion' to train new model.
Here's the tutorial I used to create customized model from my data:
beta.openai.com/docs/guides/fine-tuning/advanced-usage