IsField commited on
Commit
f6cdca3
·
verified ·
1 Parent(s): dde8aab

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/bart-large-mnli",
3
+ "_num_labels": 3,
4
+ "activation_dropout": 0.0,
5
+ "activation_function": "gelu",
6
+ "add_final_layer_norm": false,
7
+ "architectures": [
8
+ "BartForSequenceClassification"
9
+ ],
10
+ "attention_dropout": 0.0,
11
+ "bos_token_id": 0,
12
+ "classif_dropout": 0.0,
13
+ "classifier_dropout": 0.0,
14
+ "d_model": 1024,
15
+ "decoder_attention_heads": 16,
16
+ "decoder_ffn_dim": 4096,
17
+ "decoder_layerdrop": 0.0,
18
+ "decoder_layers": 12,
19
+ "decoder_start_token_id": 2,
20
+ "dropout": 0.1,
21
+ "encoder_attention_heads": 16,
22
+ "encoder_ffn_dim": 4096,
23
+ "encoder_layerdrop": 0.0,
24
+ "encoder_layers": 12,
25
+ "eos_token_id": 2,
26
+ "forced_eos_token_id": 2,
27
+ "gradient_checkpointing": false,
28
+ "id2label": {
29
+ "0": "Applied computing",
30
+ "1": "Computer systems organization",
31
+ "2": "Computing methodologies",
32
+ "3": "General and reference",
33
+ "4": "Hardware",
34
+ "5": "Human-centered computing",
35
+ "6": "Information systems",
36
+ "7": "Mathematics of computing",
37
+ "8": "Networks",
38
+ "9": "Security and privacy",
39
+ "10": "Theory of computation"
40
+ },
41
+ "init_std": 0.02,
42
+ "is_encoder_decoder": true,
43
+ "label2id": {
44
+ "Applied computing": 0,
45
+ "Computer systems organization": 1,
46
+ "Computing methodologies": 2,
47
+ "General and reference": 3,
48
+ "Hardware": 4,
49
+ "Human-centered computing": 5,
50
+ "Information systems": 6,
51
+ "Mathematics of computing": 7,
52
+ "Networks": 8,
53
+ "Security and privacy": 9,
54
+ "Theory of computation": 10
55
+ },
56
+ "max_position_embeddings": 1024,
57
+ "model_type": "bart",
58
+ "normalize_before": false,
59
+ "num_hidden_layers": 12,
60
+ "output_past": false,
61
+ "pad_token_id": 1,
62
+ "problem_type": "single_label_classification",
63
+ "scale_embedding": false,
64
+ "torch_dtype": "float32",
65
+ "transformers_version": "4.49.0",
66
+ "use_cache": true,
67
+ "vocab_size": 50265
68
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eee5f28e4740705a5419efdbcacf8c7a217febe4fb755e6a3a7c36136cb9d66d
3
+ size 1629469764
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a52e87599268a06ff0526eefdfbae8589e4178ef18665faac9d8a8e1ef0932c5
3
+ size 3259250267
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af8e4284e62fb18a1f03355bf3caa2f34c3cec6fd080ed67ac48efaea98524f0
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15c6516ad83f6c129c8ca1c3fe1a783db9bbc27c576b8ea61ee6ccd4d6241d26
3
+ size 1064
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": true,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": false,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "extra_special_tokens": {},
51
+ "mask_token": "<mask>",
52
+ "model_max_length": 1024,
53
+ "pad_token": "<pad>",
54
+ "sep_token": "</s>",
55
+ "tokenizer_class": "BartTokenizer",
56
+ "trim_offsets": true,
57
+ "unk_token": "<unk>"
58
+ }
trainer_state.json ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 4.886075949367089,
5
+ "eval_steps": 100,
6
+ "global_step": 195,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.25316455696202533,
13
+ "grad_norm": 14.92142105102539,
14
+ "learning_rate": 1.0000000000000002e-06,
15
+ "loss": 2.4108,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.5063291139240507,
20
+ "grad_norm": 10.319029808044434,
21
+ "learning_rate": 2.0000000000000003e-06,
22
+ "loss": 2.3752,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.759493670886076,
27
+ "grad_norm": 11.658527374267578,
28
+ "learning_rate": 3e-06,
29
+ "loss": 2.2968,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 1.0,
34
+ "grad_norm": 11.538076400756836,
35
+ "learning_rate": 4.000000000000001e-06,
36
+ "loss": 2.1359,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 1.2531645569620253,
41
+ "grad_norm": 15.206498146057129,
42
+ "learning_rate": 5e-06,
43
+ "loss": 2.1211,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 1.5063291139240507,
48
+ "grad_norm": 14.679222106933594,
49
+ "learning_rate": 6e-06,
50
+ "loss": 1.9345,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 1.759493670886076,
55
+ "grad_norm": 14.933147430419922,
56
+ "learning_rate": 7.000000000000001e-06,
57
+ "loss": 1.715,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 2.0,
62
+ "grad_norm": 9.749479293823242,
63
+ "learning_rate": 8.000000000000001e-06,
64
+ "loss": 1.5099,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 2.2531645569620253,
69
+ "grad_norm": 16.478574752807617,
70
+ "learning_rate": 9e-06,
71
+ "loss": 1.3413,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 2.5063291139240507,
76
+ "grad_norm": 11.706594467163086,
77
+ "learning_rate": 1e-05,
78
+ "loss": 1.0757,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 2.5063291139240507,
83
+ "eval_accuracy": 0.5857142857142857,
84
+ "eval_f1": 0.5055477855477856,
85
+ "eval_loss": 1.2395234107971191,
86
+ "eval_runtime": 5.2819,
87
+ "eval_samples_per_second": 13.253,
88
+ "eval_steps_per_second": 1.704,
89
+ "step": 100
90
+ },
91
+ {
92
+ "epoch": 2.759493670886076,
93
+ "grad_norm": 11.618650436401367,
94
+ "learning_rate": 1.1000000000000001e-05,
95
+ "loss": 0.9368,
96
+ "step": 110
97
+ },
98
+ {
99
+ "epoch": 3.0,
100
+ "grad_norm": 14.1014986038208,
101
+ "learning_rate": 1.2e-05,
102
+ "loss": 0.7523,
103
+ "step": 120
104
+ },
105
+ {
106
+ "epoch": 3.2531645569620253,
107
+ "grad_norm": 14.018274307250977,
108
+ "learning_rate": 1.3000000000000001e-05,
109
+ "loss": 0.5237,
110
+ "step": 130
111
+ },
112
+ {
113
+ "epoch": 3.5063291139240507,
114
+ "grad_norm": 14.574962615966797,
115
+ "learning_rate": 1.4000000000000001e-05,
116
+ "loss": 0.5173,
117
+ "step": 140
118
+ },
119
+ {
120
+ "epoch": 3.759493670886076,
121
+ "grad_norm": 29.751333236694336,
122
+ "learning_rate": 1.5e-05,
123
+ "loss": 0.577,
124
+ "step": 150
125
+ },
126
+ {
127
+ "epoch": 4.0,
128
+ "grad_norm": 13.803457260131836,
129
+ "learning_rate": 1.6000000000000003e-05,
130
+ "loss": 0.4925,
131
+ "step": 160
132
+ },
133
+ {
134
+ "epoch": 4.253164556962025,
135
+ "grad_norm": 11.551584243774414,
136
+ "learning_rate": 1.7000000000000003e-05,
137
+ "loss": 0.2708,
138
+ "step": 170
139
+ },
140
+ {
141
+ "epoch": 4.506329113924051,
142
+ "grad_norm": 15.792594909667969,
143
+ "learning_rate": 1.8e-05,
144
+ "loss": 0.318,
145
+ "step": 180
146
+ },
147
+ {
148
+ "epoch": 4.759493670886076,
149
+ "grad_norm": 7.049367904663086,
150
+ "learning_rate": 1.9e-05,
151
+ "loss": 0.3567,
152
+ "step": 190
153
+ }
154
+ ],
155
+ "logging_steps": 10,
156
+ "max_steps": 195,
157
+ "num_input_tokens_seen": 0,
158
+ "num_train_epochs": 5,
159
+ "save_steps": 100,
160
+ "stateful_callbacks": {
161
+ "TrainerControl": {
162
+ "args": {
163
+ "should_epoch_stop": false,
164
+ "should_evaluate": false,
165
+ "should_log": false,
166
+ "should_save": true,
167
+ "should_training_stop": true
168
+ },
169
+ "attributes": {}
170
+ }
171
+ },
172
+ "total_flos": 1673689415946240.0,
173
+ "train_batch_size": 8,
174
+ "trial_name": null,
175
+ "trial_params": null
176
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca08bc27073940b254418b4456ef30ec7b59fb3e7f39f1d8d49f5d6cfe588a13
3
+ size 5304
vocab.json ADDED
The diff for this file is too large to render. See raw diff