Token Classification
Transformers
Safetensors
French
deberta-v2
Inference Endpoints
bourdoiscatie commited on
Commit
c806052
1 Parent(s): b8fb74f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -10
config.json CHANGED
@@ -13,20 +13,20 @@
13
  "hidden_dropout_prob": 0.1,
14
  "hidden_size": 768,
15
  "id2label": {
16
- "0": "B-O",
17
- "1": "B-PER",
18
- "2": "B-ORG",
19
- "3": "B-LOC",
20
- "4": "B-MISC"
21
  },
22
  "initializer_range": 0.02,
23
  "intermediate_size": 3072,
24
  "label2id": {
25
- "B-LOC": 3,
26
- "B-MISC": 4,
27
- "B-O": 0,
28
- "B-ORG": 2,
29
- "B-PER": 1
30
  },
31
  "layer_norm_eps": 1e-07,
32
  "max_position_embeddings": 1024,
 
13
  "hidden_dropout_prob": 0.1,
14
  "hidden_size": 768,
15
  "id2label": {
16
+ "0": "O",
17
+ "1": "PER",
18
+ "2": "ORG",
19
+ "3": "LOC",
20
+ "4": "MISC"
21
  },
22
  "initializer_range": 0.02,
23
  "intermediate_size": 3072,
24
  "label2id": {
25
+ "LOC": 3,
26
+ "MISC": 4,
27
+ "O": 0,
28
+ "ORG": 2,
29
+ "PER": 1
30
  },
31
  "layer_norm_eps": 1e-07,
32
  "max_position_embeddings": 1024,