annadmitrieva commited on
Commit
3aad668
1 Parent(s): 8076661
Files changed (2) hide show
  1. config.json +56 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/home/sdevert/Documents/chu_api/api/model/pytorch_model.bin",
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": "ADV",
13
+ "1": "ADJ",
14
+ "2": "INTJ",
15
+ "3": "AUX",
16
+ "4": "DET",
17
+ "5": "SCONJ",
18
+ "6": "ADP",
19
+ "7": "X",
20
+ "8": "VERB",
21
+ "9": "CCONJ",
22
+ "10": "NUM",
23
+ "11": "PRON",
24
+ "12": "NOUN",
25
+ "13": "PROPN"
26
+ },
27
+ "initializer_range": 0.02,
28
+ "label2id": {
29
+ "ADJ": 1,
30
+ "ADP": 6,
31
+ "ADV": 0,
32
+ "AUX": 3,
33
+ "CCONJ": 9,
34
+ "DET": 4,
35
+ "INTJ": 2,
36
+ "NOUN": 12,
37
+ "NUM": 10,
38
+ "PRON": 11,
39
+ "PROPN": 13,
40
+ "SCONJ": 5,
41
+ "VERB": 8,
42
+ "X": 7
43
+ },
44
+ "max_position_embeddings": 512,
45
+ "model_type": "distilbert",
46
+ "n_heads": 12,
47
+ "n_layers": 6,
48
+ "pad_token_id": 0,
49
+ "qa_dropout": 0.1,
50
+ "seq_classif_dropout": 0.2,
51
+ "sinusoidal_pos_embds": false,
52
+ "tie_weights_": true,
53
+ "torch_dtype": "float32",
54
+ "transformers_version": "4.12.5",
55
+ "vocab_size": 30522
56
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad67d3e19ed9afafa20ef98383a9383b201f4f03f3ac3fdb13af5bb287917cff
3
+ size 265532533