Views
No views yet
AutoModel and AutoTokenizer.BAAI/bge-small-en-v1.5@5c38ec7c405ec4b44b94cc5a9bb96e735b38267a
checkpoint and learns exactly one 384-value input-embedding row: token
[unused2], vocabulary ID 3. All other model parameters are unchanged.[unused2] before a nonempty title and before each
punctuation-delimited sentence. The document is encoded once and its normalized
CLS vector is stored. Queries use ordinary tokenizer formatting with no
instruction. Retrieval is exact cosine over one query vector and one document
vector; there is no fusion, routing, reranking, expansion, or protected
candidate frontier.1from transformers import AutoModel, AutoTokenizer
2
3model_id = "thu-nmrc/bge-small-structural-separator"
4tokenizer = AutoTokenizer.from_pretrained(model_id)
5model = AutoModel.from_pretrained(model_id)separator_row.pt, the deterministic training manifest,
and export_manifest.json with SHA-256 hashes for the complete checkpoint.
Training used 4,096 S2ORC citation-context/abstract pairs and no BEIR labels,
validation selection, benchmark negative mining, or post-training tuning.MTEB(eng, v2) Retrieval extension
does not support broad transfer: macro NDCG@10 changes by -0.011038 and H216 wins
two of six tasks. Across all ten official Retrieval tasks the macro delta is
+0.002855, but claims remain bounded to the BEIR8 structure-native evidence.