|
|
|
|
|
by d0m
2149 days ago
|
|
Question from a non-ML expert: How can I be sure that my code working with one version will still be working after they update/re-train the models? More specifically, for DOTA, they could track the progress and make sure there wasn't important regressions.. but this seems so general, how can they make sure it makes everyone' use-cases better? |
|
It’s a fact of life. A different model will generate different outputs for the same prompts. And some of those outputs will be worse than they were.
But, if you use the same prompt with the same model, the output will always be exactly the same (content filters notwithstanding).