Reem Ali Suwaileh commited on
Commit
6d80589
·
1 Parent(s): 95ee85b

Added model files

Browse files
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForTokenClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": null,
7
+ "directionality": "bidi",
8
+ "do_sample": false,
9
+ "eos_token_ids": null,
10
+ "finetuning_task": null,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 1024,
14
+ "id2label": {
15
+ "0": "B-LOC",
16
+ "1": "I-LOC",
17
+ "2": "L-LOC",
18
+ "3": "U-LOC",
19
+ "4": "O"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 4096,
23
+ "is_decoder": false,
24
+ "label2id": {
25
+ "B-LOC": 0,
26
+ "I-LOC": 1,
27
+ "L-LOC": 2,
28
+ "O": 4,
29
+ "U-LOC": 3
30
+ },
31
+ "layer_norm_eps": 1e-12,
32
+ "length_penalty": 1.0,
33
+ "max_length": 20,
34
+ "max_position_embeddings": 512,
35
+ "model_type": "bert",
36
+ "num_attention_heads": 16,
37
+ "num_beams": 1,
38
+ "num_hidden_layers": 24,
39
+ "num_labels": 5,
40
+ "num_return_sequences": 1,
41
+ "output_attentions": false,
42
+ "output_hidden_states": false,
43
+ "output_past": true,
44
+ "pad_token_id": 0,
45
+ "pooler_fc_size": 768,
46
+ "pooler_num_attention_heads": 12,
47
+ "pooler_num_fc_layers": 3,
48
+ "pooler_size_per_head": 128,
49
+ "pooler_type": "first_token_transform",
50
+ "pruned_heads": {},
51
+ "repetition_penalty": 1.0,
52
+ "temperature": 1.0,
53
+ "top_k": 50,
54
+ "top_p": 1.0,
55
+ "torchscript": false,
56
+ "type_vocab_size": 2,
57
+ "use_bfloat16": false,
58
+ "vocab_size": 28996
59
+ }
eval_predictions.txt ADDED
The diff for this file is too large to render. See raw diff
 
eval_results.txt ADDED
File without changes
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fb4a08ba6bf36d5832a481f7be2446aa91a0bf91ea09b07cc6e13065547a146
3
+ size 1334437133
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"pad_token": "[PAD]", "mask_token": "[MASK]", "unk_token": "[UNK]", "sep_token": "[SEP]", "cls_token": "[CLS]"}
test_predictions.txt ADDED
The diff for this file is too large to render. See raw diff
 
test_results.txt ADDED
File without changes
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"max_len": 512, "do_lower_case": false}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56425b4584210b87cc9135eb6242d7453150de86fee521111932fc11cfdc471c
3
+ size 1415
vocab.txt ADDED
The diff for this file is too large to render. See raw diff