code2lora commited on
Commit
72d801c
·
verified ·
1 Parent(s): 2ca22a3

Upload code2lora-data-commits artifacts

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