Spaces:
Running
Running
| .venv/ | |
| .venv-gpu/ | |
| __pycache__/ | |
| *.pyc | |
| *.log | |
| *.tmp | |
| .DS_Store | |
| .env | |
| zout.txt | |
| tf_idf_files_420.joblib | |
| e621FastTextModel010Replacement_small.bin | |
| tfidf_hnsw_artists.bin | |
| tfidf_hnsw_tags.bin | |
| # Full detail eval files (large) — only compact metrics tracked in git | |
| *_detail.jsonl | |
| data/runtime_metrics/ui_pipeline_timings.jsonl | |
| data/external/ | |
| models/t5-small/ | |
| models/finetune/ | |
| # Generated experiment/runtime artifacts (do not track new runs) | |
| data/runtime_metrics/** | |
| # Ad-hoc diagnostics and temporary analysis outputs | |
| data/analysis/importtime_app.txt | |
| data/analysis/openrouter_*_diagnostic_*.json | |
| data/analysis/openrouter_*_probe_*.json | |
| data/analysis/openrouter_concurrency_*.json | |
| data/analysis/pipeline_call_count_probe*.json | |
| data/analysis/rewrite_only_compare_*.json | |
| data/analysis/rewrite_ablation_*.json | |
| data/analysis/retrieval_ngram_recovery_*.json | |
| data/analysis/retrieval_ngram_recovery_*.csv | |
| data/analysis/t5_tag_frequency_profile_*.json | |
| data/analysis/t5_tag_frequency_profile_*.csv | |
| data/analysis/tag_classifier_modernbert_pilot_*.json | |
| data/analysis/tag_classifier_modernbert_pilot_*.csv | |
| data/analysis/tag_classifier_modernbert_pilot_*.md | |
| data/analysis/tag_classifier_precision_thresholds_*.json | |
| data/analysis/tag_classifier_precision_thresholds_*.csv | |
| data/analysis/tag_classifier_precision_thresholds_*.md | |
| data/analysis/tag_source_compare_*.json | |
| data/analysis/tag_source_compare_*.csv | |
| data/analysis/tag_source_compare_*.md | |
| data/analysis/t5_sweep_two_stage_*.json | |
| data/analysis/t5_sweep_two_stage_*.csv | |
| data/analysis/tmp_ckpt_compare_*.json | |
| data/analysis/exclusive_groups_full_support*.json | |
| data/analysis/exclusive_groups_full_struct_probe.json | |
| data/analysis/exclusive_groups_from_sample*.json | |
| data/analysis/top1000_tooltip_audit_*.json | |
| data/analysis/top250_tooltip_audit.json | |
| data/analysis/tooltip_override_candidates_*.csv | |
| # Temporary eval outputs from local model/ablation experiments | |
| data/eval_results/rewrite_ablation_*.json | |
| data/eval_results/rewrite_ablation_*.csv | |
| data/eval_results/tmp_llm_rewrite_diag*.jsonl | |
| data/eval_results/eval_caption_cogvlm_n30_llm_heur_*_20260509.jsonl | |
| data/eval_results/eval_caption_cogvlm_n30_t5_heur_*_20260509.jsonl | |
| data/eval_results/eval_caption_cogvlm_n1_seed42_20260509_005007.jsonl | |
| data/eval_results/eval_caption_cogvlm_n1_seed42_20260511_*.jsonl | |
| data/eval_results/eval_caption_cogvlm_n30_seed42_20260511_*.jsonl | |
| # Temporary local profiling helpers | |
| scripts/compare_tag_sources_caption_evident.py | |
| scripts/profile_classifier_precision_thresholds.py | |
| scripts/profile_retrieval_ngram_recovery.py | |
| scripts/profile_t5_tag_frequency.py | |