Token Classification
GLiNER
PyTorch
NER
GLiNER
information extraction
encoder
entity recognition
alexandrlukashov commited on
Commit
30a9784
·
verified ·
1 Parent(s): 7015158

changed words splitter type to universal

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": "whitespace"
134
  }
 
130
  "warmup_ratio": 0.05,
131
  "weight_decay_encoder": 0.1,
132
  "weight_decay_other": 0.01,
133
+ "words_splitter_type": "universal"
134
  }