Skip to content

Insufficient number of osprey-724k #43

@CharlesGong12

Description

@CharlesGong12

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions