Jzz commited on
Commit
5c0e650
·
1 Parent(s): c042730

Initial upload

Browse files
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "roberta-base",
3
+ "architectures": [
4
+ "RobertaForMaskedLM"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "layer_norm_eps": 1e-05,
17
+ "max_position_embeddings": 514,
18
+ "model_type": "roberta",
19
+ "num_attention_heads": 12,
20
+ "num_hidden_layers": 12,
21
+ "pad_token_id": 1,
22
+ "position_embedding_type": "absolute",
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.10.2",
25
+ "type_vocab_size": 1,
26
+ "use_cache": true,
27
+ "vocab_size": 50265
28
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb290d3df9bd1d92466eee96236d9b172db9e85631a098cc7e2b9cc9bf170fb7
3
+ size 997696473
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bddca50e3e641be99f9a779d2b3c181f7d042f6b5842829be5424cc021593152
3
+ size 498861675
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29f1741aae87bd0f0398cde11a542792529ea9429e3b78f0705e8894bc6cb017
3
+ size 14503
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:462aabcd620cbd24d4941a7cc07d2ad6c351934622b2352207eccb5b5866b980
3
+ size 623
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false}}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "<unk>", "bos_token": "<s>", "eos_token": "</s>", "add_prefix_space": false, "errors": "replace", "sep_token": "</s>", "cls_token": "<s>", "pad_token": "<pad>", "mask_token": "<mask>", "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "roberta-base", "tokenizer_class": "RobertaTokenizer"}
trainer_state.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 9.943181818181818,
5
+ "global_step": 7000,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.71,
12
+ "learning_rate": 4.6448863636363636e-05,
13
+ "loss": 1.4544,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 1.42,
18
+ "learning_rate": 4.289772727272727e-05,
19
+ "loss": 1.0914,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 2.13,
24
+ "learning_rate": 3.934659090909091e-05,
25
+ "loss": 0.9652,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 2.84,
30
+ "learning_rate": 3.579545454545455e-05,
31
+ "loss": 0.8756,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 3.55,
36
+ "learning_rate": 3.2244318181818185e-05,
37
+ "loss": 0.7816,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 4.26,
42
+ "learning_rate": 2.869318181818182e-05,
43
+ "loss": 0.7508,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 4.97,
48
+ "learning_rate": 2.5142045454545453e-05,
49
+ "loss": 0.6598,
50
+ "step": 3500
51
+ },
52
+ {
53
+ "epoch": 5.68,
54
+ "learning_rate": 2.1590909090909093e-05,
55
+ "loss": 0.6049,
56
+ "step": 4000
57
+ },
58
+ {
59
+ "epoch": 6.39,
60
+ "learning_rate": 1.8039772727272727e-05,
61
+ "loss": 0.5639,
62
+ "step": 4500
63
+ },
64
+ {
65
+ "epoch": 7.1,
66
+ "learning_rate": 1.4488636363636366e-05,
67
+ "loss": 0.5258,
68
+ "step": 5000
69
+ },
70
+ {
71
+ "epoch": 7.81,
72
+ "learning_rate": 1.09375e-05,
73
+ "loss": 0.4905,
74
+ "step": 5500
75
+ },
76
+ {
77
+ "epoch": 8.52,
78
+ "learning_rate": 7.386363636363637e-06,
79
+ "loss": 0.4758,
80
+ "step": 6000
81
+ },
82
+ {
83
+ "epoch": 9.23,
84
+ "learning_rate": 3.835227272727273e-06,
85
+ "loss": 0.4578,
86
+ "step": 6500
87
+ },
88
+ {
89
+ "epoch": 9.94,
90
+ "learning_rate": 2.840909090909091e-07,
91
+ "loss": 0.4302,
92
+ "step": 7000
93
+ }
94
+ ],
95
+ "max_steps": 7040,
96
+ "num_train_epochs": 10,
97
+ "total_flos": 2593764359423028.0,
98
+ "trial_name": null,
99
+ "trial_params": null
100
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86d5a1e9b1ed051c8e6271904cc371dd840a071c4d1676612744bb998eafbe29
3
+ size 2607
vocab.json ADDED
The diff for this file is too large to render. See raw diff