Text Classification
Transformers
PyTorch
distilbert
digital forensics
text-embeddings-inference
johannes-garstenauer commited on
Commit
3eedad5
·
1 Parent(s): b1c202b

Training in progress, step 7120

Browse files
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "johannes-garstenauer/distilbert_masking_heaps",
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": "IRRELEVANT",
13
+ "1": "SESSION_STATE_ADDR",
14
+ "2": "NEWKEYS_ADDR",
15
+ "3": "ENCRYPTION_KEY_NAME_ADDR",
16
+ "4": "KEY_ADDR"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "label2id": {
20
+ "ENCRYPTION_KEY_NAME_ADDR": 3,
21
+ "IRRELEVANT": 0,
22
+ "KEY_ADDR": 4,
23
+ "NEWKEYS_ADDR": 2,
24
+ "SESSION_STATE_ADDR": 1
25
+ },
26
+ "max_position_embeddings": 512,
27
+ "model_type": "distilbert",
28
+ "n_heads": 12,
29
+ "n_layers": 6,
30
+ "output_hidden_states": true,
31
+ "pad_token_id": 0,
32
+ "problem_type": "single_label_classification",
33
+ "qa_dropout": 0.1,
34
+ "seq_classif_dropout": 0.2,
35
+ "sinusoidal_pos_embds": false,
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.34.0.dev0",
38
+ "vocab_size": 30005
39
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62457e0f011e2c4eeec4854156b416c767d07db998a2245e5de730b8dd27dc47
3
+ size 266276525
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 1000000000000000019884624838656,
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "tokenizer_class": "PreTrainedTokenizerFast",
9
+ "unk_token": "[UNK]"
10
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:591fe4e628cc9ef9086b954ce2bf2dcc12616f0adac1d624bdc9e4e05befce8a
3
+ size 4091