Create artifact.metadata
Browse files- artifact.metadata +57 -0
artifact.metadata
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"query_token_id": "[unused0]",
|
3 |
+
"doc_token_id": "[unused1]",
|
4 |
+
"query_token": "[Q]",
|
5 |
+
"doc_token": "[D]",
|
6 |
+
"ncells": null,
|
7 |
+
"centroid_score_threshold": null,
|
8 |
+
"ndocs": null,
|
9 |
+
"load_index_with_mmap": false,
|
10 |
+
"index_path": null,
|
11 |
+
"index_bsize": 64,
|
12 |
+
"nbits": 1,
|
13 |
+
"kmeans_niters": 4,
|
14 |
+
"resume": false,
|
15 |
+
"similarity": "cosine",
|
16 |
+
"bsize": 96,
|
17 |
+
"accumsteps": 4,
|
18 |
+
"lr": 2e-6,
|
19 |
+
"maxsteps": 500000,
|
20 |
+
"save_every": null,
|
21 |
+
"warmup": 200,
|
22 |
+
"warmup_bert": null,
|
23 |
+
"relu": false,
|
24 |
+
"nway": 2,
|
25 |
+
"use_ib_negatives": true,
|
26 |
+
"reranker": false,
|
27 |
+
"distillation_alpha": 1.0,
|
28 |
+
"ignore_scores": false,
|
29 |
+
"model_name": null,
|
30 |
+
"query_maxlen": 128,
|
31 |
+
"attend_to_mask_tokens": false,
|
32 |
+
"interaction": "colbert",
|
33 |
+
"dim": 128,
|
34 |
+
"doc_maxlen": 256,
|
35 |
+
"mask_punctuation": true,
|
36 |
+
"checkpoint": "experiments\/mxbai\/none\/2024-03\/09\/13.59.52\/checkpoints\/colbert",
|
37 |
+
"triples": "mxbai\/triples.64neg.jsonl",
|
38 |
+
"collection": "mxbai\/collection.tsv",
|
39 |
+
"queries": "mxbai\/queries.tsv",
|
40 |
+
"index_name": null,
|
41 |
+
"overwrite": false,
|
42 |
+
"root": "experiments",
|
43 |
+
"experiment": "mxbai",
|
44 |
+
"index_root": null,
|
45 |
+
"name": "2024-03\/10\/13.36.13",
|
46 |
+
"rank": 0,
|
47 |
+
"nranks": 4,
|
48 |
+
"amp": true,
|
49 |
+
"gpus": 4,
|
50 |
+
"avoid_fork_if_possible": false,
|
51 |
+
"meta": {
|
52 |
+
"hostname": "instance-20240226-074643",
|
53 |
+
"current_datetime": "Mar 11, 2024 ; 2:52PM UTC (+0000)",
|
54 |
+
"cmd": "train_mxbai_colbert.py",
|
55 |
+
"version": "colbert-v0.4"
|
56 |
+
}
|
57 |
+
}
|