I am planning to create a human preference JSON file, but I would like some clarification on the following:
After running accelerate launch scripts/sample.py, 140 images are generated in the data folder.
Should I score each image individually in the form of a dictionary, or is a single list of 140 scores sufficient?
if so, how should dimensions be configured?
It would be helpful if I could refer to an example of the JSON structure.
Thanks! @yk7333