Commit ·
e8cdac2
1
Parent(s): 9dca5a9
Restore CLAUDE maintenance symlink
Browse filesKeep CLAUDE.md as a symlink to AGENTS.md so future agent guidance has one source of truth.
- replace the uploaded regular CLAUDE.md copy with a symlink
- leave README content, data files, scripts, and assets unchanged
Validation:
- git ls-files -s CLAUDE.md
CLAUDE.md
DELETED
|
@@ -1,45 +0,0 @@
|
|
| 1 |
-
# AnimeTimm Organization Card Maintenance
|
| 2 |
-
|
| 3 |
-
This repository backs the Hugging Face organization card for `animetimm`.
|
| 4 |
-
|
| 5 |
-
## Scope
|
| 6 |
-
|
| 7 |
-
- Keep this repository focused on the public organization profile shown at `https://huggingface.co/animetimm`.
|
| 8 |
-
- Maintain `README.md`, public visual assets under `assets/`, checked-in source data under `data/`, and reproducible helper scripts under `scripts/`.
|
| 9 |
-
- Do not add private credentials, local absolute paths, unpublished benchmark data, or private repository details.
|
| 10 |
-
|
| 11 |
-
## Stewardship Language
|
| 12 |
-
|
| 13 |
-
- Describe AnimeTimm as a DeepGHS project.
|
| 14 |
-
- Link to `https://huggingface.co/deepghs`, `https://github.com/deepghs`, and `https://github.com/deepghs/animetimm` when discussing ownership or upstream engineering work.
|
| 15 |
-
- Keep the tone lightly academic and anime-hobbyist friendly: technically clear, but not corporate or overly formal.
|
| 16 |
-
|
| 17 |
-
## Model Zoo Policy
|
| 18 |
-
|
| 19 |
-
- The organization card should currently feature only the main `dbv4-full` model line.
|
| 20 |
-
- Do not list `dbv4a`, `witha`, `e621`, `pexels`, private, or experimental branches on the homepage unless the project direction changes explicitly.
|
| 21 |
-
- Keep two model tables: top 5 by `Macro@Best F1`, and one best representative per backbone family.
|
| 22 |
-
- Store model metrics in `data/dbv4_full_models.csv`; generated JSON files and charts should be derived from that source.
|
| 23 |
-
|
| 24 |
-
## Regeneration
|
| 25 |
-
|
| 26 |
-
Run the following command from the repository root after updating `data/dbv4_full_models.csv`:
|
| 27 |
-
|
| 28 |
-
```bash
|
| 29 |
-
python scripts/build_org_card.py
|
| 30 |
-
```
|
| 31 |
-
|
| 32 |
-
Review the generated files before committing:
|
| 33 |
-
|
| 34 |
-
- `assets/animetimm-banner.png`
|
| 35 |
-
- `assets/dbv4-full-model-snapshot.png`
|
| 36 |
-
- `data/dbv4_full_models.json`
|
| 37 |
-
- `data/featured_models.json`
|
| 38 |
-
|
| 39 |
-
## Commit Policy
|
| 40 |
-
|
| 41 |
-
Use the repository owner's Hugging Face account/token when pushing updates. Commit messages should be concise English summaries, for example:
|
| 42 |
-
|
| 43 |
-
```text
|
| 44 |
-
Update AnimeTimm organization card
|
| 45 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CLAUDE.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
AGENTS.md
|