Comment by mdp2021
2 months ago
When performing those tests, I would iterate with a
for (seed=0 ; seed<100 ; seed++){ queryLLM( seed ); }
and check the result of each. I would not trust a single test.
2 months ago
When performing those tests, I would iterate with a
for (seed=0 ; seed<100 ; seed++){ queryLLM( seed ); }
and check the result of each. I would not trust a single test.
Yeah, I've done this a lot.