Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Evaluation of fine tuned model in Vertex AI

I have Fine Tuned text-bison@001 model and at the time of tuning I have given the evaluation dataset to get the Evaluation details for the tuned model. I couldn't find those evaluation details anywhere. Can you tell me where can I find those test results or point me out in the direction please?

0 2 773
2 REPLIES 2

Hello!

Model Evaluation is currently in preview and supports base and tuned versions of the text-bison. Below metrics are supported as of today.

Task Metric
Classification Micro-F1, Macro-F1, Per class F1
Summarization ROUGE-L
Question answering Exact Match
Text generation BLEU, ROUGE-L

Please refer to the documentation for details. Thanks!

Thanks, But it is the custom Evaluation which we do after the model is tuned and is available in model registry. I'm looking for the evaluation metrics which we should get after tuning the model as we are providing the evaluation dataset at the time of tuning. I'm asking where could I find that?