Mykes commited on
Commit
43a2291
1 Parent(s): 2b1de79
Files changed (2) hide show
  1. config.json +53 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Babelscape/wikineural-multilingual-ner",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "O",
14
+ "1": "B-SIM",
15
+ "2": "I-SIM",
16
+ "3": "B-SPEC",
17
+ "4": "GEN",
18
+ "5": "B-SUBW",
19
+ "6": "I-SUBW",
20
+ "7": "I-SPEC",
21
+ "8": "CHILD"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "B-SIM": 1,
27
+ "B-SPEC": 3,
28
+ "B-SUBW": 5,
29
+ "CHILD": 8,
30
+ "GEN": 4,
31
+ "I-SIM": 2,
32
+ "I-SPEC": 7,
33
+ "I-SUBW": 6,
34
+ "O": 0
35
+ },
36
+ "layer_norm_eps": 1e-12,
37
+ "max_position_embeddings": 512,
38
+ "model_type": "bert",
39
+ "num_attention_heads": 12,
40
+ "num_hidden_layers": 12,
41
+ "pad_token_id": 0,
42
+ "pooler_fc_size": 768,
43
+ "pooler_num_attention_heads": 12,
44
+ "pooler_num_fc_layers": 3,
45
+ "pooler_size_per_head": 128,
46
+ "pooler_type": "first_token_transform",
47
+ "position_embedding_type": "absolute",
48
+ "torch_dtype": "float32",
49
+ "transformers_version": "4.44.2",
50
+ "type_vocab_size": 2,
51
+ "use_cache": true,
52
+ "vocab_size": 119547
53
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5366d5b07843aa08cb282a0fd2c4149a907517c74f22fa4c8257ccb7715e8a3
3
+ size 709102436