monilouise commited on
Commit
6b9eca2
1 Parent(s): 515fa5c

Initial commit

Browse files
Files changed (2) hide show
  1. config.json +57 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForTokenClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "directionality": "bidi",
7
+ "gradient_checkpointing": false,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "L-ORG",
13
+ "1": "O",
14
+ "2": "I-PESSOA",
15
+ "3": "I-ORG",
16
+ "4": "B-PUB",
17
+ "5": "L-PUB",
18
+ "6": "I-LOC",
19
+ "7": "B-PESSOA",
20
+ "8": "L-LOC",
21
+ "9": "B-LOC",
22
+ "10": "B-ORG",
23
+ "11": "L-PESSOA",
24
+ "12": "I-PUB"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 3072,
28
+ "label2id": {
29
+ "B-LOC": 9,
30
+ "B-ORG": 10,
31
+ "B-PESSOA": 7,
32
+ "B-PUB": 4,
33
+ "I-LOC": 6,
34
+ "I-ORG": 3,
35
+ "I-PESSOA": 2,
36
+ "I-PUB": 12,
37
+ "L-LOC": 8,
38
+ "L-ORG": 0,
39
+ "L-PESSOA": 11,
40
+ "L-PUB": 5,
41
+ "O": 1
42
+ },
43
+ "layer_norm_eps": 1e-12,
44
+ "max_position_embeddings": 512,
45
+ "model_type": "bert",
46
+ "num_attention_heads": 12,
47
+ "num_hidden_layers": 12,
48
+ "output_past": true,
49
+ "pad_token_id": 0,
50
+ "pooler_fc_size": 768,
51
+ "pooler_num_attention_heads": 12,
52
+ "pooler_num_fc_layers": 3,
53
+ "pooler_size_per_head": 128,
54
+ "pooler_type": "first_token_transform",
55
+ "type_vocab_size": 2,
56
+ "vocab_size": 29794
57
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b702828270bb64de32c3690c428ae5c476d91973b9d1969807a8e8846171db1
3
+ size 435817015