Realgon commited on
Commit
a795b6c
1 Parent(s): 325d071

Training in progress, epoch 1

Browse files
added_tokens.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "[PAD_left_10]": 30531,
3
+ "[PAD_left_11]": 30532,
4
+ "[PAD_left_12]": 30533,
5
+ "[PAD_left_13]": 30534,
6
+ "[PAD_left_14]": 30535,
7
+ "[PAD_left_15]": 30536,
8
+ "[PAD_left_16]": 30537,
9
+ "[PAD_left_17]": 30538,
10
+ "[PAD_left_18]": 30539,
11
+ "[PAD_left_19]": 30540,
12
+ "[PAD_left_1]": 30522,
13
+ "[PAD_left_20]": 30541,
14
+ "[PAD_left_21]": 30542,
15
+ "[PAD_left_22]": 30543,
16
+ "[PAD_left_23]": 30544,
17
+ "[PAD_left_24]": 30545,
18
+ "[PAD_left_25]": 30546,
19
+ "[PAD_left_26]": 30547,
20
+ "[PAD_left_27]": 30548,
21
+ "[PAD_left_28]": 30549,
22
+ "[PAD_left_29]": 30550,
23
+ "[PAD_left_2]": 30523,
24
+ "[PAD_left_30]": 30551,
25
+ "[PAD_left_31]": 30552,
26
+ "[PAD_left_32]": 30553,
27
+ "[PAD_left_33]": 30554,
28
+ "[PAD_left_34]": 30555,
29
+ "[PAD_left_35]": 30556,
30
+ "[PAD_left_36]": 30557,
31
+ "[PAD_left_37]": 30558,
32
+ "[PAD_left_38]": 30559,
33
+ "[PAD_left_39]": 30560,
34
+ "[PAD_left_3]": 30524,
35
+ "[PAD_left_40]": 30561,
36
+ "[PAD_left_41]": 30562,
37
+ "[PAD_left_42]": 30563,
38
+ "[PAD_left_43]": 30564,
39
+ "[PAD_left_44]": 30565,
40
+ "[PAD_left_45]": 30566,
41
+ "[PAD_left_46]": 30567,
42
+ "[PAD_left_47]": 30568,
43
+ "[PAD_left_48]": 30569,
44
+ "[PAD_left_49]": 30570,
45
+ "[PAD_left_4]": 30525,
46
+ "[PAD_left_50]": 30571,
47
+ "[PAD_left_51]": 30572,
48
+ "[PAD_left_52]": 30573,
49
+ "[PAD_left_53]": 30574,
50
+ "[PAD_left_54]": 30575,
51
+ "[PAD_left_55]": 30576,
52
+ "[PAD_left_56]": 30577,
53
+ "[PAD_left_57]": 30578,
54
+ "[PAD_left_58]": 30579,
55
+ "[PAD_left_59]": 30580,
56
+ "[PAD_left_5]": 30526,
57
+ "[PAD_left_60]": 30581,
58
+ "[PAD_left_6]": 30527,
59
+ "[PAD_left_7]": 30528,
60
+ "[PAD_left_8]": 30529,
61
+ "[PAD_left_9]": 30530
62
+ }
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
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": "NEGATIVE",
13
+ "1": "POSITIVE"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "label2id": {
17
+ "NEGATIVE": 0,
18
+ "POSITIVE": 1
19
+ },
20
+ "max_position_embeddings": 512,
21
+ "model_type": "distilbert",
22
+ "n_heads": 12,
23
+ "n_layers": 6,
24
+ "pad_token_id": 0,
25
+ "problem_type": "single_label_classification",
26
+ "qa_dropout": 0.1,
27
+ "seq_classif_dropout": 0.2,
28
+ "sinusoidal_pos_embds": false,
29
+ "tie_weights_": true,
30
+ "torch_dtype": "float32",
31
+ "transformers_version": "4.33.2",
32
+ "vocab_size": 30582
33
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24ed506bc959cbe96c057689eac7c9f4bfe6bb740c9b9d88754547166f6f414b
3
+ size 268039853
special_tokens_map.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "[PAD_left_1]",
4
+ "[PAD_left_2]",
5
+ "[PAD_left_3]",
6
+ "[PAD_left_4]",
7
+ "[PAD_left_5]",
8
+ "[PAD_left_6]",
9
+ "[PAD_left_7]",
10
+ "[PAD_left_8]",
11
+ "[PAD_left_9]",
12
+ "[PAD_left_10]",
13
+ "[PAD_left_11]",
14
+ "[PAD_left_12]",
15
+ "[PAD_left_13]",
16
+ "[PAD_left_14]",
17
+ "[PAD_left_15]",
18
+ "[PAD_left_16]",
19
+ "[PAD_left_17]",
20
+ "[PAD_left_18]",
21
+ "[PAD_left_19]",
22
+ "[PAD_left_20]",
23
+ "[PAD_left_21]",
24
+ "[PAD_left_22]",
25
+ "[PAD_left_23]",
26
+ "[PAD_left_24]",
27
+ "[PAD_left_25]",
28
+ "[PAD_left_26]",
29
+ "[PAD_left_27]",
30
+ "[PAD_left_28]",
31
+ "[PAD_left_29]",
32
+ "[PAD_left_30]",
33
+ "[PAD_left_31]",
34
+ "[PAD_left_32]",
35
+ "[PAD_left_33]",
36
+ "[PAD_left_34]",
37
+ "[PAD_left_35]",
38
+ "[PAD_left_36]",
39
+ "[PAD_left_37]",
40
+ "[PAD_left_38]",
41
+ "[PAD_left_39]",
42
+ "[PAD_left_40]",
43
+ "[PAD_left_41]",
44
+ "[PAD_left_42]",
45
+ "[PAD_left_43]",
46
+ "[PAD_left_44]",
47
+ "[PAD_left_45]",
48
+ "[PAD_left_46]",
49
+ "[PAD_left_47]",
50
+ "[PAD_left_48]",
51
+ "[PAD_left_49]",
52
+ "[PAD_left_50]",
53
+ "[PAD_left_51]",
54
+ "[PAD_left_52]",
55
+ "[PAD_left_53]",
56
+ "[PAD_left_54]",
57
+ "[PAD_left_55]",
58
+ "[PAD_left_56]",
59
+ "[PAD_left_57]",
60
+ "[PAD_left_58]",
61
+ "[PAD_left_59]",
62
+ "[PAD_left_60]"
63
+ ],
64
+ "cls_token": "[CLS]",
65
+ "mask_token": "[MASK]",
66
+ "pad_token": "[PAD]",
67
+ "sep_token": "[SEP]",
68
+ "unk_token": "[UNK]"
69
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "DistilBertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3e4385724a10094ff69cb409d88d70b936476862bce615cdee31f18498eea78
3
+ size 4155
vocab.txt ADDED
The diff for this file is too large to render. See raw diff