espejelomar commited on
Commit
8402c63
·
1 Parent(s): 275ceec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ 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> - 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
 
 
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 for the best reports.</li>
27
  </ul>
28
  <br />
29