Token Classification
GLiNER
PyTorch
urchade commited on
Commit
9c1d330
1 Parent(s): 9e6a8cb

better version

Browse files
Files changed (2) hide show
  1. gliner_config.json +9 -5
  2. pytorch_model.bin +2 -2
gliner_config.json CHANGED
@@ -1,18 +1,22 @@
1
  {
 
 
 
 
 
 
2
  "lr_encoder": "1e-5",
3
  "lr_others": "5e-5",
4
  "num_steps": 30000,
5
- "warmup_ratio": 0.1,
6
  "train_batch_size": 8,
7
  "eval_every": 5000,
8
  "max_width": 12,
9
  "model_name": "microsoft/deberta-v3-small",
10
  "fine_tune": true,
11
  "subtoken_pooling": "first",
12
- "hidden_size": 768,
13
  "span_mode": "markerV0",
14
  "dropout": 0.4,
15
- "max_neg_type_ratio": 1,
16
- "name": "large",
17
- "max_len": 384
18
  }
 
1
  {
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-5",
9
  "lr_others": "5e-5",
10
  "num_steps": 30000,
11
+ "warmup_ratio": 3000,
12
  "train_batch_size": 8,
13
  "eval_every": 5000,
14
  "max_width": 12,
15
  "model_name": "microsoft/deberta-v3-small",
16
  "fine_tune": true,
17
  "subtoken_pooling": "first",
18
+ "hidden_size": 512,
19
  "span_mode": "markerV0",
20
  "dropout": 0.4,
21
+ "name": "correct"
 
 
22
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c4b4e3aafdb570e71bde1df97a89e077466532cef9f43d1331e4e6c37402a12f
3
- size 664155586
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62c7b51a4bb4a578c8913ae5e79609b8c35286af884af228b9b5077739ba9004
3
+ size 610652234