Spaces:
Running
Running
Commit
·
f2bdef0
1
Parent(s):
ba3b51a
Update README.md
Browse files
README.md
CHANGED
@@ -28,6 +28,28 @@ pinned: false
|
|
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 |
|
|
|
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 |
+
<li class="my-4"><strong><a href="https://huggingface.co/course/chapter9/1?fw=pt" target="_blank" style="text-decoration: underline">Weights & Biases SWAG?</a></strong> - Add a training log and share your results with an analysis of the choices you made in your Model Card</li>
|
32 |
+
</ul>
|
33 |
+
<br />
|
34 |
+
|
35 |
+
<div class="grid lg:grid-cols-2 gap-x-4">
|
36 |
+
<h2 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">
|
37 |
+
👋👋👋👋👋 Welcome to the fastai X Hugging Face Group 🥳🥳🥳🥳🥳
|
38 |
+
</h2>
|
39 |
+
<h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold"> <a href="https://huggingface.co/organizations/hugginglearners/share/zpkoRjVushPkTyTzPpQDWxnmbJwPkqWTsS" style="text-decoration: underline">Join the fastai X HF group here</a></h3>
|
40 |
+
<h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold"> <a href="https://discord.gg/eXgFp5FRsz" style="text-decoration: underline">Say "Hi!" in the hf-fastai channel in the fast.ai Discord server here</a></h3>
|
41 |
+
<h4 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold"><a href="https://huggingface.co/hugginglearners" style="text-decoration: underline">Live Hugging Learners Likes Leaderboard (coming soon)</a></h4>
|
42 |
+
<img class="lg:col-span-2" src="https://huggingface.co/spaces/hugginglearners/README/resolve/main/download.png" alt="Hugging Learners" style="margin:10px">
|
43 |
+
<p class="lg:col-span-2">
|
44 |
+
Few have done as much as the fast.ai ecosystem to make Deep Learning accessible. Let's make exclusivity in access to Machine Learning, including pre-trained models, a thing of the past, and let's push this unique field even further.
|
45 |
+
</p>
|
46 |
+
<br />
|
47 |
+
|
48 |
+
<h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">Extras</h2>
|
49 |
+
|
50 |
+
|
51 |
+
<ul class="lg:col-span-2" style="list-style: circle inside">
|
52 |
+
<li class="my-4"><strong><a href="https://huggingface.co/course/chapter9/1?fw=pt" target="_blank" style="text-decoration: underline">Weights & Biases SWAG?</a></strong> - Add a training log and share your results with an analysis of the choices you made in your Model Card</li>
|
53 |
</ul>
|
54 |
<br />
|
55 |
|