Realgon commited on
Commit
c7c1fdd
·
1 Parent(s): b9c1263

Training in progress, epoch 1

Browse files
added_tokens.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "[PAD_left_10]": 50274,
3
+ "[PAD_left_11]": 50275,
4
+ "[PAD_left_12]": 50276,
5
+ "[PAD_left_13]": 50277,
6
+ "[PAD_left_14]": 50278,
7
+ "[PAD_left_15]": 50279,
8
+ "[PAD_left_16]": 50280,
9
+ "[PAD_left_17]": 50281,
10
+ "[PAD_left_18]": 50282,
11
+ "[PAD_left_19]": 50283,
12
+ "[PAD_left_1]": 50265,
13
+ "[PAD_left_20]": 50284,
14
+ "[PAD_left_21]": 50285,
15
+ "[PAD_left_22]": 50286,
16
+ "[PAD_left_23]": 50287,
17
+ "[PAD_left_24]": 50288,
18
+ "[PAD_left_25]": 50289,
19
+ "[PAD_left_26]": 50290,
20
+ "[PAD_left_27]": 50291,
21
+ "[PAD_left_28]": 50292,
22
+ "[PAD_left_29]": 50293,
23
+ "[PAD_left_2]": 50266,
24
+ "[PAD_left_30]": 50294,
25
+ "[PAD_left_31]": 50295,
26
+ "[PAD_left_32]": 50296,
27
+ "[PAD_left_33]": 50297,
28
+ "[PAD_left_34]": 50298,
29
+ "[PAD_left_35]": 50299,
30
+ "[PAD_left_36]": 50300,
31
+ "[PAD_left_37]": 50301,
32
+ "[PAD_left_38]": 50302,
33
+ "[PAD_left_39]": 50303,
34
+ "[PAD_left_3]": 50267,
35
+ "[PAD_left_40]": 50304,
36
+ "[PAD_left_41]": 50305,
37
+ "[PAD_left_42]": 50306,
38
+ "[PAD_left_43]": 50307,
39
+ "[PAD_left_44]": 50308,
40
+ "[PAD_left_45]": 50309,
41
+ "[PAD_left_46]": 50310,
42
+ "[PAD_left_47]": 50311,
43
+ "[PAD_left_48]": 50312,
44
+ "[PAD_left_49]": 50313,
45
+ "[PAD_left_4]": 50268,
46
+ "[PAD_left_50]": 50314,
47
+ "[PAD_left_5]": 50269,
48
+ "[PAD_left_6]": 50270,
49
+ "[PAD_left_7]": 50271,
50
+ "[PAD_left_8]": 50272,
51
+ "[PAD_left_9]": 50273
52
+ }
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "roberta-base",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "World",
15
+ "1": "Sports",
16
+ "2": "Business",
17
+ "3": "Sci/Tech"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "Business": 2,
23
+ "Sci/Tech": 3,
24
+ "Sports": 1,
25
+ "World": 0
26
+ },
27
+ "layer_norm_eps": 1e-05,
28
+ "max_position_embeddings": 514,
29
+ "model_type": "roberta",
30
+ "num_attention_heads": 12,
31
+ "num_hidden_layers": 12,
32
+ "pad_token_id": 1,
33
+ "position_embedding_type": "absolute",
34
+ "problem_type": "single_label_classification",
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.33.2",
37
+ "type_vocab_size": 1,
38
+ "use_cache": true,
39
+ "vocab_size": 50315
40
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df80f9a5573ea9fba920170c4d98430ee50bb55f35eb19d3c07e7fa367e93c3a
3
+ size 498817393
special_tokens_map.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ],
54
+ "bos_token": "<s>",
55
+ "cls_token": "<s>",
56
+ "eos_token": "</s>",
57
+ "mask_token": {
58
+ "content": "<mask>",
59
+ "lstrip": true,
60
+ "normalized": false,
61
+ "rstrip": false,
62
+ "single_word": false
63
+ },
64
+ "pad_token": "<pad>",
65
+ "sep_token": "</s>",
66
+ "unk_token": "<unk>"
67
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<s>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "cls_token": "<s>",
6
+ "eos_token": "</s>",
7
+ "errors": "replace",
8
+ "mask_token": "<mask>",
9
+ "model_max_length": 512,
10
+ "pad_token": "<pad>",
11
+ "sep_token": "</s>",
12
+ "tokenizer_class": "RobertaTokenizer",
13
+ "trim_offsets": true,
14
+ "unk_token": "<unk>"
15
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3700a1ce77cad1f6d6b52955ed63c7f57fa8a2d762fd09ba43f3fa4af0eee79
3
+ size 4155
vocab.json ADDED
The diff for this file is too large to render. See raw diff