File size: 1,930 Bytes
0994e83
 
 
 
 
 
 
 
 
b54d3fa
 
ce63acf
 
b54d3fa
 
 
 
 
ce63acf
b54d3fa
832f39c
b54d3fa
 
 
8965a48
b54d3fa
fc59b99
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
title: README
emoji: 🐨
colorFrom: indigo
colorTo: indigo
sdk: static
pinned: false
---

![image/png](https://cdn-uploads.huggingface.co/production/uploads/6141a88b3a0ec78603c9e784/4_mKmOHYS8FQQd8biiEkD.png)

# Blog Explorers

Hugging Face Hub now supports publishing a blog post from community members. During this beta process, you must be member of this [blog-explorers](https://huggingface.co/blog-explorers) organization to publish your blog posts. πŸ“– 

You can join this organization by requesting to join. βœ‹ We will accept you shortly. 

Go to https://huggingface.co/new-blog to start writing your posts after you are granted access ✍️.

Please mind the below guidelines when writing the blogπŸ‘‡ 
- We are looking for high quality, long, technical blog posts on machine learning. Low quality and non-technical blog posts will be hidden from the blog main page.
- Avoid advertising paid solutions in your posts.
- You can find two examples of high quality blogs [here](https://huggingface.co/blog/tomaarsen/attention-sinks) and [here](https://huggingface.co/blog/AmelieSchreiber/esmbind-ensemble).
- All blogs are subjected to [content guidelines](https://huggingface.co/content-guidelines) of Hugging Face Hub.

Looking forward to read your posts! 😊 

<details>
  <summary>Helpful formatting tips πŸͺ„βœ¨</summary>
  
  - You can add usual markdown headers (# for Header 1, ## for Header 2, ## for Header 3)
  
  - You can write LaTeX by writing it like this: `$$...$$`` for example πŸ‘‡
  ```
    $$Y = X * \textbf{dequantize}(W); \text{quantize}(W)$$
  ```
  - You can add anchor links βš“οΈ like below πŸ‘‡πŸ»
  ```
  ## My awesome section[[some-section]]
  // the anchor link is: `some-section`
  ```
  - Adding code formatting by enclosing with '```' πŸ‘‡πŸ»
    
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6141a88b3a0ec78603c9e784/Dm2ZNH9oW5DF0S37nmCTS.png)

</details>