merve HF staff commited on
Commit
d165660
1 Parent(s): ef0117d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -11,24 +11,29 @@ pinned: false
11
  <img class="lg:col-span-2" src="https://huggingface.co/spaces/hugginglearners/README/resolve/main/fastai.png" alt="Hugging Learners" style="margin:10px">
12
  <br />
13
 
 
14
  ## Where does the community live in?
15
  👾 hf-fastai channel in the [fast.ai Discord server](https://discord.gg/eXgFp5FRsz)
16
 
17
  ❤️ Check out [leaderboard](https://huggingface.co/spaces/hugginglearners/Hearts_Leaderboard) with the most liked Spaces
18
 
19
  💝 To get started with the sprint, check out [this page](https://huggingface2.notion.site/fast-ai-x-Sprint-76bf3524c6194740a4cdf657f59e45f3) containing end-to-end workflow we expect and tutorials.
 
20
 
21
  ## Who are we?
22
 
23
  Group to share Vision and Text pre-trained fastai Learners with the community for further community usage and reproducibility.
24
 
 
25
  ## What are we doing?
26
  We're training fast.ai models, building demos to them and share them. We believe in openly sharing knowledge and resources to democratize AI for all. At Hugging Face, we encourage all practitioners who train models to contribute by sharing them with the community. Even when trained on particular data sets, sharing Learners will help others save time and computing resources, and give them access to valuable trained artifacts. In turn, you can benefit from the work that others have done. Additionally, shared Learners can be replicated by other community members through, for example, the inference API or repository cloning.
 
27
 
28
  ## Questions?
29
  Please ask in the hf-fastai channel in the [fast.ai Discord](https://discord.gg/eXgFp5FRsz).
30
 
31
 
 
32
  ## Relevant links
33
  - Here is a [Notebook](https://colab.research.google.com/github/huggingface/blog/blob/main/notebooks/64_fastai_hub.ipynb) on how to share and load fastai Learners to and from the Hugging Face Hub, including Learners using blurr.
34
  - Hugging Face documentation on [fast.ai](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.from_pretrained_fastai).
 
11
  <img class="lg:col-span-2" src="https://huggingface.co/spaces/hugginglearners/README/resolve/main/fastai.png" alt="Hugging Learners" style="margin:10px">
12
  <br />
13
 
14
+
15
  ## Where does the community live in?
16
  👾 hf-fastai channel in the [fast.ai Discord server](https://discord.gg/eXgFp5FRsz)
17
 
18
  ❤️ Check out [leaderboard](https://huggingface.co/spaces/hugginglearners/Hearts_Leaderboard) with the most liked Spaces
19
 
20
  💝 To get started with the sprint, check out [this page](https://huggingface2.notion.site/fast-ai-x-Sprint-76bf3524c6194740a4cdf657f59e45f3) containing end-to-end workflow we expect and tutorials.
21
+
22
 
23
  ## Who are we?
24
 
25
  Group to share Vision and Text pre-trained fastai Learners with the community for further community usage and reproducibility.
26
 
27
+
28
  ## What are we doing?
29
  We're training fast.ai models, building demos to them and share them. We believe in openly sharing knowledge and resources to democratize AI for all. At Hugging Face, we encourage all practitioners who train models to contribute by sharing them with the community. Even when trained on particular data sets, sharing Learners will help others save time and computing resources, and give them access to valuable trained artifacts. In turn, you can benefit from the work that others have done. Additionally, shared Learners can be replicated by other community members through, for example, the inference API or repository cloning.
30
+
31
 
32
  ## Questions?
33
  Please ask in the hf-fastai channel in the [fast.ai Discord](https://discord.gg/eXgFp5FRsz).
34
 
35
 
36
+
37
  ## Relevant links
38
  - Here is a [Notebook](https://colab.research.google.com/github/huggingface/blog/blob/main/notebooks/64_fastai_hub.ipynb) on how to share and load fastai Learners to and from the Hugging Face Hub, including Learners using blurr.
39
  - Hugging Face documentation on [fast.ai](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.from_pretrained_fastai).