paperswithcode / sota-extractor

The SOTA extractor pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do you add a link for a reproducible example of a model?

dynamicwebpaige opened this issue · comments

Am not sure when this feature was introduced, but I love that Colab notebooks for models on Papers with Code are automatically referenced immediately below their repos (example):

Screen Shot 2022-02-23 at 10 25 34 AM

Am assuming that there is some sort of logic in the website that looks for colab.research.google.com links in models' READMEs? What would a user need to do to add a similar link for a demo of a model in HuggingFace's Spaces, or in a reproducible Codespaces or Replicate.ai instance?

Thank you!

cc: @alefnula @gcucurull @rstojnic

Hi @dynamicwebpaige - Yes that's correct, we get the Colab links from the repo README and in principle we could also parse out links to HF Spaces, Codespaces and Replicate.ai. We would leave it up to the repo maintainer to choose which one they want to link to.

This is so cool! Thank you for the add, @rstojnic. 😍

Thanks for the links @rstojnic! 😄

It doesn't seem to be working on StyleCLIP: https://paperswithcode.com/paper/styleclip-text-driven-manipulation-of

Maybe this is because they're using our old domain (replicate.ai) in the readme?

Hey @rstojnic , I plan to add some Hugging Face space demos links as shown in your examples. This is not for any particular repo but for many repositories of which I am not a maintainer. How can I go about doing that?