Training in progress, epoch 3, checkpoint
Browse files- checkpoint-13884/config.json +33 -0
- checkpoint-13884/model.safetensors +3 -0
- checkpoint-13884/optimizer.pt +3 -0
- checkpoint-13884/rng_state.pth +3 -0
- checkpoint-13884/scheduler.pt +3 -0
- checkpoint-13884/special_tokens_map.json +7 -0
- checkpoint-13884/tokenizer.json +0 -0
- checkpoint-13884/tokenizer_config.json +55 -0
- checkpoint-13884/trainer_state.json +309 -0
- checkpoint-13884/training_args.bin +3 -0
- checkpoint-13884/vocab.txt +0 -0
checkpoint-13884/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.38.2",
|
| 32 |
+
"vocab_size": 30522
|
| 33 |
+
}
|
checkpoint-13884/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:462fe2d451f234cac3123ca3c48ee63237a0fc8aea1856a8ba0e531d0fce8ad2
|
| 3 |
+
size 267832560
|
checkpoint-13884/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9862da8827e17b0d5e0d94f70b6e4c34959c578bb0683b05c6972f5bff3d6044
|
| 3 |
+
size 535727290
|
checkpoint-13884/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d5b93df34e20cd89220272cb3f1958ddc9aae5db2d69bf02939e9bd1fea3a43
|
| 3 |
+
size 14244
|
checkpoint-13884/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc9023c8f4d0ac3369745669544086a3739a91879ce67d485ee102472fd185e3
|
| 3 |
+
size 1064
|
checkpoint-13884/special_tokens_map.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cls_token": "[CLS]",
|
| 3 |
+
"mask_token": "[MASK]",
|
| 4 |
+
"pad_token": "[PAD]",
|
| 5 |
+
"sep_token": "[SEP]",
|
| 6 |
+
"unk_token": "[UNK]"
|
| 7 |
+
}
|
checkpoint-13884/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-13884/tokenizer_config.json
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"added_tokens_decoder": {
|
| 3 |
+
"0": {
|
| 4 |
+
"content": "[PAD]",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false,
|
| 9 |
+
"special": true
|
| 10 |
+
},
|
| 11 |
+
"100": {
|
| 12 |
+
"content": "[UNK]",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false,
|
| 17 |
+
"special": true
|
| 18 |
+
},
|
| 19 |
+
"101": {
|
| 20 |
+
"content": "[CLS]",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false,
|
| 25 |
+
"special": true
|
| 26 |
+
},
|
| 27 |
+
"102": {
|
| 28 |
+
"content": "[SEP]",
|
| 29 |
+
"lstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"rstrip": false,
|
| 32 |
+
"single_word": false,
|
| 33 |
+
"special": true
|
| 34 |
+
},
|
| 35 |
+
"103": {
|
| 36 |
+
"content": "[MASK]",
|
| 37 |
+
"lstrip": false,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"rstrip": false,
|
| 40 |
+
"single_word": false,
|
| 41 |
+
"special": true
|
| 42 |
+
}
|
| 43 |
+
},
|
| 44 |
+
"clean_up_tokenization_spaces": true,
|
| 45 |
+
"cls_token": "[CLS]",
|
| 46 |
+
"do_lower_case": true,
|
| 47 |
+
"mask_token": "[MASK]",
|
| 48 |
+
"model_max_length": 512,
|
| 49 |
+
"pad_token": "[PAD]",
|
| 50 |
+
"sep_token": "[SEP]",
|
| 51 |
+
"strip_accents": null,
|
| 52 |
+
"tokenize_chinese_chars": true,
|
| 53 |
+
"tokenizer_class": "DistilBertTokenizer",
|
| 54 |
+
"unk_token": "[UNK]"
|
| 55 |
+
}
|
checkpoint-13884/trainer_state.json
ADDED
|
@@ -0,0 +1,309 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": 4.978057290827564e-07,
|
| 3 |
+
"best_model_checkpoint": "insuff_supported_arguments/checkpoint-13884",
|
| 4 |
+
"epoch": 3.0,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 13884,
|
| 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.11,
|
| 13 |
+
"grad_norm": 0.03457513824105263,
|
| 14 |
+
"learning_rate": 1.9279746470757707e-05,
|
| 15 |
+
"loss": 0.1457,
|
| 16 |
+
"step": 500
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.22,
|
| 20 |
+
"grad_norm": 0.0055348570458590984,
|
| 21 |
+
"learning_rate": 1.8559492941515416e-05,
|
| 22 |
+
"loss": 0.0066,
|
| 23 |
+
"step": 1000
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.32,
|
| 27 |
+
"grad_norm": 0.002291068434715271,
|
| 28 |
+
"learning_rate": 1.783923941227312e-05,
|
| 29 |
+
"loss": 0.0014,
|
| 30 |
+
"step": 1500
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.43,
|
| 34 |
+
"grad_norm": 0.003473889548331499,
|
| 35 |
+
"learning_rate": 1.7118985883030827e-05,
|
| 36 |
+
"loss": 0.0114,
|
| 37 |
+
"step": 2000
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.54,
|
| 41 |
+
"grad_norm": 0.0016763019375503063,
|
| 42 |
+
"learning_rate": 1.6398732353788535e-05,
|
| 43 |
+
"loss": 0.0031,
|
| 44 |
+
"step": 2500
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.65,
|
| 48 |
+
"grad_norm": 0.0010241195559501648,
|
| 49 |
+
"learning_rate": 1.567847882454624e-05,
|
| 50 |
+
"loss": 0.0012,
|
| 51 |
+
"step": 3000
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.76,
|
| 55 |
+
"grad_norm": 0.00029286000062711537,
|
| 56 |
+
"learning_rate": 1.4958225295303948e-05,
|
| 57 |
+
"loss": 0.0,
|
| 58 |
+
"step": 3500
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.86,
|
| 62 |
+
"grad_norm": 0.0003028396749868989,
|
| 63 |
+
"learning_rate": 1.4237971766061655e-05,
|
| 64 |
+
"loss": 0.0,
|
| 65 |
+
"step": 4000
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.97,
|
| 69 |
+
"grad_norm": 0.0002893279306590557,
|
| 70 |
+
"learning_rate": 1.3517718236819362e-05,
|
| 71 |
+
"loss": 0.0,
|
| 72 |
+
"step": 4500
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"epoch": 1.0,
|
| 76 |
+
"eval_NEGATIVE": {
|
| 77 |
+
"f1-score": 1.0,
|
| 78 |
+
"precision": 1.0,
|
| 79 |
+
"recall": 1.0,
|
| 80 |
+
"support": 13620.0
|
| 81 |
+
},
|
| 82 |
+
"eval_POSITIVE": {
|
| 83 |
+
"f1-score": 1.0,
|
| 84 |
+
"precision": 1.0,
|
| 85 |
+
"recall": 1.0,
|
| 86 |
+
"support": 6960.0
|
| 87 |
+
},
|
| 88 |
+
"eval_accuracy": 1.0,
|
| 89 |
+
"eval_loss": 5.741369932366069e-06,
|
| 90 |
+
"eval_macro avg": {
|
| 91 |
+
"f1-score": 1.0,
|
| 92 |
+
"precision": 1.0,
|
| 93 |
+
"recall": 1.0,
|
| 94 |
+
"support": 20580.0
|
| 95 |
+
},
|
| 96 |
+
"eval_runtime": 11.5238,
|
| 97 |
+
"eval_samples_per_second": 1785.875,
|
| 98 |
+
"eval_steps_per_second": 111.682,
|
| 99 |
+
"eval_weighted avg": {
|
| 100 |
+
"f1-score": 1.0,
|
| 101 |
+
"precision": 1.0,
|
| 102 |
+
"recall": 1.0,
|
| 103 |
+
"support": 20580.0
|
| 104 |
+
},
|
| 105 |
+
"step": 4628
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"epoch": 1.08,
|
| 109 |
+
"grad_norm": 0.0001347838988294825,
|
| 110 |
+
"learning_rate": 1.2797464707577067e-05,
|
| 111 |
+
"loss": 0.0,
|
| 112 |
+
"step": 5000
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"epoch": 1.19,
|
| 116 |
+
"grad_norm": 0.00012342508125584573,
|
| 117 |
+
"learning_rate": 1.2077211178334776e-05,
|
| 118 |
+
"loss": 0.0,
|
| 119 |
+
"step": 5500
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"epoch": 1.3,
|
| 123 |
+
"grad_norm": 0.00016712247452232987,
|
| 124 |
+
"learning_rate": 1.1356957649092481e-05,
|
| 125 |
+
"loss": 0.0,
|
| 126 |
+
"step": 6000
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"epoch": 1.4,
|
| 130 |
+
"grad_norm": 6.524023046949878e-05,
|
| 131 |
+
"learning_rate": 1.0636704119850187e-05,
|
| 132 |
+
"loss": 0.0,
|
| 133 |
+
"step": 6500
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"epoch": 1.51,
|
| 137 |
+
"grad_norm": 7.143516995711252e-05,
|
| 138 |
+
"learning_rate": 9.916450590607894e-06,
|
| 139 |
+
"loss": 0.0,
|
| 140 |
+
"step": 7000
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"epoch": 1.62,
|
| 144 |
+
"grad_norm": 0.0009180093766190112,
|
| 145 |
+
"learning_rate": 9.196197061365601e-06,
|
| 146 |
+
"loss": 0.0109,
|
| 147 |
+
"step": 7500
|
| 148 |
+
},
|
| 149 |
+
{
|
| 150 |
+
"epoch": 1.73,
|
| 151 |
+
"grad_norm": 0.00015384699509013444,
|
| 152 |
+
"learning_rate": 8.475943532123308e-06,
|
| 153 |
+
"loss": 0.0007,
|
| 154 |
+
"step": 8000
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"epoch": 1.84,
|
| 158 |
+
"grad_norm": 0.0011837659403681755,
|
| 159 |
+
"learning_rate": 7.755690002881015e-06,
|
| 160 |
+
"loss": 0.0,
|
| 161 |
+
"step": 8500
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"epoch": 1.94,
|
| 165 |
+
"grad_norm": 8.039615931920707e-05,
|
| 166 |
+
"learning_rate": 7.035436473638721e-06,
|
| 167 |
+
"loss": 0.0,
|
| 168 |
+
"step": 9000
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"epoch": 2.0,
|
| 172 |
+
"eval_NEGATIVE": {
|
| 173 |
+
"f1-score": 1.0,
|
| 174 |
+
"precision": 1.0,
|
| 175 |
+
"recall": 1.0,
|
| 176 |
+
"support": 13620.0
|
| 177 |
+
},
|
| 178 |
+
"eval_POSITIVE": {
|
| 179 |
+
"f1-score": 1.0,
|
| 180 |
+
"precision": 1.0,
|
| 181 |
+
"recall": 1.0,
|
| 182 |
+
"support": 6960.0
|
| 183 |
+
},
|
| 184 |
+
"eval_accuracy": 1.0,
|
| 185 |
+
"eval_loss": 1.1887321988979238e-06,
|
| 186 |
+
"eval_macro avg": {
|
| 187 |
+
"f1-score": 1.0,
|
| 188 |
+
"precision": 1.0,
|
| 189 |
+
"recall": 1.0,
|
| 190 |
+
"support": 20580.0
|
| 191 |
+
},
|
| 192 |
+
"eval_runtime": 11.5561,
|
| 193 |
+
"eval_samples_per_second": 1780.878,
|
| 194 |
+
"eval_steps_per_second": 111.37,
|
| 195 |
+
"eval_weighted avg": {
|
| 196 |
+
"f1-score": 1.0,
|
| 197 |
+
"precision": 1.0,
|
| 198 |
+
"recall": 1.0,
|
| 199 |
+
"support": 20580.0
|
| 200 |
+
},
|
| 201 |
+
"step": 9256
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"epoch": 2.05,
|
| 205 |
+
"grad_norm": 0.00039502361323684454,
|
| 206 |
+
"learning_rate": 6.3151829443964284e-06,
|
| 207 |
+
"loss": 0.0014,
|
| 208 |
+
"step": 9500
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"epoch": 2.16,
|
| 212 |
+
"grad_norm": 9.729123121360317e-05,
|
| 213 |
+
"learning_rate": 5.594929415154135e-06,
|
| 214 |
+
"loss": 0.0005,
|
| 215 |
+
"step": 10000
|
| 216 |
+
},
|
| 217 |
+
{
|
| 218 |
+
"epoch": 2.27,
|
| 219 |
+
"grad_norm": 2.681278419913724e-05,
|
| 220 |
+
"learning_rate": 4.874675885911842e-06,
|
| 221 |
+
"loss": 0.0,
|
| 222 |
+
"step": 10500
|
| 223 |
+
},
|
| 224 |
+
{
|
| 225 |
+
"epoch": 2.38,
|
| 226 |
+
"grad_norm": 2.2711697965860367e-05,
|
| 227 |
+
"learning_rate": 4.154422356669548e-06,
|
| 228 |
+
"loss": 0.0,
|
| 229 |
+
"step": 11000
|
| 230 |
+
},
|
| 231 |
+
{
|
| 232 |
+
"epoch": 2.48,
|
| 233 |
+
"grad_norm": 3.7230620364425704e-05,
|
| 234 |
+
"learning_rate": 3.4341688274272546e-06,
|
| 235 |
+
"loss": 0.0,
|
| 236 |
+
"step": 11500
|
| 237 |
+
},
|
| 238 |
+
{
|
| 239 |
+
"epoch": 2.59,
|
| 240 |
+
"grad_norm": 5.341789801605046e-05,
|
| 241 |
+
"learning_rate": 2.7139152981849613e-06,
|
| 242 |
+
"loss": 0.0,
|
| 243 |
+
"step": 12000
|
| 244 |
+
},
|
| 245 |
+
{
|
| 246 |
+
"epoch": 2.7,
|
| 247 |
+
"grad_norm": 1.8995728169102222e-05,
|
| 248 |
+
"learning_rate": 1.993661768942668e-06,
|
| 249 |
+
"loss": 0.0,
|
| 250 |
+
"step": 12500
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"epoch": 2.81,
|
| 254 |
+
"grad_norm": 3.693885446409695e-05,
|
| 255 |
+
"learning_rate": 1.2734082397003748e-06,
|
| 256 |
+
"loss": 0.0,
|
| 257 |
+
"step": 13000
|
| 258 |
+
},
|
| 259 |
+
{
|
| 260 |
+
"epoch": 2.92,
|
| 261 |
+
"grad_norm": 2.6792944481712766e-05,
|
| 262 |
+
"learning_rate": 5.531547104580813e-07,
|
| 263 |
+
"loss": 0.0,
|
| 264 |
+
"step": 13500
|
| 265 |
+
},
|
| 266 |
+
{
|
| 267 |
+
"epoch": 3.0,
|
| 268 |
+
"eval_NEGATIVE": {
|
| 269 |
+
"f1-score": 1.0,
|
| 270 |
+
"precision": 1.0,
|
| 271 |
+
"recall": 1.0,
|
| 272 |
+
"support": 13620.0
|
| 273 |
+
},
|
| 274 |
+
"eval_POSITIVE": {
|
| 275 |
+
"f1-score": 1.0,
|
| 276 |
+
"precision": 1.0,
|
| 277 |
+
"recall": 1.0,
|
| 278 |
+
"support": 6960.0
|
| 279 |
+
},
|
| 280 |
+
"eval_accuracy": 1.0,
|
| 281 |
+
"eval_loss": 4.978057290827564e-07,
|
| 282 |
+
"eval_macro avg": {
|
| 283 |
+
"f1-score": 1.0,
|
| 284 |
+
"precision": 1.0,
|
| 285 |
+
"recall": 1.0,
|
| 286 |
+
"support": 20580.0
|
| 287 |
+
},
|
| 288 |
+
"eval_runtime": 11.5311,
|
| 289 |
+
"eval_samples_per_second": 1784.731,
|
| 290 |
+
"eval_steps_per_second": 111.611,
|
| 291 |
+
"eval_weighted avg": {
|
| 292 |
+
"f1-score": 1.0,
|
| 293 |
+
"precision": 1.0,
|
| 294 |
+
"recall": 1.0,
|
| 295 |
+
"support": 20580.0
|
| 296 |
+
},
|
| 297 |
+
"step": 13884
|
| 298 |
+
}
|
| 299 |
+
],
|
| 300 |
+
"logging_steps": 500,
|
| 301 |
+
"max_steps": 13884,
|
| 302 |
+
"num_input_tokens_seen": 0,
|
| 303 |
+
"num_train_epochs": 3,
|
| 304 |
+
"save_steps": 500,
|
| 305 |
+
"total_flos": 8954868592254240.0,
|
| 306 |
+
"train_batch_size": 16,
|
| 307 |
+
"trial_name": null,
|
| 308 |
+
"trial_params": null
|
| 309 |
+
}
|
checkpoint-13884/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:adcc91ae6efcb4a19e77c6c0c5e98c1e2ddf87cbe2bd793b17ef56c157e4dc5d
|
| 3 |
+
size 4984
|
checkpoint-13884/vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|