nthakur commited on
Commit
c9c200c
·
1 Parent(s): 67074fc

initial query model add for arguana

Browse files
README.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "MCQ_K": 256,
3
+ "MCQ_M": 96,
4
+ "_name_or_path": "/home/ukp/thakur/projects/JPQ/final_models/arguana/gpl/epoch-2",
5
+ "activation": "gelu",
6
+ "architectures": [
7
+ "JPQTowerTASB"
8
+ ],
9
+ "attention_dropout": 0.1,
10
+ "dim": 768,
11
+ "dropout": 0.1,
12
+ "gradient_checkpointing": true,
13
+ "hidden_dim": 3072,
14
+ "initializer_range": 0.02,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "distilbert",
17
+ "n_heads": 12,
18
+ "n_layers": 6,
19
+ "pad_token_id": 0,
20
+ "qa_dropout": 0.1,
21
+ "return_dict": false,
22
+ "seq_classif_dropout": 0.2,
23
+ "sinusoidal_pos_embds": false,
24
+ "tie_weights_": true,
25
+ "transformers_version": "4.3.3",
26
+ "vocab_size": 30522
27
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b24b58e29dc93a01df0a28b5aec1650d7d32283b8cc402989f484cb8e89bfd1a
3
+ size 268635189
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_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "do_basic_tokenize": true, "never_split": null, "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, "name_or_path": "distilbert-base-uncased"}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff