AdrienB134 commited on
Commit
5c76abe
1 Parent(s): 36a4f9a

Upload folder using huggingface_hub

Browse files
artifact.metadata ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "nbits": 1,
12
+ "kmeans_niters": 4,
13
+ "resume": false,
14
+ "similarity": "cosine",
15
+ "bsize": 96,
16
+ "accumsteps": 1,
17
+ "lr": 3e-6,
18
+ "maxsteps": 200000,
19
+ "save_every": null,
20
+ "warmup": 20000,
21
+ "warmup_bert": null,
22
+ "relu": false,
23
+ "nway": 2,
24
+ "use_ib_negatives": false,
25
+ "reranker": false,
26
+ "distillation_alpha": 1.0,
27
+ "ignore_scores": false,
28
+ "model_name": null,
29
+ "query_maxlen": 32,
30
+ "attend_to_mask_tokens": false,
31
+ "interaction": "colbert",
32
+ "dim": 128,
33
+ "doc_maxlen": 220,
34
+ "mask_punctuation": true,
35
+ "checkpoint": "dccuchile\/bert-base-spanish-wwm-uncased",
36
+ "triples": null,
37
+ "collection": null,
38
+ "queries": null,
39
+ "index_name": null,
40
+ "overwrite": false,
41
+ "root": "\/content\/Training",
42
+ "experiment": "default",
43
+ "index_root": null,
44
+ "name": "ColBERTv1.0-bert-based-spanish-mmarcoES",
45
+ "rank": 0,
46
+ "nranks": 1,
47
+ "amp": true,
48
+ "gpus": 1,
49
+ "avoid_fork_if_possible": false,
50
+ "meta": {
51
+ "hostname": "8c8a244427ef",
52
+ "current_datetime": "Jan 16, 2024 ; 5:46AM UTC (+0000)",
53
+ "cmd": "\/usr\/local\/lib\/python3.10\/dist-packages\/colab_kernel_launcher.py -f \/root\/.local\/share\/jupyter\/runtime\/kernel-e221e16a-bc92-46ad-a014-ab5fd0ad04e6.json",
54
+ "version": "colbert-v0.4"
55
+ }
56
+ }
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dccuchile/bert-base-spanish-wwm-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
+ "output_past": true,
20
+ "pad_token_id": 1,
21
+ "position_embedding_type": "absolute",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.35.2",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 31002
27
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6f4d92175383cc9e508bd2b1bdf38751a7466a0adc14095ca2eeaf48cf03e71
3
+ size 439820184
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": "[MASK]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[PAD]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "3": {
20
+ "content": "[UNK]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "4": {
28
+ "content": "[CLS]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "5": {
36
+ "content": "[SEP]",
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": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": false,
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