Datasets:
File size: 1,555 Bytes
72d801c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | {
"model": "Qwen/Qwen3-Embedding-0.6B",
"diff_embedding": {
"dim": 2048,
"dtype": "float16",
"chunk_tokens": 512,
"chunk_overlap": 64,
"max_length": 512,
"pooling": "concat(MaxPool, MeanPool)",
"normalization": "none",
"source": "production_code_diff (filtered, test hunks removed)"
},
"repo_state_embedding": {
"dim": 2048,
"dtype": "float16",
"chunk_tokens": 2048,
"chunk_overlap": 256,
"max_file_bytes": 2000000,
"min_window_tokens": 8,
"file_pooling": "attention_mean -> mean over chunks (1024-d)",
"repo_pooling": "concat(mean_files, max_files) then L2-normalize",
"normalization": "L2",
"file_filter": "tracked .py blobs <= 2 MB"
},
"splits": {
"train": {
"rows": 58617,
"diff_hits": 58617,
"repo_hits": 58617,
"sha256": "6dfca1e1791fde09c1f310f2be9273b762332f28563d203a2ed7f0136cb3590b",
"out_path": "/scratch/lhotsko/REPO_DATASET/commit_parquet_hf_v2/commits/train.parquet"
},
"cr_val": {
"rows": 8614,
"diff_hits": 8614,
"repo_hits": 8614,
"sha256": "f73959d38ad7d479a3b6715d96ae22a42ea89c4e9b1830e3f9354ebada98877f",
"out_path": "/scratch/lhotsko/REPO_DATASET/commit_parquet_hf_v2/commits/cr_val.parquet"
},
"cr_test": {
"rows": 6618,
"diff_hits": 6618,
"repo_hits": 6618,
"sha256": "1472bd42bed51428bf1bccbedc4c494db58bc9a6fffa72fc95f95a0613de2169",
"out_path": "/scratch/lhotsko/REPO_DATASET/commit_parquet_hf_v2/commits/cr_test.parquet"
}
}
} |