Spaces:
Running
Running
Commit
·
ba3b51a
1
Parent(s):
a01ab18
Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ pinned: false
|
|
27 |
<li class="my-4"><a href="https://huggingface.co/organizations/hugginglearners/share/zpkoRjVushPkTyTzPpQDWxnmbJwPkqWTsS" target="_blank" style="text-decoration: underline">Join here</a> to this organization in the Hub.</li>
|
28 |
<li class="my-4">Train a vision or text fastai Learner. You can use an already pre-trained model from the Hugging Face Hub.</li>
|
29 |
<li class="my-4">Share the trained Learner through the Hub. 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>
|
30 |
-
<li class="my-4">Create a Gradio demo 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
|
31 |
</ul>
|
32 |
<br />
|
33 |
|
|
|
27 |
<li class="my-4"><a href="https://huggingface.co/organizations/hugginglearners/share/zpkoRjVushPkTyTzPpQDWxnmbJwPkqWTsS" target="_blank" style="text-decoration: underline">Join here</a> to this organization in the Hub.</li>
|
28 |
<li class="my-4">Train a vision or text fastai Learner. You can use an already pre-trained model from the Hugging Face Hub.</li>
|
29 |
<li class="my-4">Share the trained Learner through the Hub. 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>
|
30 |
+
<li class="my-4">Create a Gradio demo 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>
|
31 |
</ul>
|
32 |
<br />
|
33 |
|