floressullon commited on
Commit
02dc775
1 Parent(s): 4c16951

Upload BertForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +82 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "\"",
14
+ "1": "''",
15
+ "2": "#",
16
+ "3": "$",
17
+ "4": "(",
18
+ "5": ")",
19
+ "6": ",",
20
+ "7": ".",
21
+ "8": ":",
22
+ "9": "``",
23
+ "10": "ADJ",
24
+ "11": "ADV",
25
+ "12": "CONJ",
26
+ "13": "DET",
27
+ "14": "INTJ",
28
+ "15": "NOUN",
29
+ "16": "PROPN",
30
+ "17": "NUM",
31
+ "18": "ONM",
32
+ "19": "INTW",
33
+ "20": "ADP",
34
+ "21": "PRON",
35
+ "22": "PUNCT",
36
+ "23": "SYM",
37
+ "24": "VERB",
38
+ "25": "AUX"
39
+ },
40
+ "initializer_range": 0.02,
41
+ "intermediate_size": 3072,
42
+ "label2id": {
43
+ "\"": 0,
44
+ "#": 2,
45
+ "$": 3,
46
+ "''": 1,
47
+ "(": 4,
48
+ ")": 5,
49
+ ",": 6,
50
+ ".": 7,
51
+ ":": 8,
52
+ "ADJ": 10,
53
+ "ADP": 20,
54
+ "ADV": 11,
55
+ "AUX": 25,
56
+ "CONJ": 12,
57
+ "DET": 13,
58
+ "INTJ": 14,
59
+ "INTW": 19,
60
+ "NOUN": 15,
61
+ "NUM": 17,
62
+ "ONM": 18,
63
+ "PRON": 21,
64
+ "PROPN": 16,
65
+ "PUNCT": 22,
66
+ "SYM": 23,
67
+ "VERB": 24,
68
+ "``": 9
69
+ },
70
+ "layer_norm_eps": 1e-12,
71
+ "max_position_embeddings": 512,
72
+ "model_type": "bert",
73
+ "num_attention_heads": 12,
74
+ "num_hidden_layers": 12,
75
+ "pad_token_id": 0,
76
+ "position_embedding_type": "absolute",
77
+ "torch_dtype": "float32",
78
+ "transformers_version": "4.34.1",
79
+ "type_vocab_size": 2,
80
+ "use_cache": true,
81
+ "vocab_size": 28996
82
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86d58a828657a6e9f0a6a6ac031bbada4b2a4edcf00f9dbf393ca771d27e6cc6
3
+ size 431026854