in6087 commited on
Commit
e919953
1 Parent(s): aeac4fe
Files changed (2) hide show
  1. config.json +50 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/tmp/test-richard_bert_base_uncased",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "directionality": "bidi",
8
+ "finetuning_task": "ner",
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 1024,
13
+ "id2label": {
14
+ "0": "AFTER_COMPLEX_NP",
15
+ "1": "BEFORE_COMPLEX_NP",
16
+ "2": "ERROR",
17
+ "3": "IN_COMPLEX_NP",
18
+ "4": "IN_COMPLEX_NP_AFTERSIGN",
19
+ "5": "IN_COMPLEX_NP_BEFORESIGN",
20
+ "6": "UNKNOWN"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 4096,
24
+ "label2id": {
25
+ "AFTER_COMPLEX_NP": 0,
26
+ "BEFORE_COMPLEX_NP": 1,
27
+ "ERROR": 2,
28
+ "IN_COMPLEX_NP": 3,
29
+ "IN_COMPLEX_NP_AFTERSIGN": 4,
30
+ "IN_COMPLEX_NP_BEFORESIGN": 5,
31
+ "UNKNOWN": 6
32
+ },
33
+ "layer_norm_eps": 1e-12,
34
+ "max_position_embeddings": 512,
35
+ "model_type": "bert",
36
+ "num_attention_heads": 16,
37
+ "num_hidden_layers": 24,
38
+ "pad_token_id": 0,
39
+ "pooler_fc_size": 768,
40
+ "pooler_num_attention_heads": 12,
41
+ "pooler_num_fc_layers": 3,
42
+ "pooler_size_per_head": 128,
43
+ "pooler_type": "first_token_transform",
44
+ "position_embedding_type": "absolute",
45
+ "torch_dtype": "float32",
46
+ "transformers_version": "4.9.2",
47
+ "type_vocab_size": 2,
48
+ "use_cache": true,
49
+ "vocab_size": 28996
50
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a875e3add4c4dc6f0d354d975e4b5e6b3bfb21708b5abf77ba389a81ec952a20
3
+ size 1330302769