Token Classification
Transformers
ONNX
Safetensors
bert
PII
barflyman commited on
Commit
e58a83c
·
verified ·
1 Parent(s): e0adbef

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "_name_or_path": "answerdotai/ModernBERT-base",
3
  "architectures": [
4
- "ModernBertForTokenClassification"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
@@ -39,7 +39,7 @@
39
  "max_position_embeddings": 8192,
40
  "mlp_bias": false,
41
  "mlp_dropout": 0.0,
42
- "model_type": "modernbert",
43
  "norm_bias": false,
44
  "norm_eps": 1e-05,
45
  "num_attention_heads": 12,
 
1
  {
2
+ "_name_or_path": "barflyman/modernbert",
3
  "architectures": [
4
+ "BertForTokenClassification"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
 
39
  "max_position_embeddings": 8192,
40
  "mlp_bias": false,
41
  "mlp_dropout": 0.0,
42
+ "model_type": "bert",
43
  "norm_bias": false,
44
  "norm_eps": 1e-05,
45
  "num_attention_heads": 12,