Eli Browne commited on
Commit
4deba1d
1 Parent(s): f6ccaf6

Model checkpoint: fine-tuned ColBERT

Browse files
artifact.metadata ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 2,
13
+ "kmeans_niters": 4,
14
+ "resume": false,
15
+ "similarity": "cosine",
16
+ "bsize": 32,
17
+ "accumsteps": 1,
18
+ "lr": 5e-6,
19
+ "maxsteps": 500000,
20
+ "save_every": 73,
21
+ "warmup": 73,
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": "ftLegalBERT",
30
+ "query_maxlen": 32,
31
+ "attend_to_mask_tokens": false,
32
+ "interaction": "colbert",
33
+ "dim": 128,
34
+ "doc_maxlen": 256,
35
+ "mask_punctuation": true,
36
+ "checkpoint": "casehold\/custom-legalbert",
37
+ "triples": ".\/data\/triples.train.colbert.jsonl",
38
+ "collection": ".\/data\/corpus.train.colbert.tsv",
39
+ "queries": ".\/data\/queries.train.colbert.tsv",
40
+ "index_name": null,
41
+ "overwrite": false,
42
+ "root": ".ragatouille\/",
43
+ "experiment": "colbert",
44
+ "index_root": null,
45
+ "name": "2024-07\/18\/14.28.19",
46
+ "rank": 0,
47
+ "nranks": 1,
48
+ "amp": true,
49
+ "gpus": 1,
50
+ "avoid_fork_if_possible": false,
51
+ "meta": {
52
+ "hostname": "jagupard37",
53
+ "git_branch": "main",
54
+ "git_hash": "9c558b3030b1d3405aa5461a289654171373badc",
55
+ "git_commit_datetime": "2024-07-17 16:15:53-07:00",
56
+ "current_datetime": "Jul 18, 2024 ; 2:31PM PDT (-0700)",
57
+ "cmd": "fine_tune.py",
58
+ "version": "colbert-v0.4"
59
+ }
60
+ }
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "casehold/custom-legalbert",
3
+ "architectures": [
4
+ "HF_ColBERT"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "layer_norm_eps": 1e-12,
16
+ "max_position_embeddings": 512,
17
+ "model_type": "bert",
18
+ "num_attention_heads": 12,
19
+ "num_hidden_layers": 12,
20
+ "pad_token_id": 0,
21
+ "pooler_fc_size": 768,
22
+ "pooler_num_attention_heads": 12,
23
+ "pooler_num_fc_layers": 3,
24
+ "pooler_size_per_head": 128,
25
+ "pooler_type": "first_token_transform",
26
+ "position_embedding_type": "absolute",
27
+ "torch_dtype": "float32",
28
+ "transformers_version": "4.42.3",
29
+ "type_vocab_size": 2,
30
+ "use_cache": true,
31
+ "vocab_size": 32000
32
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdb41e69add5b6474ee87e1db4423777fea616fc223445bf555444fce363a140
3
+ size 442886048
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 1000000000000000019884624838656,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff