jplu commited on
Commit
3537e8b
1 Parent(s): 0a79a09

initial commit

Browse files
CECorrelationEvaluator_aida_results.csv ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ epoch,steps,Pearson_Correlation,Spearman_Correlation
2
+ 0,-1,0.4557410370694203,0.3824803319576125
3
+ 1,-1,0.6180880765265006,0.45645150679611707
4
+ 2,-1,0.7380466522539666,0.479364177149832
5
+ 3,-1,0.8488116041824244,0.49011641748124607
6
+ 4,-1,0.8909031120436854,0.4943691762100054
7
+ 5,-1,0.9290130542330207,0.4963733536081291
8
+ 6,-1,0.9341891206628643,0.4971548897781827
9
+ 7,-1,0.9561455515777622,0.4978075640946491
10
+ 8,-1,0.9655442050695194,0.49785867524687105
11
+ 9,-1,0.9760679879440164,0.4978955374044862
12
+ 10,-1,0.9794340145174625,0.49792155759677076
13
+ 11,-1,0.9860919802323465,0.4979190795966805
14
+ 12,-1,0.9802402963141623,0.49787912000818524
15
+ 13,-1,0.9907421082080151,0.49792217742156475
16
+ 14,-1,0.991609967354961,0.49792744334645683
17
+ 15,-1,0.98929450247069,0.49792651410796734
18
+ 16,-1,0.9898374557971066,0.4979237261339109
19
+ 17,-1,0.9917759539018752,0.49792155776300434
20
+ 18,-1,0.9930377640894631,0.49792651413259476
21
+ 19,-1,0.9942301700896512,0.4979268238787579
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "jplu/adel-dbpedia-rerank",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
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": 384,
12
+ "id2label": {
13
+ "0": "LABEL_0"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 1536,
17
+ "label2id": {
18
+ "LABEL_0": 0
19
+ },
20
+ "layer_norm_eps": 1e-12,
21
+ "max_position_embeddings": 512,
22
+ "model_type": "bert",
23
+ "num_attention_heads": 12,
24
+ "num_hidden_layers": 6,
25
+ "pad_token_id": 0,
26
+ "position_embedding_type": "absolute",
27
+ "sbert_ce_default_activation_function": "torch.nn.modules.linear.Identity",
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.15.0",
30
+ "type_vocab_size": 2,
31
+ "use_cache": true,
32
+ "vocab_size": 30522
33
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4029919bd09bf996b47be9e07ccee86867dfac5d154d8303606ddc2f674c9d8e
3
+ size 90899885
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, "name_or_path": "jplu/adel-dbpedia-rerank", "do_basic_tokenize": true, "never_split": null, "special_tokens_map_file": "/home/jplu/.cache/huggingface/transformers/3295d833faab1b0a5258c61d5d6ba3db7c2414aca8614a8503c6deb89fc00611.dd8bd9bfd3664b530ea4e645105f557769387b3da9f79bdb55ed556bdd80611d", "tokenizer_class": "BertTokenizer"}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff