urchade commited on
Commit
42f66d5
1 Parent(s): 6ffbb4c

better version

Browse files
Files changed (2) hide show
  1. gliner_config.json +10 -10
  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": 30000,
5
- "warmup_ratio": 0.1,
6
  "train_batch_size": 8,
7
  "eval_every": 5000,
8
- "max_width": 8,
9
  "model_name": "microsoft/deberta-v3-large",
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
- "size_sup": -1,
17
- "max_types": 25,
18
- "shuffle_types": true,
19
- "random_drop": true,
20
- "name": "large",
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": 300,
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-large",
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:caee4db79d54883236a49d48e2ab5d27d8790b4e083102c5d189ad8f8e7c0c92
3
- size 1838173066
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d02a80b241b8ec990e754ab7c6efaaf05c66dc4ffd18f5cf3badb5e262601f4
3
+ size 1782044554