From 68258af8d541e9597a98cc0e3a0e55d28d8ff48a Mon Sep 17 00:00:00 2001 From: Mishig Date: Mon, 1 Jun 2026 15:53:52 +0200 Subject: [PATCH] docs: clarify Blog Articles content guidelines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a Content Guidelines section to the Blog Articles page describing the two expected article categories — exploring an AI science/engineering concept, or announcing the release of an open source artifact — each with example articles. Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/hub/blog-articles.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/hub/blog-articles.md b/docs/hub/blog-articles.md index e5f386f3ac..b90d7ed781 100644 --- a/docs/hub/blog-articles.md +++ b/docs/hub/blog-articles.md @@ -32,6 +32,13 @@ When creating the article, pick the namespace it should be published under from +## Content Guidelines + +Published articles should fall into one of two categories: + +- **Explore an AI science or engineering concept.** For example, [Uncensor any LLM with abliteration](https://huggingface.co/blog/mlabonne/abliteration) and [KV Caching Explained: Optimizing Transformer Inference Efficiency](https://huggingface.co/blog/not-lain/kv-caching). +- **Announce the release of an open source artifact**, such as a model, dataset, or tool. For example, [Welcome NVIDIA Cosmos 3](https://huggingface.co/blog/nvidia/cosmos-3-for-physical-ai) and [OlmoEarth v1.1](https://huggingface.co/blog/allenai/olmoearth-v1-1). + ## Editing an Article - Articles published under a user namespace can be edited by the original author and any coauthors listed on the article.