You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: