hyunjongkimmath commited on
Commit
fb9a98a
1 Parent(s): d6c1457

Upload DistilBertForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +38 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "models/def_notat_token_model_2024_01_16",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForTokenClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "O",
13
+ "1": "B-definition",
14
+ "2": "I-definition",
15
+ "3": "B-notation",
16
+ "4": "I-notation"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "label2id": {
20
+ "B-definition": 1,
21
+ "B-notation": 3,
22
+ "I-definition": 2,
23
+ "I-notation": 4,
24
+ "O": 0
25
+ },
26
+ "max_position_embeddings": 512,
27
+ "model_type": "distilbert",
28
+ "n_heads": 12,
29
+ "n_layers": 6,
30
+ "pad_token_id": 0,
31
+ "qa_dropout": 0.1,
32
+ "seq_classif_dropout": 0.2,
33
+ "sinusoidal_pos_embds": false,
34
+ "tie_weights_": true,
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.25.1",
37
+ "vocab_size": 30522
38
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21eea3f1b3a3865477c1c69ef0d04855bea2e03ddc216c0c9b33c68f59551941
3
+ size 265500325