yyDing1 commited on
Commit
7e4e387
1 Parent(s): 53c7ce2

MVR_squad_best_checkpoint

Browse files
config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "attention_t": 1,
7
+ "bos_token_id": 0,
8
+ "directionality": "bidi",
9
+ "do_sample": false,
10
+ "eos_token_ids": 0,
11
+ "finetuning_task": null,
12
+ "fix_class": false,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.1,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "LABEL_0",
18
+ "1": "LABEL_1"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "is_decoder": false,
23
+ "label2id": {
24
+ "LABEL_0": 0,
25
+ "LABEL_1": 1
26
+ },
27
+ "layer_norm_eps": 1e-12,
28
+ "length_penalty": 1.0,
29
+ "max_length": 20,
30
+ "max_ngram_size": 20,
31
+ "max_position_embeddings": 512,
32
+ "model_type": "bert",
33
+ "num_attention_heads": 12,
34
+ "num_beams": 1,
35
+ "num_hidden_layers": 12,
36
+ "num_labels": 2,
37
+ "num_return_sequences": 1,
38
+ "output_attentions": false,
39
+ "output_hidden_states": false,
40
+ "output_past": true,
41
+ "pad_token_id": 0,
42
+ "pooler_fc_size": 768,
43
+ "pooler_num_attention_heads": 12,
44
+ "pooler_num_fc_layers": 3,
45
+ "pooler_size_per_head": 128,
46
+ "pooler_type": "first_token_transform",
47
+ "pruned_heads": {},
48
+ "repetition_penalty": 1.0,
49
+ "sde_latent": 5000,
50
+ "temperature": 1.0,
51
+ "top_k": 50,
52
+ "top_p": 1.0,
53
+ "torchscript": false,
54
+ "type_vocab_size": 2,
55
+ "use_bfloat16": false,
56
+ "use_sde_embed": false,
57
+ "vocab_size": 119547
58
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:977dac92929c321d39c4542ee643f22a39a8a7dda7b509bcdff340f4d087149f
3
+ size 711504768
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, "max_len": 512}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c696bca17fe1c569fd0b1ace1debec0d18c1cb02dbc918db6772df91cced4c69
3
+ size 2287
vocab.txt ADDED
The diff for this file is too large to render. See raw diff