Token Classification
GLiNER
PyTorch
English
urchade commited on
Commit
44cb63f
1 Parent(s): e94a3c2

Push model using huggingface_hub.

Browse files
Files changed (2) hide show
  1. gliner_config.json +22 -0
  2. pytorch_model.bin +3 -0
gliner_config.json ADDED
@@ -0,0 +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-base",
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a575dd772053ceb12c46cf270d7de8b69a3ed84eab4b5579d91ff05a4bb118a1
3
+ size 834309378