Token Classification
GLiNER
PyTorch
ONNX
NER
GLiNER
information extraction
encoder
entity recognition
Ihor commited on
Commit
1d69fc7
·
verified ·
1 Parent(s): a95ae13

Update gliner_config.json

Browse files
Files changed (1) hide show
  1. gliner_config.json +1 -1
gliner_config.json CHANGED
@@ -130,5 +130,5 @@
130
  "warmup_ratio": 0.05,
131
  "weight_decay_encoder": 0.1,
132
  "weight_decay_other": 0.01,
133
- "words_splitter_type": "universal"
134
  }
 
130
  "warmup_ratio": 0.05,
131
  "weight_decay_encoder": 0.1,
132
  "weight_decay_other": 0.01,
133
+ "words_splitter_type": "stanza"
134
  }