Realgon commited on
Commit
5b48069
1 Parent(s): c14324b

Training in progress, epoch 1

Browse files
added_tokens.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_3]": 30524,
26
+ "[PAD_left_4]": 30525,
27
+ "[PAD_left_5]": 30526,
28
+ "[PAD_left_6]": 30527,
29
+ "[PAD_left_7]": 30528,
30
+ "[PAD_left_8]": 30529,
31
+ "[PAD_left_9]": 30530
32
+ }
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": 30552
33
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7401c93547df915c57ec957e5a1e08a8c730f9d63ff670c4cc3de156d5fbdcd
3
+ size 267947693
special_tokens_map.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ],
34
+ "cls_token": "[CLS]",
35
+ "mask_token": "[MASK]",
36
+ "pad_token": "[PAD]",
37
+ "sep_token": "[SEP]",
38
+ "unk_token": "[UNK]"
39
+ }
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:c8d9531e748f5bff219528e9c595a7d98eb36151a1495ef95961d3f576bd112d
3
+ size 4155
vocab.txt ADDED
The diff for this file is too large to render. See raw diff