Lowder commited on
Commit
3eedf2e
·
1 Parent(s): c9fdf3e

Upload DistilBertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +46 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "log_classifier_distilbert",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "DATA_QUERY",
13
+ "1": "DATA_NOT_FOUND",
14
+ "2": "DATA_IMPORT",
15
+ "3": "EXECUTION_TIMEOUT",
16
+ "4": "EXECUTION_EXCEPTION",
17
+ "5": "EXECUTION_EXTERNAL_SERVICE",
18
+ "6": "EXECUTION_WRONG_STATE",
19
+ "7": "TRANSPORT"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "label2id": {
23
+ "DATA_IMPORT": 2,
24
+ "DATA_NOT_FOUND": 1,
25
+ "DATA_QUERY": 0,
26
+ "EXECUTION_EXCEPTION": 4,
27
+ "EXECUTION_EXTERNAL_SERVICE": 5,
28
+ "EXECUTION_TIMEOUT": 3,
29
+ "EXECUTION_WRONG_STATE": 6,
30
+ "TRANSPORT": 7
31
+ },
32
+ "max_position_embeddings": 512,
33
+ "model_type": "distilbert",
34
+ "n_heads": 12,
35
+ "n_layers": 6,
36
+ "output_past": true,
37
+ "pad_token_id": null,
38
+ "problem_type": "single_label_classification",
39
+ "qa_dropout": 0.1,
40
+ "seq_classif_dropout": 0.2,
41
+ "sinusoidal_pos_embds": false,
42
+ "tie_weights_": true,
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.34.1",
45
+ "vocab_size": 119547
46
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d2fd515f465d681f6dc68d37be2fa91282db659b25e1d85ff64d510f3c57aa0
3
+ size 541357802