Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
| <html> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| </head> | |
| <body> | |
| <div class="container mx-auto py-4 dark:text-white"> | |
| <h1 class="text-3xl font-bold text-center">nbconvert-server</h1> | |
| <p class="text-center"> | |
| An internal API used as a backend for notebook rendering on the Hub | |
| </p> | |
| <svg class="mx-auto mb-8" width="32" height="32" viewBox="0 0 24 24"> | |
| <path | |
| fill="#888888" | |
| fill-rule="evenodd" | |
| d="M16.48 14h4.02a2.5 2.5 0 1 0 0-5H6.618a1 1 0 0 1-.894-.553l-.448-.894A1 1 0 0 0 4.382 7H2.517a1 1 0 0 0-.92 1.394l2.143 5a1 1 0 0 0 .92.606h3.863a1 1 0 0 1 .928 1.371L8.55 17.63A1 1 0 0 0 9.477 19h2.042a1 1 0 0 0 .781-.375l3.4-4.25a1 1 0 0 1 .78-.375zM9.5 8h4.75L12.3 5.4a1 1 0 0 0-.8-.4H9.618a1 1 0 0 0-.894 1.447L9.5 8z" | |
| clip-rule="evenodd" | |
| /> | |
| </svg> | |
| <div class="w-96 mx-auto"> | |
| <p>Sample notebooks:</p> | |
| <ul class="list-disc"> | |
| <li> | |
| climategan (LFS-stored > 10MB) | |
| <a | |
| target="_blank" | |
| class="underline" | |
| href="/convert?url=https://huggingface.co/spaces/NimaBoscarino/climategan/resolve/main/notebooks/plot_metrics.ipynb" | |
| > | |
| html</a | |
| >, | |
| <a | |
| target="_blank" | |
| class="underline" | |
| href="https://huggingface.co/spaces/NimaBoscarino/climategan/blob/main/notebooks/plot_metrics.ipynb" | |
| > | |
| on Hub | |
| </a> | |
| </li> | |
| <li> | |
| Fake_News_Classificaton.ipynb (stored in raw git) | |
| <a | |
| target="_blank" | |
| class="underline" | |
| href="/convert?url=https://huggingface.co/pceiyos/fake_news_detection_nlp/resolve/main/Fake_News_Classificaton.ipynb" | |
| > | |
| html</a | |
| >, | |
| <a | |
| target="_blank" | |
| class="underline" | |
| href="https://huggingface.co/pceiyos/fake_news_detection_nlp/blob/main/Fake_News_Classificaton.ipynb" | |
| > | |
| on Hub | |
| </a> | |
| </li> | |
| <li> | |
| Dall-e mini (specific revision) | |
| <a | |
| target="_blank" | |
| class="underline" | |
| href="/convert?url=https://huggingface.co/spaces/dalle-mini/dalle-mini/resolve/63679e968109278c5f0169100b1755bbda9f4bc6/tools/inference/inference_pipeline.ipynb" | |
| > | |
| html</a | |
| >, | |
| <a | |
| target="_blank" | |
| class="underline" | |
| href="https://huggingface.co/spaces/dalle-mini/dalle-mini/blob/63679e968109278c5f0169100b1755bbda9f4bc6/tools/inference/inference_pipeline.ipynb" | |
| > | |
| on Hub | |
| </a> | |
| </li> | |
| </ul> | |
| </div> | |
| <div class="text-xs text-gray-500 text-center mt-10 mb-4"> | |
| ping @julien-c if anything looks wrong | |
| </div> | |
| </div> | |
| </body> | |
| </html> | |