FDSRashid commited on
Commit
760f59e
·
1 Parent(s): 98712b2

Upload 7 files

Browse files
CEBinaryClassificationEvaluator_Hadith-Binary-eval_results.csv ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ epoch,steps,Accuracy,Accuracy_Threshold,F1,F1_Threshold,Precision,Recall,Average_Precision
2
+ 0,5000,0.9316,0.06955420970916748,0.9286533847919056,0.06329271197319031,0.9723678462210572,0.8887003393890996,0.9740820176262242
3
+ 0,10000,0.9396,0.07161740958690643,0.9374870627199338,0.07161740958690643,0.9733505265420159,0.9041724895188661,0.9804899718336358
4
+ 0,15000,0.9425,0.3672376871109009,0.9410377358490565,0.3187037408351898,0.9674256799493991,0.91605110800559,0.9840681701915157
5
+ 0,20000,0.9431,0.11120050400495529,0.9416170736712499,0.11120050400495529,0.9686510449651679,0.91605110800559,0.9840322750629437
6
+ 0,25000,0.94245,0.1145789623260498,0.9404866004835143,0.0398407019674778,0.9701793484028441,0.9125573966859652,0.9839960863268965
7
+ 0,30000,0.94395,0.20856258273124695,0.9420881334917601,0.11258137226104736,0.976335796123782,0.9101617089239369,0.9838363846988845
8
+ 0,-1,0.94395,0.20856258273124695,0.9420881334917601,0.11258137226104736,0.976335796123782,0.9101617089239369,0.9838363846988845
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "UBC-NLP/MARBERTv2",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
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
+ "id2label": {
14
+ "0": "LABEL_0"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "LABEL_0": 0
20
+ },
21
+ "layer_norm_eps": 1e-12,
22
+ "max_position_embeddings": 512,
23
+ "model_type": "bert",
24
+ "num_attention_heads": 12,
25
+ "num_hidden_layers": 12,
26
+ "pad_token_id": 0,
27
+ "pooler_fc_size": 768,
28
+ "pooler_num_attention_heads": 12,
29
+ "pooler_num_fc_layers": 3,
30
+ "pooler_size_per_head": 128,
31
+ "pooler_type": "first_token_transform",
32
+ "position_embedding_type": "absolute",
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.11.3",
35
+ "type_vocab_size": 2,
36
+ "use_cache": true,
37
+ "vocab_size": 100000
38
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77d89f4624a6ccfa3f52db7b37f7e339f3d98cb65807b3e08f3ca29a0691e3f9
3
+ size 651455763
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, "do_basic_tokenize": true, "never_split": null, "special_tokens_map_file": null, "name_or_path": "UBC-NLP/MARBERTv2", "tokenizer_class": "BertTokenizer"}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff