omar-araboghli commited on
Commit
3f558eb
1 Parent(s): 8a4ec5d

uploading model v0.1.0

Browse files
Files changed (2) hide show
  1. config.json +60 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
3
+ "architectures": [
4
+ "BertForTokenClassification"
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": 768,
12
+ "id2label": {
13
+ "0": "O",
14
+ "1": "B-RP",
15
+ "2": "I-RP",
16
+ "3": "B-P",
17
+ "4": "I-P",
18
+ "5": "B-METH",
19
+ "6": "I-METH",
20
+ "7": "B-R",
21
+ "8": "I-R",
22
+ "9": "B-S",
23
+ "10": "I-S",
24
+ "11": "B-LOC",
25
+ "12": "I-LOC",
26
+ "13": "B-T",
27
+ "14": "I-T"
28
+ },
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "label2id": {
32
+ "B-LOC": 11,
33
+ "B-METH": 5,
34
+ "B-P": 3,
35
+ "B-R": 7,
36
+ "B-RP": 1,
37
+ "B-S": 9,
38
+ "B-T": 13,
39
+ "I-LOC": 12,
40
+ "I-METH": 6,
41
+ "I-P": 4,
42
+ "I-R": 8,
43
+ "I-RP": 2,
44
+ "I-S": 10,
45
+ "I-T": 14,
46
+ "O": 0
47
+ },
48
+ "layer_norm_eps": 1e-12,
49
+ "max_position_embeddings": 512,
50
+ "model_type": "bert",
51
+ "num_attention_heads": 12,
52
+ "num_hidden_layers": 12,
53
+ "pad_token_id": 0,
54
+ "position_embedding_type": "absolute",
55
+ "torch_dtype": "float32",
56
+ "transformers_version": "4.26.0",
57
+ "type_vocab_size": 2,
58
+ "use_cache": true,
59
+ "vocab_size": 28996
60
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6b2c131439b2daf9e0e57d7a158ddd0eb0a2d429569d478948a128e4758fa82
3
+ size 430997037