johannes-garstenauer commited on
Commit
b45f3c0
·
1 Parent(s): 400f465

Training in progress, step 112

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