stage2-log-embeddings / config.json
sohomn's picture
Upload config.json with huggingface_hub
b9a37b2 verified
{
"base_model": "Swapnanil09/bge-log-embeddings",
"projection": "1024 \u2192 256",
"out_dim": 256,
"n_entities": 44,
"normalised": true,
"text_format": "query: {action} target={target_id} ... [SEP] received {action} from ..."
}