Token Classification
GLiNER
PyTorch
6 languages
urchade commited on
Commit
1fcf13e
1 Parent(s): 78f2a5f

better version

Browse files
Files changed (2) hide show
  1. gliner_config.json +6 -6
  2. pytorch_model.bin +1 -1
gliner_config.json CHANGED
@@ -2,15 +2,15 @@
2
  "size_sup": -1,
3
  "max_types": 25,
4
  "shuffle_types": true,
5
- "random_drop": true,
6
- "max_neg_type_ratio": 1,
7
  "max_len": 384,
8
- "lr_encoder": "1e-6",
9
  "lr_others": "1e-5",
10
- "num_steps": 10000,
11
- "warmup_ratio": 1000,
12
  "train_batch_size": 8,
13
- "eval_every": 2500,
14
  "max_width": 12,
15
  "model_name": "microsoft/mdeberta-v3-base",
16
  "fine_tune": true,
 
2
  "size_sup": -1,
3
  "max_types": 25,
4
  "shuffle_types": true,
5
+ "random_drop": false,
6
+ "max_neg_type_ratio": 3,
7
  "max_len": 384,
8
+ "lr_encoder": "5e-6",
9
  "lr_others": "1e-5",
10
+ "num_steps": 30000,
11
+ "warmup_ratio": 5000,
12
  "train_batch_size": 8,
13
+ "eval_every": 5000,
14
  "max_width": 12,
15
  "model_name": "microsoft/mdeberta-v3-base",
16
  "fine_tune": true,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:48c04740d59c7f58abff84b6b74198a25a605f9b03f31195e301f4e5771f38fe
3
  size 1155900362
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3003753fba99e40645cf088c7367a2c6211fc174897dc64f1f9c147c29d18d2d
3
  size 1155900362