A data scientist fine-tuned a model on OCI Gen AI using a dedicated AI cluster. After deployment, the model gives inaccurate results. Which troubleshooting step should they take first?
Trap 1: Switch to a different base model
Base model may not be the root cause if fine-tuning data is flawed.
Trap 2: Increase the cluster size
Cluster size affects performance, not accuracy.
Trap 3: Use a serverless endpoint
Endpoint type does not fix accuracy issues.
- A
Switch to a different base model
Why wrong: Base model may not be the root cause if fine-tuning data is flawed.
- B
Increase the cluster size
Why wrong: Cluster size affects performance, not accuracy.
- C
Use a serverless endpoint
Why wrong: Endpoint type does not fix accuracy issues.
- D
Check the training data for bias or quality issues
Training data quality directly impacts model accuracy.