CircleRadon/Osprey

Insufficient number of osprey-724k

Opened this issue · 0 comments

Hi,

Thanks for your excellent work!

I download AntGroup-MI/Osprey-724K from huggingface and found that the length of the json files is less than the number in the paper. I use the code as follows:

with open(input_file_path, 'r', encoding='utf-8') as infile:
    data = json.load(infile)

print(len(data))

And the length of osprey_detail_description.json is 29k, rather than 70k claimed in the paper. Similar things also happen to other json files.