Token Classification
Transformers
Safetensors
French
modernbert
bourdoiscatie commited on
Commit
2f702d2
·
verified ·
1 Parent(s): d53615f

Update config.json

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