mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-08-17 16:37:30 +02:00
docs: separate Hugging Face Space metadata
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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.
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user