docs: separate Hugging Face Space metadata

This commit is contained in:
Joseph Magly
2026-08-14 10:37:08 -04:00
parent 9e546f7bc2
commit 2e703e19e2
3 changed files with 24 additions and 17 deletions
-17
View File
@@ -1,20 +1,3 @@
---
title: OBLITERATUS
emoji: "💥"
colorFrom: green
colorTo: gray
sdk: gradio
sdk_version: "5.29.0"
app_file: app.py
persistent_storage: large
pinned: true
license: agpl-3.0
tags:
- abliteration
- mechanistic-interpretability
short_description: "One-click model liberation + chat playground"
---
<p align="center">
<strong>O B L I T E R A T U S</strong>
</p>
+10
View File
@@ -0,0 +1,10 @@
# Hugging Face Space metadata
The canonical Space card values live in `space-metadata.yml`. They belong in
the YAML front matter at the top of the Hugging Face Space repository's root
`README.md`.
The GitHub repository README deliberately excludes that front matter because
GitHub renders it as a metadata table above the project introduction. When
publishing a Space, wrap `space-metadata.yml` in `---` delimiters and prepend it
to the README copied into the Space repository.
+14
View File
@@ -0,0 +1,14 @@
title: OBLITERATUS
emoji: "💥"
colorFrom: green
colorTo: gray
sdk: gradio
sdk_version: "5.29.0"
app_file: app.py
persistent_storage: large
pinned: true
license: agpl-3.0
tags:
- abliteration
- mechanistic-interpretability
short_description: "One-click model liberation + chat playground"