--- title: README emoji: 🐨 colorFrom: indigo colorTo: indigo sdk: static pinned: false ---
Want to publish Articles on Hugging Face? Use the "Request to join this org" button to join the waitlist.
![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 ✍️. You can co-author blogposts with other users! Create a blogpost as you normally would, and as long as your coauthors follow you, you will be able to add them! Please mind the below guidelines when writing the blog👇 - We are looking for high quality, long, technical, original blog posts on machine learning. Low quality, non-technical, non-original and LLM-generated blog posts will be hidden from the blog main page and you may be removed from the org. - 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! 😊
Helpful formatting tips 🪄✨ - 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)