Draoi
commited on
Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- run-0/checkpoint-3356/optimizer.pt +1 -1
- run-0/checkpoint-3356/rng_state.pth +1 -1
- run-1/checkpoint-839/config.json +58 -0
- run-1/checkpoint-839/model.safetensors +3 -0
- run-1/checkpoint-839/optimizer.pt +3 -0
- run-1/checkpoint-839/rng_state.pth +3 -0
- run-1/checkpoint-839/scheduler.pt +3 -0
- run-1/checkpoint-839/trainer_state.json +61 -0
- run-1/checkpoint-839/training_args.bin +3 -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 598442860
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cf7e57d5a33893268f0cdbc4d569f96a89141181281c3bdeddb01634821a3f7
|
| 3 |
size 598442860
|
run-0/checkpoint-3356/optimizer.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1196975482
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:abe8c525a960a2871207d264ad145dc47b355e5097a9a032e3fb92dd2e2474c1
|
| 3 |
size 1196975482
|
run-0/checkpoint-3356/rng_state.pth
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14244
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e73e59b6e5b9056ac0e8920fff852bc272c5c86a3b059cb9c4d16269570f8731
|
| 3 |
size 14244
|
run-1/checkpoint-839/config.json
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "answerdotai/ModernBERT-base",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"ModernBertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"bos_token_id": 50281,
|
| 9 |
+
"classifier_activation": "gelu",
|
| 10 |
+
"classifier_bias": false,
|
| 11 |
+
"classifier_dropout": 0.0,
|
| 12 |
+
"classifier_pooling": "mean",
|
| 13 |
+
"cls_token_id": 50281,
|
| 14 |
+
"decoder_bias": true,
|
| 15 |
+
"deterministic_flash_attn": false,
|
| 16 |
+
"embedding_dropout": 0.0,
|
| 17 |
+
"eos_token_id": 50282,
|
| 18 |
+
"global_attn_every_n_layers": 3,
|
| 19 |
+
"global_rope_theta": 160000.0,
|
| 20 |
+
"gradient_checkpointing": false,
|
| 21 |
+
"hidden_activation": "gelu",
|
| 22 |
+
"hidden_size": 768,
|
| 23 |
+
"id2label": {
|
| 24 |
+
"0": "negative",
|
| 25 |
+
"1": "neutral",
|
| 26 |
+
"2": "positive"
|
| 27 |
+
},
|
| 28 |
+
"initializer_cutoff_factor": 2.0,
|
| 29 |
+
"initializer_range": 0.02,
|
| 30 |
+
"intermediate_size": 1152,
|
| 31 |
+
"label2id": {
|
| 32 |
+
"negative": 0,
|
| 33 |
+
"neutral": 1,
|
| 34 |
+
"positive": 2
|
| 35 |
+
},
|
| 36 |
+
"layer_norm_eps": 1e-05,
|
| 37 |
+
"local_attention": 128,
|
| 38 |
+
"local_rope_theta": 10000.0,
|
| 39 |
+
"max_position_embeddings": 8192,
|
| 40 |
+
"mlp_bias": false,
|
| 41 |
+
"mlp_dropout": 0.0,
|
| 42 |
+
"model_type": "modernbert",
|
| 43 |
+
"norm_bias": false,
|
| 44 |
+
"norm_eps": 1e-05,
|
| 45 |
+
"num_attention_heads": 12,
|
| 46 |
+
"num_hidden_layers": 22,
|
| 47 |
+
"pad_token_id": 50283,
|
| 48 |
+
"position_embedding_type": "absolute",
|
| 49 |
+
"problem_type": "single_label_classification",
|
| 50 |
+
"reference_compile": false,
|
| 51 |
+
"repad_logits_with_grad": false,
|
| 52 |
+
"sep_token_id": 50282,
|
| 53 |
+
"sparse_pred_ignore_index": -100,
|
| 54 |
+
"sparse_prediction": false,
|
| 55 |
+
"torch_dtype": "float32",
|
| 56 |
+
"transformers_version": "4.49.0.dev0",
|
| 57 |
+
"vocab_size": 50368
|
| 58 |
+
}
|
run-1/checkpoint-839/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cf7e57d5a33893268f0cdbc4d569f96a89141181281c3bdeddb01634821a3f7
|
| 3 |
+
size 598442860
|
run-1/checkpoint-839/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f35dcab966b5282a94daf554bfb8ac889c5af645a8b92c75a900147fec04df02
|
| 3 |
+
size 1196975482
|
run-1/checkpoint-839/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8bd53d0fd3ae53de76f4ce4413bda2fac7f45845191ef3f62010be4991b2ff9
|
| 3 |
+
size 14244
|
run-1/checkpoint-839/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77a52e8678884a6e948c39bf08155314406feafee2e504127a1b1ac12b8b9b84
|
| 3 |
+
size 1064
|
run-1/checkpoint-839/trainer_state.json
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": 0.4791373908519745,
|
| 3 |
+
"best_model_checkpoint": "modernbert-financial-sentiment/run-1/checkpoint-839",
|
| 4 |
+
"epoch": 1.0,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 839,
|
| 7 |
+
"is_hyper_param_search": true,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 0.5959475566150179,
|
| 13 |
+
"grad_norm": 3.4977939128875732,
|
| 14 |
+
"learning_rate": 0.00023796275402835382,
|
| 15 |
+
"loss": 0.6709,
|
| 16 |
+
"step": 500
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 1.0,
|
| 20 |
+
"eval_accuracy": 0.833134684147795,
|
| 21 |
+
"eval_f1": 0.8303703737833891,
|
| 22 |
+
"eval_loss": 0.4791373908519745,
|
| 23 |
+
"eval_precision": 0.8296883223434215,
|
| 24 |
+
"eval_recall": 0.833134684147795,
|
| 25 |
+
"eval_runtime": 18.2507,
|
| 26 |
+
"eval_samples_per_second": 91.942,
|
| 27 |
+
"eval_steps_per_second": 11.506,
|
| 28 |
+
"step": 839
|
| 29 |
+
}
|
| 30 |
+
],
|
| 31 |
+
"logging_steps": 500,
|
| 32 |
+
"max_steps": 1678,
|
| 33 |
+
"num_input_tokens_seen": 0,
|
| 34 |
+
"num_train_epochs": 2,
|
| 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": 681520416768000.0,
|
| 49 |
+
"train_batch_size": 16,
|
| 50 |
+
"trial_name": null,
|
| 51 |
+
"trial_params": {
|
| 52 |
+
"adam_epsilon": 1.658518398119787e-08,
|
| 53 |
+
"dropout": 0.0017330050952681364,
|
| 54 |
+
"learning_rate": 0.0002935143307327658,
|
| 55 |
+
"lr_scheduler_type": "linear",
|
| 56 |
+
"num_train_epochs": 2,
|
| 57 |
+
"per_device_train_batch_size": 16,
|
| 58 |
+
"warmup_ratio": 0.13352557567852008,
|
| 59 |
+
"weight_decay": 0.09108802122030084
|
| 60 |
+
}
|
| 61 |
+
}
|
run-1/checkpoint-839/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04cf6cefe1f017323156a5a30caf80658f8089fb6b585684f5ac1ae40be4a5c5
|
| 3 |
+
size 5432
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04cf6cefe1f017323156a5a30caf80658f8089fb6b585684f5ac1ae40be4a5c5
|
| 3 |
size 5432
|