Views
No views yet
.
├── adapter/ # LoRA adapter on BGE-M3 (LIVE)
├── tokenizer/ # BGE-M3 tokenizer (LIVE)
├── gcn_head.pt # W_q / W_p / W_img projection heads (LIVE)
├── ltr_model.txt # LightGBM LambdaRank champion (LIVE)
├── ltr_idf.json # BM25/TF-IDF stats over catalog
├── ltr_subcat_*.{json,pt} # subcategory embeddings (EN+AR)
├── ltr_spec_*.{json,pt} # product spec embeddings
└── cross_encoder/ # BAAI/bge-reranker-base fine-tuned
# NOT loaded by the app today (served from
# Modal). Kept here for future bake-in..env:GCN_HF_REPO=rdxtremity/search-stack-v1
GCN_ARTIFACTS_DIR=./models/gcn_stage2python download_models.py snapshot-downloads into ./models/gcn_stage2/.1from huggingface_hub import snapshot_download
2snapshot_download("rdxtremity/search-stack-v1", local_dir="./models/gcn_stage2")Primary.GateRuns audit log in the app.