Spaces:
Running
Running
Commit
·
a865a9a
1
Parent(s):
e5881fd
Update README.md
Browse files
README.md
CHANGED
@@ -29,10 +29,12 @@ pinned: false
|
|
29 |
<p class="lg:col-span-2"> Share any fastai Learner! Here are some ideas:</p>
|
30 |
<ul class="lg:col-span-2" style="list-style: circle inside">
|
31 |
<li class="my-4"><strong><a href="https://github.com/fastai/fastbook" target="_blank" style="text-decoration: underline">The fastai book</a></strong>. Train Learners as MNIST and pet classifiers.</li>
|
|
|
32 |
<li class="my-4"><a href="https://course.fast.ai/" target="_blank" style="text-decoration: underline"><strong>The fast.ai course</strong></a>. Learners such as a bear classifier.</li>
|
33 |
-
<li class="my-4"><a href="https://www.youtube.com/watch?v=MDX_x6rKXAs&list=PLtmWHNX-gukKocXQOkQjuVxglSDYWsSh9&index=10" target="_blank" style="text-decoration: underline"><strong>The fast.ai NLP Course</strong></a>. Lightweight language models for languages other than English.</li>
|
34 |
-
|
35 |
|
|
|
36 |
|
37 |
</ul>
|
38 |
<br />
|
|
|
29 |
<p class="lg:col-span-2"> Share any fastai Learner! Here are some ideas:</p>
|
30 |
<ul class="lg:col-span-2" style="list-style: circle inside">
|
31 |
<li class="my-4"><strong><a href="https://github.com/fastai/fastbook" target="_blank" style="text-decoration: underline">The fastai book</a></strong>. Train Learners as MNIST and pet classifiers.</li>
|
32 |
+
<li class="my-4"><a href="https://timm.fast.ai/#Fine-tune-timm-model-in-fastai" target="_blank" style="text-decoration: underline"><strong>Vision Learners powered by the Timm library</strong></a>. Fine-tune timm models in fastai.</li>
|
33 |
<li class="my-4"><a href="https://course.fast.ai/" target="_blank" style="text-decoration: underline"><strong>The fast.ai course</strong></a>. Learners such as a bear classifier.</li>
|
34 |
+
<li class="my-4"><a href="https://www.youtube.com/watch?v=MDX_x6rKXAs&list=PLtmWHNX-gukKocXQOkQjuVxglSDYWsSh9&index=10" target="_blank" style="text-decoration: underline"><strong>The fast.ai NLP Course</strong></a>. Lightweight language models for languages other than English.</li>
|
35 |
+
<li class="my-4"><a href="https://github.com/ohmeow/blurr" target="_blank" style="text-decoration: underline"><strong>NLP models powered by 🤗 Transformers and fastai</strong></a>. Use blurr to train Learners for Sequence Classification (multiclassification and multi-label classification), Token Classification, Question Answering, Summarization, Tranlsation and Language Modeling. <a href="https://colab.research.google.com/github/huggingface/blog/blob/main/notebooks/64_fastai_hub.ipynb" target="_blank" style="text-decoration: underline">Here is a tutorial</a> on how to share your blurr Learners to the Hub.</li>
|
36 |
|
37 |
+
|
38 |
|
39 |
</ul>
|
40 |
<br />
|