Token Classification
Transformers
Safetensors
French
modernbert
bourdoiscatie commited on
Commit
91aa667
·
verified ·
1 Parent(s): 1cffad8

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -8
config.json CHANGED
@@ -20,19 +20,19 @@
20
  "hidden_activation": "gelu",
21
  "hidden_size": 768,
22
  "id2label": {
23
- "0": "B-O",
24
- "1": "B-PER",
25
- "2": "B-ORG",
26
- "3": "B-LOC"
27
  },
28
  "initializer_cutoff_factor": 2.0,
29
  "initializer_range": 0.02,
30
  "intermediate_size": 1152,
31
  "label2id": {
32
- "B-LOC": 3,
33
- "B-O": 0,
34
- "B-ORG": 2,
35
- "B-PER": 1
36
  },
37
  "layer_norm_eps": 1e-05,
38
  "local_attention": 128,
 
20
  "hidden_activation": "gelu",
21
  "hidden_size": 768,
22
  "id2label": {
23
+ "0": "O",
24
+ "1": "PER",
25
+ "2": "ORG",
26
+ "3": "LOC"
27
  },
28
  "initializer_cutoff_factor": 2.0,
29
  "initializer_range": 0.02,
30
  "intermediate_size": 1152,
31
  "label2id": {
32
+ "LOC": 3,
33
+ "O": 0,
34
+ "ORG": 2,
35
+ "PER": 1
36
  },
37
  "layer_norm_eps": 1e-05,
38
  "local_attention": 128,