Realgon commited on
Commit
39bfc67
·
1 Parent(s): 3c54cd5

Training in progress, epoch 1

Browse files
added_tokens.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_3]": 50267,
26
+ "[PAD_left_4]": 50268,
27
+ "[PAD_left_5]": 50269,
28
+ "[PAD_left_6]": 50270,
29
+ "[PAD_left_7]": 50271,
30
+ "[PAD_left_8]": 50272,
31
+ "[PAD_left_9]": 50273
32
+ }
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "NEGATIVE",
15
+ "1": "POSITIVE"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "NEGATIVE": 0,
21
+ "POSITIVE": 1
22
+ },
23
+ "layer_norm_eps": 1e-05,
24
+ "max_position_embeddings": 514,
25
+ "model_type": "roberta",
26
+ "num_attention_heads": 12,
27
+ "num_hidden_layers": 12,
28
+ "pad_token_id": 1,
29
+ "position_embedding_type": "absolute",
30
+ "problem_type": "single_label_classification",
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.33.2",
33
+ "type_vocab_size": 1,
34
+ "use_cache": true,
35
+ "vocab_size": 50295
36
+ }
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:2cb6705a4a5265d3e03e82792d8d768a53e2aff7ed69c24de88fb866ce2223c3
3
+ size 498749809
special_tokens_map.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "bos_token": "<s>",
35
+ "cls_token": "<s>",
36
+ "eos_token": "</s>",
37
+ "mask_token": {
38
+ "content": "<mask>",
39
+ "lstrip": true,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "pad_token": "<pad>",
45
+ "sep_token": "</s>",
46
+ "unk_token": "<unk>"
47
+ }
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:1a510ff939d8fb68391518e912997f324cb0593fe9ec6c49b76d60e3a57f0eb0
3
+ size 4091
vocab.json ADDED
The diff for this file is too large to render. See raw diff