Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- run-8kti2kck/checkpoint-167/config.json +36 -0
- run-8kti2kck/checkpoint-167/model.safetensors +3 -0
- run-8kti2kck/checkpoint-167/optimizer.pt +3 -0
- run-8kti2kck/checkpoint-167/rng_state.pth +3 -0
- run-8kti2kck/checkpoint-167/scheduler.pt +3 -0
- run-8kti2kck/checkpoint-167/special_tokens_map.json +7 -0
- run-8kti2kck/checkpoint-167/tokenizer.json +0 -0
- run-8kti2kck/checkpoint-167/tokenizer_config.json +56 -0
- run-8kti2kck/checkpoint-167/trainer_state.json +51 -0
- run-8kti2kck/checkpoint-167/training_args.bin +3 -0
- run-8kti2kck/checkpoint-167/vocab.txt +0 -0
- run-or32shh7/checkpoint-126/config.json +36 -0
- run-or32shh7/checkpoint-126/model.safetensors +3 -0
- run-or32shh7/checkpoint-126/optimizer.pt +3 -0
- run-or32shh7/checkpoint-126/rng_state.pth +3 -0
- run-or32shh7/checkpoint-126/scheduler.pt +3 -0
- run-or32shh7/checkpoint-126/special_tokens_map.json +7 -0
- run-or32shh7/checkpoint-126/tokenizer.json +0 -0
- run-or32shh7/checkpoint-126/tokenizer_config.json +56 -0
- run-or32shh7/checkpoint-126/trainer_state.json +69 -0
- run-or32shh7/checkpoint-126/training_args.bin +3 -0
- run-or32shh7/checkpoint-126/vocab.txt +0 -0
- run-or32shh7/checkpoint-84/config.json +36 -0
- run-or32shh7/checkpoint-84/model.safetensors +3 -0
- run-or32shh7/checkpoint-84/optimizer.pt +3 -0
- run-or32shh7/checkpoint-84/rng_state.pth +3 -0
- run-or32shh7/checkpoint-84/scheduler.pt +3 -0
- run-or32shh7/checkpoint-84/special_tokens_map.json +7 -0
- run-or32shh7/checkpoint-84/tokenizer.json +0 -0
- run-or32shh7/checkpoint-84/tokenizer_config.json +56 -0
- run-or32shh7/checkpoint-84/trainer_state.json +60 -0
- run-or32shh7/checkpoint-84/training_args.bin +3 -0
- run-or32shh7/checkpoint-84/vocab.txt +0 -0
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267838720
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a86fbbecb882b5952331b4110aad93078e87336e0a9a1900929fc354d175bcd3
|
| 3 |
size 267838720
|
run-8kti2kck/checkpoint-167/config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"activation": "gelu",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"DistilBertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0.1,
|
| 7 |
+
"dim": 768,
|
| 8 |
+
"dropout": 0.1,
|
| 9 |
+
"hidden_dim": 3072,
|
| 10 |
+
"id2label": {
|
| 11 |
+
"0": "Business",
|
| 12 |
+
"1": "Personal",
|
| 13 |
+
"2": "Government",
|
| 14 |
+
"3": "Others"
|
| 15 |
+
},
|
| 16 |
+
"initializer_range": 0.02,
|
| 17 |
+
"label2id": {
|
| 18 |
+
"Business": 0,
|
| 19 |
+
"Government": 2,
|
| 20 |
+
"Others": 3,
|
| 21 |
+
"Personal": 1
|
| 22 |
+
},
|
| 23 |
+
"max_position_embeddings": 512,
|
| 24 |
+
"model_type": "distilbert",
|
| 25 |
+
"n_heads": 12,
|
| 26 |
+
"n_layers": 6,
|
| 27 |
+
"pad_token_id": 0,
|
| 28 |
+
"problem_type": "single_label_classification",
|
| 29 |
+
"qa_dropout": 0.1,
|
| 30 |
+
"seq_classif_dropout": 0.2,
|
| 31 |
+
"sinusoidal_pos_embds": false,
|
| 32 |
+
"tie_weights_": true,
|
| 33 |
+
"torch_dtype": "float32",
|
| 34 |
+
"transformers_version": "4.51.3",
|
| 35 |
+
"vocab_size": 30522
|
| 36 |
+
}
|
run-8kti2kck/checkpoint-167/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a86fbbecb882b5952331b4110aad93078e87336e0a9a1900929fc354d175bcd3
|
| 3 |
+
size 267838720
|
run-8kti2kck/checkpoint-167/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef2d367a8f4955d0340f8d0b4e91ce7c1b5be7d59e004a14e4c7ab2fb5cfe2e7
|
| 3 |
+
size 535739578
|
run-8kti2kck/checkpoint-167/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d4d5da38f306a4e89a125a5bb5929e8edd5b93a7514f1d7d14b0bd93cb137da
|
| 3 |
+
size 14244
|
run-8kti2kck/checkpoint-167/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8b56e0e3dfd00cd3d70db77074773e0192647c9e3754fd09dc9a9440a534172
|
| 3 |
+
size 1064
|
run-8kti2kck/checkpoint-167/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 |
+
}
|
run-8kti2kck/checkpoint-167/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
run-8kti2kck/checkpoint-167/tokenizer_config.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": false,
|
| 45 |
+
"cls_token": "[CLS]",
|
| 46 |
+
"do_lower_case": true,
|
| 47 |
+
"extra_special_tokens": {},
|
| 48 |
+
"mask_token": "[MASK]",
|
| 49 |
+
"model_max_length": 512,
|
| 50 |
+
"pad_token": "[PAD]",
|
| 51 |
+
"sep_token": "[SEP]",
|
| 52 |
+
"strip_accents": null,
|
| 53 |
+
"tokenize_chinese_chars": true,
|
| 54 |
+
"tokenizer_class": "DistilBertTokenizer",
|
| 55 |
+
"unk_token": "[UNK]"
|
| 56 |
+
}
|
run-8kti2kck/checkpoint-167/trainer_state.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": 167,
|
| 3 |
+
"best_metric": 0.84,
|
| 4 |
+
"best_model_checkpoint": "website_prediction_model/run-8kti2kck/checkpoint-167",
|
| 5 |
+
"epoch": 1.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 167,
|
| 8 |
+
"is_hyper_param_search": true,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 1.0,
|
| 14 |
+
"eval_accuracy": 0.84,
|
| 15 |
+
"eval_loss": 0.5624379515647888,
|
| 16 |
+
"eval_runtime": 0.7709,
|
| 17 |
+
"eval_samples_per_second": 97.287,
|
| 18 |
+
"eval_steps_per_second": 6.486,
|
| 19 |
+
"step": 167
|
| 20 |
+
}
|
| 21 |
+
],
|
| 22 |
+
"logging_steps": 500,
|
| 23 |
+
"max_steps": 167,
|
| 24 |
+
"num_input_tokens_seen": 0,
|
| 25 |
+
"num_train_epochs": 1,
|
| 26 |
+
"save_steps": 500,
|
| 27 |
+
"stateful_callbacks": {
|
| 28 |
+
"TrainerControl": {
|
| 29 |
+
"args": {
|
| 30 |
+
"should_epoch_stop": false,
|
| 31 |
+
"should_evaluate": false,
|
| 32 |
+
"should_log": false,
|
| 33 |
+
"should_save": true,
|
| 34 |
+
"should_training_stop": true
|
| 35 |
+
},
|
| 36 |
+
"attributes": {}
|
| 37 |
+
}
|
| 38 |
+
},
|
| 39 |
+
"total_flos": 0,
|
| 40 |
+
"train_batch_size": 4,
|
| 41 |
+
"trial_name": null,
|
| 42 |
+
"trial_params": {
|
| 43 |
+
"_wandb": {},
|
| 44 |
+
"assignments": {},
|
| 45 |
+
"learning_rate": 1.733645257753866e-05,
|
| 46 |
+
"metric": "eval/loss",
|
| 47 |
+
"num_train_epochs": 1,
|
| 48 |
+
"per_device_train_batch_size": 4,
|
| 49 |
+
"seed": 34
|
| 50 |
+
}
|
| 51 |
+
}
|
run-8kti2kck/checkpoint-167/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6738af2613bb341fd7b491ad146bdcab9effecae27529029990e7db38db2884
|
| 3 |
+
size 5304
|
run-8kti2kck/checkpoint-167/vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
run-or32shh7/checkpoint-126/config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"activation": "gelu",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"DistilBertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0.1,
|
| 7 |
+
"dim": 768,
|
| 8 |
+
"dropout": 0.1,
|
| 9 |
+
"hidden_dim": 3072,
|
| 10 |
+
"id2label": {
|
| 11 |
+
"0": "Business",
|
| 12 |
+
"1": "Personal",
|
| 13 |
+
"2": "Government",
|
| 14 |
+
"3": "Others"
|
| 15 |
+
},
|
| 16 |
+
"initializer_range": 0.02,
|
| 17 |
+
"label2id": {
|
| 18 |
+
"Business": 0,
|
| 19 |
+
"Government": 2,
|
| 20 |
+
"Others": 3,
|
| 21 |
+
"Personal": 1
|
| 22 |
+
},
|
| 23 |
+
"max_position_embeddings": 512,
|
| 24 |
+
"model_type": "distilbert",
|
| 25 |
+
"n_heads": 12,
|
| 26 |
+
"n_layers": 6,
|
| 27 |
+
"pad_token_id": 0,
|
| 28 |
+
"problem_type": "single_label_classification",
|
| 29 |
+
"qa_dropout": 0.1,
|
| 30 |
+
"seq_classif_dropout": 0.2,
|
| 31 |
+
"sinusoidal_pos_embds": false,
|
| 32 |
+
"tie_weights_": true,
|
| 33 |
+
"torch_dtype": "float32",
|
| 34 |
+
"transformers_version": "4.51.3",
|
| 35 |
+
"vocab_size": 30522
|
| 36 |
+
}
|
run-or32shh7/checkpoint-126/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7aac64edfeb3cd9e712efce299b25749aeadcdcaf06358038f6f6cdad551f9ac
|
| 3 |
+
size 267838720
|
run-or32shh7/checkpoint-126/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b667117afdb55b1a3be130762c4f2ead483f11f3e1c184bc1e8931253a5e4671
|
| 3 |
+
size 535739578
|
run-or32shh7/checkpoint-126/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c3ffef780c9bf889627a3ae03bb3942d4a436c53120cba8333790ecda965e70
|
| 3 |
+
size 14244
|
run-or32shh7/checkpoint-126/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:002d9f0b0aa2ec46a1fc8a8bae8909ebf6be9f8e738354f685c3679463f48c6f
|
| 3 |
+
size 1064
|
run-or32shh7/checkpoint-126/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 |
+
}
|
run-or32shh7/checkpoint-126/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
run-or32shh7/checkpoint-126/tokenizer_config.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": false,
|
| 45 |
+
"cls_token": "[CLS]",
|
| 46 |
+
"do_lower_case": true,
|
| 47 |
+
"extra_special_tokens": {},
|
| 48 |
+
"mask_token": "[MASK]",
|
| 49 |
+
"model_max_length": 512,
|
| 50 |
+
"pad_token": "[PAD]",
|
| 51 |
+
"sep_token": "[SEP]",
|
| 52 |
+
"strip_accents": null,
|
| 53 |
+
"tokenize_chinese_chars": true,
|
| 54 |
+
"tokenizer_class": "DistilBertTokenizer",
|
| 55 |
+
"unk_token": "[UNK]"
|
| 56 |
+
}
|
run-or32shh7/checkpoint-126/trainer_state.json
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": 126,
|
| 3 |
+
"best_metric": 0.6266666666666667,
|
| 4 |
+
"best_model_checkpoint": "website_prediction_model/run-or32shh7/checkpoint-126",
|
| 5 |
+
"epoch": 3.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 126,
|
| 8 |
+
"is_hyper_param_search": true,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 1.0,
|
| 14 |
+
"eval_accuracy": 0.22666666666666666,
|
| 15 |
+
"eval_loss": 1.3785871267318726,
|
| 16 |
+
"eval_runtime": 0.7713,
|
| 17 |
+
"eval_samples_per_second": 97.232,
|
| 18 |
+
"eval_steps_per_second": 6.482,
|
| 19 |
+
"step": 42
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"epoch": 2.0,
|
| 23 |
+
"eval_accuracy": 0.4666666666666667,
|
| 24 |
+
"eval_loss": 1.3057670593261719,
|
| 25 |
+
"eval_runtime": 0.7732,
|
| 26 |
+
"eval_samples_per_second": 97.002,
|
| 27 |
+
"eval_steps_per_second": 6.467,
|
| 28 |
+
"step": 84
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"epoch": 3.0,
|
| 32 |
+
"eval_accuracy": 0.6266666666666667,
|
| 33 |
+
"eval_loss": 1.2779515981674194,
|
| 34 |
+
"eval_runtime": 0.7807,
|
| 35 |
+
"eval_samples_per_second": 96.072,
|
| 36 |
+
"eval_steps_per_second": 6.405,
|
| 37 |
+
"step": 126
|
| 38 |
+
}
|
| 39 |
+
],
|
| 40 |
+
"logging_steps": 500,
|
| 41 |
+
"max_steps": 126,
|
| 42 |
+
"num_input_tokens_seen": 0,
|
| 43 |
+
"num_train_epochs": 3,
|
| 44 |
+
"save_steps": 500,
|
| 45 |
+
"stateful_callbacks": {
|
| 46 |
+
"TrainerControl": {
|
| 47 |
+
"args": {
|
| 48 |
+
"should_epoch_stop": false,
|
| 49 |
+
"should_evaluate": false,
|
| 50 |
+
"should_log": false,
|
| 51 |
+
"should_save": true,
|
| 52 |
+
"should_training_stop": true
|
| 53 |
+
},
|
| 54 |
+
"attributes": {}
|
| 55 |
+
}
|
| 56 |
+
},
|
| 57 |
+
"total_flos": 0,
|
| 58 |
+
"train_batch_size": 16,
|
| 59 |
+
"trial_name": null,
|
| 60 |
+
"trial_params": {
|
| 61 |
+
"_wandb": {},
|
| 62 |
+
"assignments": {},
|
| 63 |
+
"learning_rate": 3.587550251628584e-06,
|
| 64 |
+
"metric": "eval/loss",
|
| 65 |
+
"num_train_epochs": 3,
|
| 66 |
+
"per_device_train_batch_size": 16,
|
| 67 |
+
"seed": 7
|
| 68 |
+
}
|
| 69 |
+
}
|
run-or32shh7/checkpoint-126/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:886a4d2b0b87834afe0b6aa3b13af6fc8f104e77bac2d15a21daa7042988e85e
|
| 3 |
+
size 5304
|
run-or32shh7/checkpoint-126/vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
run-or32shh7/checkpoint-84/config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"activation": "gelu",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"DistilBertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0.1,
|
| 7 |
+
"dim": 768,
|
| 8 |
+
"dropout": 0.1,
|
| 9 |
+
"hidden_dim": 3072,
|
| 10 |
+
"id2label": {
|
| 11 |
+
"0": "Business",
|
| 12 |
+
"1": "Personal",
|
| 13 |
+
"2": "Government",
|
| 14 |
+
"3": "Others"
|
| 15 |
+
},
|
| 16 |
+
"initializer_range": 0.02,
|
| 17 |
+
"label2id": {
|
| 18 |
+
"Business": 0,
|
| 19 |
+
"Government": 2,
|
| 20 |
+
"Others": 3,
|
| 21 |
+
"Personal": 1
|
| 22 |
+
},
|
| 23 |
+
"max_position_embeddings": 512,
|
| 24 |
+
"model_type": "distilbert",
|
| 25 |
+
"n_heads": 12,
|
| 26 |
+
"n_layers": 6,
|
| 27 |
+
"pad_token_id": 0,
|
| 28 |
+
"problem_type": "single_label_classification",
|
| 29 |
+
"qa_dropout": 0.1,
|
| 30 |
+
"seq_classif_dropout": 0.2,
|
| 31 |
+
"sinusoidal_pos_embds": false,
|
| 32 |
+
"tie_weights_": true,
|
| 33 |
+
"torch_dtype": "float32",
|
| 34 |
+
"transformers_version": "4.51.3",
|
| 35 |
+
"vocab_size": 30522
|
| 36 |
+
}
|
run-or32shh7/checkpoint-84/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dda11eabb180117d9f46f6f921cf004877dbfe595932ba5e21a55b4464c613aa
|
| 3 |
+
size 267838720
|
run-or32shh7/checkpoint-84/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcc8c67a4ee975bc95b7b33397b4e87fa06bd3c28557b29b2618d67c9361b18a
|
| 3 |
+
size 535739578
|
run-or32shh7/checkpoint-84/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d84991375a254a8f29cc61ebcdf71dca782e02e582aee7f97071f8da6618d9b3
|
| 3 |
+
size 14244
|
run-or32shh7/checkpoint-84/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa6b8ffb6c9efd134a22ec82291aa5b73ccb3905af69dc37efff5e1fec063f81
|
| 3 |
+
size 1064
|
run-or32shh7/checkpoint-84/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 |
+
}
|
run-or32shh7/checkpoint-84/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
run-or32shh7/checkpoint-84/tokenizer_config.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": false,
|
| 45 |
+
"cls_token": "[CLS]",
|
| 46 |
+
"do_lower_case": true,
|
| 47 |
+
"extra_special_tokens": {},
|
| 48 |
+
"mask_token": "[MASK]",
|
| 49 |
+
"model_max_length": 512,
|
| 50 |
+
"pad_token": "[PAD]",
|
| 51 |
+
"sep_token": "[SEP]",
|
| 52 |
+
"strip_accents": null,
|
| 53 |
+
"tokenize_chinese_chars": true,
|
| 54 |
+
"tokenizer_class": "DistilBertTokenizer",
|
| 55 |
+
"unk_token": "[UNK]"
|
| 56 |
+
}
|
run-or32shh7/checkpoint-84/trainer_state.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": 84,
|
| 3 |
+
"best_metric": 0.4666666666666667,
|
| 4 |
+
"best_model_checkpoint": "website_prediction_model/run-or32shh7/checkpoint-84",
|
| 5 |
+
"epoch": 2.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 84,
|
| 8 |
+
"is_hyper_param_search": true,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 1.0,
|
| 14 |
+
"eval_accuracy": 0.22666666666666666,
|
| 15 |
+
"eval_loss": 1.3785871267318726,
|
| 16 |
+
"eval_runtime": 0.7713,
|
| 17 |
+
"eval_samples_per_second": 97.232,
|
| 18 |
+
"eval_steps_per_second": 6.482,
|
| 19 |
+
"step": 42
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"epoch": 2.0,
|
| 23 |
+
"eval_accuracy": 0.4666666666666667,
|
| 24 |
+
"eval_loss": 1.3057670593261719,
|
| 25 |
+
"eval_runtime": 0.7732,
|
| 26 |
+
"eval_samples_per_second": 97.002,
|
| 27 |
+
"eval_steps_per_second": 6.467,
|
| 28 |
+
"step": 84
|
| 29 |
+
}
|
| 30 |
+
],
|
| 31 |
+
"logging_steps": 500,
|
| 32 |
+
"max_steps": 126,
|
| 33 |
+
"num_input_tokens_seen": 0,
|
| 34 |
+
"num_train_epochs": 3,
|
| 35 |
+
"save_steps": 500,
|
| 36 |
+
"stateful_callbacks": {
|
| 37 |
+
"TrainerControl": {
|
| 38 |
+
"args": {
|
| 39 |
+
"should_epoch_stop": false,
|
| 40 |
+
"should_evaluate": false,
|
| 41 |
+
"should_log": false,
|
| 42 |
+
"should_save": true,
|
| 43 |
+
"should_training_stop": false
|
| 44 |
+
},
|
| 45 |
+
"attributes": {}
|
| 46 |
+
}
|
| 47 |
+
},
|
| 48 |
+
"total_flos": 0,
|
| 49 |
+
"train_batch_size": 16,
|
| 50 |
+
"trial_name": null,
|
| 51 |
+
"trial_params": {
|
| 52 |
+
"_wandb": {},
|
| 53 |
+
"assignments": {},
|
| 54 |
+
"learning_rate": 3.587550251628584e-06,
|
| 55 |
+
"metric": "eval/loss",
|
| 56 |
+
"num_train_epochs": 3,
|
| 57 |
+
"per_device_train_batch_size": 16,
|
| 58 |
+
"seed": 7
|
| 59 |
+
}
|
| 60 |
+
}
|
run-or32shh7/checkpoint-84/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:886a4d2b0b87834afe0b6aa3b13af6fc8f104e77bac2d15a21daa7042988e85e
|
| 3 |
+
size 5304
|
run-or32shh7/checkpoint-84/vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6738af2613bb341fd7b491ad146bdcab9effecae27529029990e7db38db2884
|
| 3 |
size 5304
|