sapirrior commited on
Commit
e7d4381
·
verified ·
1 Parent(s): 8de9042

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "author": "Nolan Stark",
8
+ "bos_token_id": null,
9
+ "dim": 768,
10
+ "dropout": 0.1,
11
+ "dtype": "float32",
12
+ "eos_token_id": null,
13
+ "hidden_dim": 3072,
14
+ "id2label": {
15
+ "0": "SAFE",
16
+ "1": "INJECTION"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "label2id": {
20
+ "INJECTION": 1,
21
+ "SAFE": 0
22
+ },
23
+ "max_position_embeddings": 512,
24
+ "model_name": "octopus-26.0.4",
25
+ "model_type": "distilbert",
26
+ "n_heads": 12,
27
+ "n_layers": 6,
28
+ "pad_token_id": 0,
29
+ "problem_type": "single_label_classification",
30
+ "qa_dropout": 0.1,
31
+ "seq_classif_dropout": 0.2,
32
+ "sinusoidal_pos_embds": false,
33
+ "tie_weights_": true,
34
+ "tie_word_embeddings": true,
35
+ "transformers_version": "5.0.0",
36
+ "use_cache": false,
37
+ "vocab_size": 30522
38
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9eba5ff68541fdadab419456666e65b54344548641f3aa1545edf08640fcca4c
3
+ size 267832560
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "is_local": false,
6
+ "mask_token": "[MASK]",
7
+ "model_max_length": 512,
8
+ "pad_token": "[PAD]",
9
+ "sep_token": "[SEP]",
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "BertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1139168272821d98cfa276ed40c97b463b1f18d616bdb3c49cab307c925e90d
3
+ size 5201