Aref Sadeghian commited on
Commit
cc41e94
1 Parent(s): 61c2ef0

Upload BertForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +111 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "aubmindlab/bert-base-arabertv02",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "B-Allah",
13
+ "1": "I-Allah",
14
+ "2": "B-Book",
15
+ "3": "I-Book",
16
+ "4": "B-Clan",
17
+ "5": "I-Clan",
18
+ "6": "B-Crime",
19
+ "7": "I-Crime",
20
+ "8": "B-Date",
21
+ "9": "I-Date",
22
+ "10": "B-Day",
23
+ "11": "I-Day",
24
+ "12": "B-Hell",
25
+ "13": "I-Hell",
26
+ "14": "B-Loc",
27
+ "15": "I-Loc",
28
+ "16": "B-Meas",
29
+ "17": "I-Meas",
30
+ "18": "B-Mon",
31
+ "19": "I-Mon",
32
+ "20": "B-Month",
33
+ "21": "I-Month",
34
+ "22": "B-NatOb",
35
+ "23": "I-NatOb",
36
+ "24": "B-Number",
37
+ "25": "I-Number",
38
+ "26": "O",
39
+ "27": "B-Org",
40
+ "28": "I-Org",
41
+ "29": "B-Para",
42
+ "30": "I-Para",
43
+ "31": "B-Pers",
44
+ "32": "I-Pers",
45
+ "33": "B-Prophet",
46
+ "34": "I-Prophet",
47
+ "35": "B-Rlig",
48
+ "36": "I-Rlig",
49
+ "37": "B-Sect",
50
+ "38": "I-Sect",
51
+ "39": "B-Time",
52
+ "40": "I-Time"
53
+ },
54
+ "initializer_range": 0.02,
55
+ "intermediate_size": 3072,
56
+ "label2id": {
57
+ "B-Allah": 0,
58
+ "B-Book": 2,
59
+ "B-Clan": 4,
60
+ "B-Crime": 6,
61
+ "B-Date": 8,
62
+ "B-Day": 10,
63
+ "B-Hell": 12,
64
+ "B-Loc": 14,
65
+ "B-Meas": 16,
66
+ "B-Mon": 18,
67
+ "B-Month": 20,
68
+ "B-NatOb": 22,
69
+ "B-Number": 24,
70
+ "B-Org": 27,
71
+ "B-Para": 29,
72
+ "B-Pers": 31,
73
+ "B-Prophet": 33,
74
+ "B-Rlig": 35,
75
+ "B-Sect": 37,
76
+ "B-Time": 39,
77
+ "I-Allah": 1,
78
+ "I-Book": 3,
79
+ "I-Clan": 5,
80
+ "I-Crime": 7,
81
+ "I-Date": 9,
82
+ "I-Day": 11,
83
+ "I-Hell": 13,
84
+ "I-Loc": 15,
85
+ "I-Meas": 17,
86
+ "I-Mon": 19,
87
+ "I-Month": 21,
88
+ "I-NatOb": 23,
89
+ "I-Number": 25,
90
+ "I-Org": 28,
91
+ "I-Para": 30,
92
+ "I-Pers": 32,
93
+ "I-Prophet": 34,
94
+ "I-Rlig": 36,
95
+ "I-Sect": 38,
96
+ "I-Time": 40,
97
+ "O": 26
98
+ },
99
+ "layer_norm_eps": 1e-12,
100
+ "max_position_embeddings": 512,
101
+ "model_type": "bert",
102
+ "num_attention_heads": 12,
103
+ "num_hidden_layers": 12,
104
+ "pad_token_id": 0,
105
+ "position_embedding_type": "absolute",
106
+ "torch_dtype": "float32",
107
+ "transformers_version": "4.26.1",
108
+ "type_vocab_size": 2,
109
+ "use_cache": true,
110
+ "vocab_size": 64000
111
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2398d7e592bcd10fe46fdca23cced1c8b490ee77db022387ebe73bb1957b29d
3
+ size 538609261