AbstractPhil commited on
Commit
24026b5
·
verified ·
1 Parent(s): d05b07f

REPO_MAP accuracy fix (qwen-line ckpt claim scoped to shipped weights; kept identical to the qwen copy)

Browse files
Files changed (1) hide show
  1. REPO_MAP.md +1 -1
REPO_MAP.md CHANGED
@@ -4,7 +4,7 @@
4
 
5
  | repo | what it is | what you take from it | maturity |
6
  |---|---|---|---|
7
- | [geolip-aleph-qwen-3.5-0.8b-instruct](https://huggingface.co/AbstractPhil/geolip-aleph-qwen-3.5-0.8b-instruct) | **the research record** (the ft3 campaign): 19 experiment packages, raw ledgers, audits, retractions, `article_ft3.md`, `campaign_ledger.jsonl` | the evidence — every claim's receipts; all checkpoints under `*/ckpt/` | complete, frozen at campaign close |
8
  | [qwen3.5-0.8b-relay-caption](https://huggingface.co/AbstractPhil/qwen3.5-0.8b-relay-caption) | **production caption adapter** for Qwen/Qwen3.5-0.8B | `relay_caption.py` + both seed checkpoints; validated end-to-end (artifact + loader gates PASS, off-pod quickstart) | usable; know the e004e trade-off (detach for structured vision tasks) |
9
  | [geolip-aleph-qwen](https://huggingface.co/AbstractPhil/geolip-aleph-qwen) | the **Qwen2.5-0.5B predecessor line** (exp001–014 there) + `article_ft2.md` | the two-regime dispatch law's first certification; the ft2 article | complete (prior campaign) |
10
  | [qwen-deepfashion-fused](https://huggingface.co/datasets/AbstractPhil/qwen-deepfashion-fused) | the fused image dataset (captions + per-task JSON GT + entity polygons) | training/eval data for the caption line AND the diffusion line's fused-data + blob targets | stable |
 
4
 
5
  | repo | what it is | what you take from it | maturity |
6
  |---|---|---|---|
7
+ | [geolip-aleph-qwen-3.5-0.8b-instruct](https://huggingface.co/AbstractPhil/geolip-aleph-qwen-3.5-0.8b-instruct) | **the research record** (the ft3 campaign): 19 experiment packages, raw ledgers, audits, retractions, `article_ft3.md`, `campaign_ledger.jsonl` | the evidence — every claim's receipts; checkpoints under `*/ckpt/` where weights shipped (inference-only batteries and the two disclosed pod-lost sets have none) | complete, frozen at campaign close |
8
  | [qwen3.5-0.8b-relay-caption](https://huggingface.co/AbstractPhil/qwen3.5-0.8b-relay-caption) | **production caption adapter** for Qwen/Qwen3.5-0.8B | `relay_caption.py` + both seed checkpoints; validated end-to-end (artifact + loader gates PASS, off-pod quickstart) | usable; know the e004e trade-off (detach for structured vision tasks) |
9
  | [geolip-aleph-qwen](https://huggingface.co/AbstractPhil/geolip-aleph-qwen) | the **Qwen2.5-0.5B predecessor line** (exp001–014 there) + `article_ft2.md` | the two-regime dispatch law's first certification; the ft2 article | complete (prior campaign) |
10
  | [qwen-deepfashion-fused](https://huggingface.co/datasets/AbstractPhil/qwen-deepfashion-fused) | the fused image dataset (captions + per-task JSON GT + entity polygons) | training/eval data for the caption line AND the diffusion line's fused-data + blob targets | stable |