AlonCohen commited on
Commit
a5a62dd
1 Parent(s): 8619a91

Upload DistilBertForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +69 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-cased",
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": "I-des_identity",
13
+ "1": "B-Ambiguous",
14
+ "2": "B-org_inst_sect",
15
+ "3": "O",
16
+ "4": "I-social_group",
17
+ "5": "I-Ambiguous",
18
+ "6": "B-des_past_contribute",
19
+ "7": "I-des_past_contribute",
20
+ "8": "B-social_group",
21
+ "9": "I-des_effort",
22
+ "10": "I-person_as_party_of_group",
23
+ "11": "I-org_inst_sect",
24
+ "12": "B-undes_effort",
25
+ "13": "I-undes_effort",
26
+ "14": "B-des_control",
27
+ "15": "B-des_need",
28
+ "16": "I-des_need",
29
+ "17": "B-person_as_party_of_group",
30
+ "18": "B-des_effort",
31
+ "19": "I-des_control"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "label2id": {
35
+ "B-Ambiguous": 1,
36
+ "B-des_control": 14,
37
+ "B-des_effort": 18,
38
+ "B-des_need": 15,
39
+ "B-des_past_contribute": 6,
40
+ "B-org_inst_sect": 2,
41
+ "B-person_as_party_of_group": 17,
42
+ "B-social_group": 8,
43
+ "B-undes_effort": 12,
44
+ "I-Ambiguous": 5,
45
+ "I-des_control": 19,
46
+ "I-des_effort": 9,
47
+ "I-des_identity": 0,
48
+ "I-des_need": 16,
49
+ "I-des_past_contribute": 7,
50
+ "I-org_inst_sect": 11,
51
+ "I-person_as_party_of_group": 10,
52
+ "I-social_group": 4,
53
+ "I-undes_effort": 13,
54
+ "O": 3
55
+ },
56
+ "max_position_embeddings": 512,
57
+ "model_type": "distilbert",
58
+ "n_heads": 12,
59
+ "n_layers": 6,
60
+ "output_past": true,
61
+ "pad_token_id": 0,
62
+ "qa_dropout": 0.1,
63
+ "seq_classif_dropout": 0.2,
64
+ "sinusoidal_pos_embds": false,
65
+ "tie_weights_": true,
66
+ "torch_dtype": "float32",
67
+ "transformers_version": "4.26.1",
68
+ "vocab_size": 28996
69
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:478dbf9e74e205a6096d8c7eccee47388cc75fadb1dd7ad707ade2a0ad3c25aa
3
+ size 260860005