Token Classification
Transformers
Safetensors
French
roberta
Inference Endpoints
bourdoiscatie commited on
Commit
9f276e3
1 Parent(s): c2b6916

Update config.json

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