Mykes commited on
Commit
e67248a
·
verified ·
1 Parent(s): 9ead9b3

Improving weights

Browse files
Files changed (2) hide show
  1. config.json +59 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "cointegrated/rubert-tiny2",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "emb_size": 312,
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 312,
13
+ "id2label": {
14
+ "0": "B-GENDER",
15
+ "1": "O",
16
+ "2": "B-DISEASE",
17
+ "3": "I-DISEASE",
18
+ "4": "B-SYMPTOM",
19
+ "5": "I-SYMPTOM",
20
+ "6": "B-SPECIALITY",
21
+ "7": "B-CITY",
22
+ "8": "B-SUBWAY",
23
+ "9": "I-SUBWAY",
24
+ "10": "B-DRUG",
25
+ "11": "B-AGE",
26
+ "12": "I-CITY",
27
+ "13": "I-AGE"
28
+ },
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 600,
31
+ "label2id": {
32
+ "B-AGE": 11,
33
+ "B-CITY": 7,
34
+ "B-DISEASE": 2,
35
+ "B-DRUG": 10,
36
+ "B-GENDER": 0,
37
+ "B-SPECIALITY": 6,
38
+ "B-SUBWAY": 8,
39
+ "B-SYMPTOM": 4,
40
+ "I-AGE": 13,
41
+ "I-CITY": 12,
42
+ "I-DISEASE": 3,
43
+ "I-SUBWAY": 9,
44
+ "I-SYMPTOM": 5,
45
+ "O": 1
46
+ },
47
+ "layer_norm_eps": 1e-12,
48
+ "max_position_embeddings": 2048,
49
+ "model_type": "bert",
50
+ "num_attention_heads": 12,
51
+ "num_hidden_layers": 3,
52
+ "pad_token_id": 0,
53
+ "position_embedding_type": "absolute",
54
+ "torch_dtype": "float32",
55
+ "transformers_version": "4.44.2",
56
+ "type_vocab_size": 2,
57
+ "use_cache": true,
58
+ "vocab_size": 83828
59
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c01895a9303eb9355cd07f95bafd0069c690aa38e25366b65612994b8b8bc7ea
3
+ size 116408344