Angelakeke commited on
Commit
92e85dd
1 Parent(s): b7ddd95

commit files to HF hub

Browse files
Files changed (2) hide show
  1. config.json +23 -23
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "microsoft/deberta-v3-base",
3
  "architectures": [
4
  "DebertaV2ForTokenClassification"
5
  ],
@@ -8,32 +8,32 @@
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 768,
10
  "id2label": {
11
- "0": "B-ABNORMALITY",
12
- "1": "I-ABNORMALITY",
13
- "2": "B-NON-ABNORMALITY",
14
- "3": "I-NON-ABNORMALITY",
15
- "4": "B-DISEASE",
16
- "5": "I-DISEASE",
17
- "6": "B-NON-DISEASE",
18
- "7": "I-NON-DISEASE",
19
- "8": "B-ANATOMY",
20
- "9": "I-ANATOMY",
21
- "10": "O"
22
  },
23
  "initializer_range": 0.02,
24
  "intermediate_size": 3072,
25
  "label2id": {
26
- "B-ABNORMALITY": 0,
27
- "I-ABNORMALITY": 1,
28
- "B-NON-ABNORMALITY": 2,
29
- "I-NON-ABNORMALITY": 3,
30
- "B-DISEASE": 4,
31
- "I-DISEASE": 5,
32
- "B-NON-DISEASE": 6,
33
- "I-NON-DISEASE": 7,
34
- "B-ANATOMY": 8,
35
- "I-ANATOMY": 9,
36
- "O": 10
37
  },
38
  "layer_norm_eps": 1e-07,
39
  "max_position_embeddings": 512,
 
1
  {
2
+ "_name_or_path": "deberta-v3-base",
3
  "architectures": [
4
  "DebertaV2ForTokenClassification"
5
  ],
 
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 768,
10
  "id2label": {
11
+ "0": "LABEL_0",
12
+ "1": "LABEL_1",
13
+ "2": "LABEL_2",
14
+ "3": "LABEL_3",
15
+ "4": "LABEL_4",
16
+ "5": "LABEL_5",
17
+ "6": "LABEL_6",
18
+ "7": "LABEL_7",
19
+ "8": "LABEL_8",
20
+ "9": "LABEL_9",
21
+ "10": "LABEL_10"
22
  },
23
  "initializer_range": 0.02,
24
  "intermediate_size": 3072,
25
  "label2id": {
26
+ "LABEL_0": 0,
27
+ "LABEL_1": 1,
28
+ "LABEL_10": 10,
29
+ "LABEL_2": 2,
30
+ "LABEL_3": 3,
31
+ "LABEL_4": 4,
32
+ "LABEL_5": 5,
33
+ "LABEL_6": 6,
34
+ "LABEL_7": 7,
35
+ "LABEL_8": 8,
36
+ "LABEL_9": 9
37
  },
38
  "layer_norm_eps": 1e-07,
39
  "max_position_embeddings": 512,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:742d5643af5b4a45b07cef07c0e0ee4f66c62113d2263252b285c5dbfe79050e
3
- size 735348840
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b380aae68a26fc608cbb568994006910d0fc7156c63fd05308b3bbaf77ed53f2
3
+ size 735384420