GLiNER
PyTorch
urchade commited on
Commit
47a0141
1 Parent(s): 8fe6512

better version

Browse files
Files changed (2) hide show
  1. gliner_config.json +9 -9
  2. pytorch_model.bin +2 -2
gliner_config.json CHANGED
@@ -1,22 +1,22 @@
1
  {
 
 
 
 
 
 
2
  "lr_encoder": "1e-5",
3
  "lr_others": "5e-5",
4
  "num_steps": 100000,
5
- "warmup_ratio": 0.1,
6
  "train_batch_size": 8,
7
  "eval_every": 10000,
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": 2,
16
- "name": "abl",
17
- "size_sup": -1,
18
- "max_types": 25,
19
- "shuffle_types": true,
20
- "random_drop": true,
21
- "max_len": 384
22
  }
 
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": 100000,
11
+ "warmup_ratio": 5000,
12
  "train_batch_size": 8,
13
  "eval_every": 10000,
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:2d6a348ed4bd59d50f5be825dba230edc19ef98398d31950ff489e87be61d028
3
- size 664155586
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed5ce0e3b22582a7e7c24d7faf266ee24867dc39a91a70a2b8f7b306867ca99a
3
+ size 610652234