mabornea commited on
Commit
1289e79
1 Parent(s): 4ade59d

Upload 7 files

Browse files
artifact.metadata ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "nprobe": 2,
3
+ "ncandidates": 8192,
4
+ "index_path": null,
5
+ "nbits": 1,
6
+ "kmeans_niters": 20,
7
+ "similarity": "l2",
8
+ "bsize": 192,
9
+ "accumsteps": 6,
10
+ "lr": 3e-6,
11
+ "maxsteps": 91287,
12
+ "save_every": null,
13
+ "resume": false,
14
+ "warmup": null,
15
+ "warmup_bert": null,
16
+ "relu": false,
17
+ "nway": 2,
18
+ "use_ib_negatives": false,
19
+ "reranker": false,
20
+ "distillation_alpha": 1.0,
21
+ "ignore_scores": false,
22
+ "query_maxlen": 32,
23
+ "attend_to_mask_tokens": false,
24
+ "interaction": "colbert",
25
+ "dim": 128,
26
+ "doc_maxlen": 180,
27
+ "mask_punctuation": true,
28
+ "checkpoint": "bert-base-uncased",
29
+ "triples": "\/u\/franzm\/ws\/nq\/ws\/g\/okhattab\/share\/OpenQA\/2021-Mar\/experiments\/Feb26.NQ\/triples\/ColBERT.C3\/3_20_biased200.json",
30
+ "collection": "\/dccstor\/revanth7\/dpr\/DPR\/data\/wikipedia_split\/psgs_w100.tsv",
31
+ "queries": "\/dccstor\/avi7\/neural_ir\/colbert\/data\/train-questions.tsv",
32
+ "index_name": null,
33
+ "overwrite": false,
34
+ "root": "\/dccstor\/colbert-ir\/franzm\/experiments\/",
35
+ "experiment": "feb2_3_3",
36
+ "index_root": null,
37
+ "name": "2022-02\/03\/17.24.40",
38
+ "rank": 0,
39
+ "nranks": 1,
40
+ "amp": true,
41
+ "gpus": 1,
42
+ "meta": {
43
+ "hostname": "cccxc536",
44
+ "git_branch": "new_api",
45
+ "git_hash": "6eb7ff53982de71c18ea8e4762faa9d646f6d727",
46
+ "git_commit_datetime": "2021-12-24 12:17:41-08:00",
47
+ "current_datetime": "Feb 04, 2022 ; 2:08PM EST (-0500)",
48
+ "cmd": "\/u\/franzm\/git8\/ColBERT_omar_ColBERTv2\/ColBERT\/colbert\/run_trainer.py --amp --doc_maxlen 180 --mask-punctuation --bsize 192 --accum 6 --maxsteps 91287 --triples \/u\/franzm\/ws\/nq\/ws\/g\/okhattab\/share\/OpenQA\/2021-Mar\/experiments\/Feb26.NQ\/triples\/ColBERT.C3\/3_20_biased200.json --collection \/dccstor\/revanth7\/dpr\/DPR\/data\/wikipedia_split\/psgs_w100.tsv --queries \/dccstor\/avi7\/neural_ir\/colbert\/data\/train-questions.tsv --root \/dccstor\/colbert-ir\/franzm\/experiments\/ --experiment feb2_3_3 --similarity l2 --run feb2_3_3_1",
49
+ "version": "colbert-v0.4"
50
+ }
51
+ }
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "HF_ColBERT"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.10.0",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a902b595e2283022d8cf8f506f3417006b970adcf2474ac64f0d54fb161324f8
3
+ size 438405935
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "bert-base-uncased", "tokenizer_class": "BertTokenizer"}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff