Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insufficient number of osprey-724k #43

Open
CharlesGong12 opened this issue Nov 7, 2024 · 0 comments
Open

Insufficient number of osprey-724k #43

CharlesGong12 opened this issue Nov 7, 2024 · 0 comments

Comments

@CharlesGong12
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant