espejelomar commited on
Commit
275ceec
1 Parent(s): 5ef0f32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -23,9 +23,9 @@ pinned: false
23
  <li class="my-4"><strong>Train a vision or text fastai Learner.</strong> You can use an already pre-trained model from the Hugging Face Hub.</li>
24
  <li class="my-4"><strong>Share the trained Learner</strong> through the Hub. <a href="https://colab.research.google.com/github/huggingface/blog/blob/main/notebooks/64_fastai_hub.ipynb" target="_blank" style="text-decoration: underline">This tutorial</a> shows how to share and load Learners (including those created with blurr). Please, share it to the hugginglearners organization. You can use the <a href="https://docs.fast.ai/huggingface.html#Sharing-a-Learner-to-the-Hub" target="_blank" style="text-decoration: underline">push_to_hub_fastai</a> function like this <strong>push_to_hub_fastai(learn, "hugginglearners/pokemon_classifier")</strong>. Remember to describe your model in the <a href="https://huggingface.co/docs/hub/model-repos" target="_blank" style="text-decoration: underline">model card</a>.</li>
25
  <li class="my-4"><strong>Create a Gradio demo</strong> to showcase your model. <a href="https://huggingface.co/course/chapter9/1?fw=pt" target="_blank" style="text-decoration: underline">Here is a tutorial</a>; the next iteration of the fastai course will include a section on sharing with Gradio.</li>
26
- <li class="my-4"><strong>[OPTIONAL] <a href="https://wandb.ai/site" target="_blank" style="text-decoration: underline">Weights & Biases </a>Track</strong> - If you want to share a tutorial or some analysis linked to your model card, you can use the W&B reports. They can include interactive graphs and analysis of your experiments (<a href="https://wandb.ai/_scott/wandb_example/reports/Collaboration-in-ML-made-easy-with-W-B-Teams--VmlldzoxMjcwMDU5" target="_blank" style="text-decoration: underline">here is an example</a>). We will be sending W&B SWAG to the best reports.</li>
27
  </ul>
28
- <br />
29
 
30
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">What models can I share?</h2>
31
  <p class="lg:col-span-2"> Share any fastai Learner! Here are some ideas:</p>
 
23
  <li class="my-4"><strong>Train a vision or text fastai Learner.</strong> You can use an already pre-trained model from the Hugging Face Hub.</li>
24
  <li class="my-4"><strong>Share the trained Learner</strong> through the Hub. <a href="https://colab.research.google.com/github/huggingface/blog/blob/main/notebooks/64_fastai_hub.ipynb" target="_blank" style="text-decoration: underline">This tutorial</a> shows how to share and load Learners (including those created with blurr). Please, share it to the hugginglearners organization. You can use the <a href="https://docs.fast.ai/huggingface.html#Sharing-a-Learner-to-the-Hub" target="_blank" style="text-decoration: underline">push_to_hub_fastai</a> function like this <strong>push_to_hub_fastai(learn, "hugginglearners/pokemon_classifier")</strong>. Remember to describe your model in the <a href="https://huggingface.co/docs/hub/model-repos" target="_blank" style="text-decoration: underline">model card</a>.</li>
25
  <li class="my-4"><strong>Create a Gradio demo</strong> to showcase your model. <a href="https://huggingface.co/course/chapter9/1?fw=pt" target="_blank" style="text-decoration: underline">Here is a tutorial</a>; the next iteration of the fastai course will include a section on sharing with Gradio.</li>
26
+ <li class="my-4"><strong>[OPTIONAL] <a href="https://wandb.ai/site" target="_blank" style="text-decoration: underline">Weights & Biases </a>Track</strong> - Share a tutorial or analysis using the W&B reports, and <strong>link it to your model card in the Hub</strong> (you can use <a href="https://shields.io/" target="_blank" style="text-decoration: underline">shields</a> to add a cool badge). They can include interactive plots and analysis of your experiments (<a href="https://wandb.ai/_scott/wandb_example/reports/Collaboration-in-ML-made-easy-with-W-B-Teams--VmlldzoxMjcwMDU5" target="_blank" style="text-decoration: underline">here is an example</a>). There will be W&B SWAG to the best reports.</li>
27
  </ul>
28
+ <br />
29
 
30
  <h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">What models can I share?</h2>
31
  <p class="lg:col-span-2"> Share any fastai Learner! Here are some ideas:</p>