Token Classification
GLiNER
PyTorch
English
urchade commited on
Commit
b7f2215
1 Parent(s): c869f8e

Introduce new model format (#2)

Browse files

- Introduce new model format (742c88dbd111e4883416a542f3e1ddf02ec41911)

gliner_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 0.1,
12
+ "train_batch_size": 8,
13
+ "eval_every": 5000,
14
+ "max_width": 12,
15
+ "model_name": "microsoft/deberta-v3-base",
16
+ "fine_tune": true,
17
+ "subtoken_pooling": "first",
18
+ "hidden_size": 768,
19
+ "span_mode": "marker",
20
+ "dropout": 0.2,
21
+ "name": "abl",
22
+ "root_dir": "log_main",
23
+ "train_data": "/gpfswork/rech/ohy/upa43yu/instruct_ner/train_instruct.json",
24
+ "prev_path": "none",
25
+ "gpu": "ohy@a100",
26
+ "run_time": "05:30:00",
27
+ "log_dir": "/gpfsdswork/projects/rech/bwq/upa43yu/GLiNER/log_main/deberta-v3-base_0"
28
+ }
gliner_base.pt → pytorch_model.bin RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aa95b5d65026379e6659603059b2974c5e74b101a5a4bb921365b6f98c830fcb
3
- size 791818796
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae6340ec29681dc1d2738d9231c9ddd9f29a53e1ab1cf0d9748a2d9daa9ce446
3
+ size 791815134