README / AGENTS.md
narugo1992's picture
Update AnimeTimm organization card
9dca5a9 verified
|
Raw
History Blame Contribute Delete
1.89 kB
# AnimeTimm Organization Card Maintenance
This repository backs the Hugging Face organization card for `animetimm`.
## Scope
- Keep this repository focused on the public organization profile shown at `https://huggingface.co/animetimm`.
- Maintain `README.md`, public visual assets under `assets/`, checked-in source data under `data/`, and reproducible helper scripts under `scripts/`.
- Do not add private credentials, local absolute paths, unpublished benchmark data, or private repository details.
## Stewardship Language
- Describe AnimeTimm as a DeepGHS project.
- Link to `https://huggingface.co/deepghs`, `https://github.com/deepghs`, and `https://github.com/deepghs/animetimm` when discussing ownership or upstream engineering work.
- Keep the tone lightly academic and anime-hobbyist friendly: technically clear, but not corporate or overly formal.
## Model Zoo Policy
- The organization card should currently feature only the main `dbv4-full` model line.
- Do not list `dbv4a`, `witha`, `e621`, `pexels`, private, or experimental branches on the homepage unless the project direction changes explicitly.
- Keep two model tables: top 5 by `Macro@Best F1`, and one best representative per backbone family.
- Store model metrics in `data/dbv4_full_models.csv`; generated JSON files and charts should be derived from that source.
## Regeneration
Run the following command from the repository root after updating `data/dbv4_full_models.csv`:
```bash
python scripts/build_org_card.py
```
Review the generated files before committing:
- `assets/animetimm-banner.png`
- `assets/dbv4-full-model-snapshot.png`
- `data/dbv4_full_models.json`
- `data/featured_models.json`
## Commit Policy
Use the repository owner's Hugging Face account/token when pushing updates. Commit messages should be concise English summaries, for example:
```text
Update AnimeTimm organization card
```