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 underassets/, checked-in source data underdata/, and reproducible helper scripts underscripts/. - 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, andhttps://github.com/deepghs/animetimmwhen 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-fullmodel 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:
python scripts/build_org_card.py
Review the generated files before committing:
assets/animetimm-banner.pngassets/dbv4-full-model-snapshot.pngdata/dbv4_full_models.jsondata/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:
Update AnimeTimm organization card