-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels