Closed ThBird closed 2 months ago
Hi, I didn't save the randomly selected samples. It's literally random.sample(llava_data, 5000). Different random seeds may lead to slightly different performance but should be similar.
random.sample(llava_data, 5000)
OK,Thanks
Hi, I didn't save the randomly selected samples. It's literally
random.sample(llava_data, 5000)
. Different random seeds may lead to slightly different performance but should be similar.