-
Notifications
You must be signed in to change notification settings - Fork 591
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
[Feature request] Papers API #2553
Comments
So basically a We could start with a simple |
Hey @Wauplin :), I'm interested to work on this! |
Hey @Wauplin :), I'm interested to work on this! Can I get more context on this issue |
Thank you everyone for proposing your help and even creating a PR @hlky. I was not expecting such enthusiasm on this feature! 🤗 I'll need some time to check which direction we want to take and review the PR. I'll keep you posted :) |
Just to note for the search path e.g. This almost matches the
|
I can do the following to search for papers:
curl 'https://huggingface.co/api/papers/search?q=attention'
And I get this:
I can do this to get papers for a certain date:
curl https://huggingface.co/api/papers/search?date=2024-09-17
I don't know what other query terms I can look use. It would be nice to have this as part of the hub client.
@Wauplin
The text was updated successfully, but these errors were encountered: