Extracting confidence score or probability scores for extracted entities #267
-
Thanks for this wonderful tool. Right now I am using llama2 and I am able to extract specific fields from my text by using the correct prompts. Is there a way to give a confidence score or a probability score for each extracted entity? Right now my output looks like:
But here I know that the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ask the model itself to provide a confidence score as part of the schema. The better the model, the better it'll work! |
Beta Was this translation helpful? Give feedback.
Ask the model itself to provide a confidence score as part of the schema. The better the model, the better it'll work!