first test
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +1 -0
- opensim_model/checkpoint-1000/config.json +33 -0
- opensim_model/checkpoint-1000/model.safetensors +3 -0
- opensim_model/checkpoint-1000/optimizer.pt +3 -0
- opensim_model/checkpoint-1000/rng_state.pth +3 -0
- opensim_model/checkpoint-1000/scheduler.pt +3 -0
- opensim_model/checkpoint-1000/trainer_state.json +55 -0
- opensim_model/checkpoint-1000/training_args.bin +3 -0
- opensim_model/checkpoint-1500/config.json +33 -0
- opensim_model/checkpoint-1500/model.safetensors +3 -0
- opensim_model/checkpoint-1500/optimizer.pt +3 -0
- opensim_model/checkpoint-1500/rng_state.pth +3 -0
- opensim_model/checkpoint-1500/scheduler.pt +3 -0
- opensim_model/checkpoint-1500/trainer_state.json +62 -0
- opensim_model/checkpoint-1500/training_args.bin +3 -0
- opensim_model/checkpoint-2000/config.json +33 -0
- opensim_model/checkpoint-2000/model.safetensors +3 -0
- opensim_model/checkpoint-2000/optimizer.pt +3 -0
- opensim_model/checkpoint-2000/rng_state.pth +3 -0
- opensim_model/checkpoint-2000/scheduler.pt +3 -0
- opensim_model/checkpoint-2000/trainer_state.json +77 -0
- opensim_model/checkpoint-2000/training_args.bin +3 -0
- opensim_model/checkpoint-2500/config.json +33 -0
- opensim_model/checkpoint-2500/model.safetensors +3 -0
- opensim_model/checkpoint-2500/optimizer.pt +3 -0
- opensim_model/checkpoint-2500/rng_state.pth +3 -0
- opensim_model/checkpoint-2500/scheduler.pt +3 -0
- opensim_model/checkpoint-2500/trainer_state.json +84 -0
- opensim_model/checkpoint-2500/training_args.bin +3 -0
- opensim_model/checkpoint-2952/config.json +33 -0
- opensim_model/checkpoint-2952/model.safetensors +3 -0
- opensim_model/checkpoint-2952/optimizer.pt +3 -0
- opensim_model/checkpoint-2952/rng_state.pth +3 -0
- opensim_model/checkpoint-2952/scheduler.pt +3 -0
- opensim_model/checkpoint-2952/trainer_state.json +84 -0
- opensim_model/checkpoint-2952/training_args.bin +3 -0
- opensim_model/checkpoint-500/config.json +33 -0
- opensim_model/checkpoint-500/model.safetensors +3 -0
- opensim_model/checkpoint-500/optimizer.pt +3 -0
- opensim_model/checkpoint-500/rng_state.pth +3 -0
- opensim_model/checkpoint-500/scheduler.pt +3 -0
- opensim_model/checkpoint-500/trainer_state.json +40 -0
- opensim_model/checkpoint-500/training_args.bin +3 -0
- opensim_model/config.json +31 -0
- opensim_model/model.safetensors +3 -0
- opensim_model/opensim.db +3 -0
- opensim_model/runs/Jul03_10-53-38_MHPC/events.out.tfevents.1719996818.MHPC.7156.0 +3 -0
- opensim_model/special_tokens_map.json +7 -0
- opensim_model/tf_model.h5 +3 -0
- opensim_model/tokenizer.json +0 -0
.gitattributes
CHANGED
|
@@ -53,3 +53,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
opensim_model/opensim.db filter=lfs diff=lfs merge=lfs -text
|
opensim_model/checkpoint-1000/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "bert-base-uncased",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"gradient_checkpointing": false,
|
| 9 |
+
"hidden_act": "gelu",
|
| 10 |
+
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 768,
|
| 12 |
+
"id2label": {
|
| 13 |
+
"0": "LABEL_0"
|
| 14 |
+
},
|
| 15 |
+
"initializer_range": 0.02,
|
| 16 |
+
"intermediate_size": 3072,
|
| 17 |
+
"label2id": {
|
| 18 |
+
"LABEL_0": 0
|
| 19 |
+
},
|
| 20 |
+
"layer_norm_eps": 1e-12,
|
| 21 |
+
"max_position_embeddings": 512,
|
| 22 |
+
"model_type": "bert",
|
| 23 |
+
"num_attention_heads": 12,
|
| 24 |
+
"num_hidden_layers": 12,
|
| 25 |
+
"pad_token_id": 0,
|
| 26 |
+
"position_embedding_type": "absolute",
|
| 27 |
+
"problem_type": "regression",
|
| 28 |
+
"torch_dtype": "float32",
|
| 29 |
+
"transformers_version": "4.42.3",
|
| 30 |
+
"type_vocab_size": 2,
|
| 31 |
+
"use_cache": true,
|
| 32 |
+
"vocab_size": 30522
|
| 33 |
+
}
|
opensim_model/checkpoint-1000/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b21f127e43e99ab1da9284412c75a290bfbd9d5ba27050ae944a09530702e936
|
| 3 |
+
size 437955572
|
opensim_model/checkpoint-1000/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7dd358b8d50d1e62cae12bcdd465f47d12d13cef7bf79335524077b0b120fcc4
|
| 3 |
+
size 876032250
|
opensim_model/checkpoint-1000/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1636f6fae891de39920bd850f1439224558c074e489ed5fc0d7294c9eb00c46e
|
| 3 |
+
size 14244
|
opensim_model/checkpoint-1000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4b4c4010c3ec9faaf7cee64b5cd8f4b1f1c3b91cc1f9e7beae16269904ec752
|
| 3 |
+
size 1064
|
opensim_model/checkpoint-1000/trainer_state.json
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 1.016260162601626,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 1000,
|
| 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.508130081300813,
|
| 13 |
+
"grad_norm": 0.1725805401802063,
|
| 14 |
+
"learning_rate": 4.153116531165312e-05,
|
| 15 |
+
"loss": 0.0018,
|
| 16 |
+
"step": 500
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 1.0,
|
| 20 |
+
"eval_loss": 4.553219332592562e-05,
|
| 21 |
+
"eval_runtime": 42.0455,
|
| 22 |
+
"eval_samples_per_second": 46.806,
|
| 23 |
+
"eval_steps_per_second": 5.851,
|
| 24 |
+
"step": 984
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 1.016260162601626,
|
| 28 |
+
"grad_norm": 0.14906276762485504,
|
| 29 |
+
"learning_rate": 3.3062330623306235e-05,
|
| 30 |
+
"loss": 0.0006,
|
| 31 |
+
"step": 1000
|
| 32 |
+
}
|
| 33 |
+
],
|
| 34 |
+
"logging_steps": 500,
|
| 35 |
+
"max_steps": 2952,
|
| 36 |
+
"num_input_tokens_seen": 0,
|
| 37 |
+
"num_train_epochs": 3,
|
| 38 |
+
"save_steps": 500,
|
| 39 |
+
"stateful_callbacks": {
|
| 40 |
+
"TrainerControl": {
|
| 41 |
+
"args": {
|
| 42 |
+
"should_epoch_stop": false,
|
| 43 |
+
"should_evaluate": false,
|
| 44 |
+
"should_log": false,
|
| 45 |
+
"should_save": true,
|
| 46 |
+
"should_training_stop": false
|
| 47 |
+
},
|
| 48 |
+
"attributes": {}
|
| 49 |
+
}
|
| 50 |
+
},
|
| 51 |
+
"total_flos": 2104080217857024.0,
|
| 52 |
+
"train_batch_size": 8,
|
| 53 |
+
"trial_name": null,
|
| 54 |
+
"trial_params": null
|
| 55 |
+
}
|
opensim_model/checkpoint-1000/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:374aa2566c5d8e56ea37cdb425375b65f86d9268a0c1946e0b398a08075c0545
|
| 3 |
+
size 5112
|
opensim_model/checkpoint-1500/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "bert-base-uncased",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"gradient_checkpointing": false,
|
| 9 |
+
"hidden_act": "gelu",
|
| 10 |
+
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 768,
|
| 12 |
+
"id2label": {
|
| 13 |
+
"0": "LABEL_0"
|
| 14 |
+
},
|
| 15 |
+
"initializer_range": 0.02,
|
| 16 |
+
"intermediate_size": 3072,
|
| 17 |
+
"label2id": {
|
| 18 |
+
"LABEL_0": 0
|
| 19 |
+
},
|
| 20 |
+
"layer_norm_eps": 1e-12,
|
| 21 |
+
"max_position_embeddings": 512,
|
| 22 |
+
"model_type": "bert",
|
| 23 |
+
"num_attention_heads": 12,
|
| 24 |
+
"num_hidden_layers": 12,
|
| 25 |
+
"pad_token_id": 0,
|
| 26 |
+
"position_embedding_type": "absolute",
|
| 27 |
+
"problem_type": "regression",
|
| 28 |
+
"torch_dtype": "float32",
|
| 29 |
+
"transformers_version": "4.42.3",
|
| 30 |
+
"type_vocab_size": 2,
|
| 31 |
+
"use_cache": true,
|
| 32 |
+
"vocab_size": 30522
|
| 33 |
+
}
|
opensim_model/checkpoint-1500/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd872496466dfe70424ccb0440bf3c18ac0b396021babea9d07d61d7918f4259
|
| 3 |
+
size 437955572
|
opensim_model/checkpoint-1500/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:958e88557eecae7a2f96c269d17e2635c888ef37942015486b4c04c0b81c20eb
|
| 3 |
+
size 876032250
|
opensim_model/checkpoint-1500/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d15caee5c39094e48fe139a783afd5619b276c0784fac839c9b18c0bb3ba14a
|
| 3 |
+
size 14244
|
opensim_model/checkpoint-1500/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15d30e3f62cf07c98930839cff3b989e4e3ef6676d3bd86d00d27f5cd3fddeab
|
| 3 |
+
size 1064
|
opensim_model/checkpoint-1500/trainer_state.json
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 1.524390243902439,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 1500,
|
| 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.508130081300813,
|
| 13 |
+
"grad_norm": 0.1725805401802063,
|
| 14 |
+
"learning_rate": 4.153116531165312e-05,
|
| 15 |
+
"loss": 0.0018,
|
| 16 |
+
"step": 500
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 1.0,
|
| 20 |
+
"eval_loss": 4.553219332592562e-05,
|
| 21 |
+
"eval_runtime": 42.0455,
|
| 22 |
+
"eval_samples_per_second": 46.806,
|
| 23 |
+
"eval_steps_per_second": 5.851,
|
| 24 |
+
"step": 984
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 1.016260162601626,
|
| 28 |
+
"grad_norm": 0.14906276762485504,
|
| 29 |
+
"learning_rate": 3.3062330623306235e-05,
|
| 30 |
+
"loss": 0.0006,
|
| 31 |
+
"step": 1000
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 1.524390243902439,
|
| 35 |
+
"grad_norm": 0.0859244093298912,
|
| 36 |
+
"learning_rate": 2.4593495934959352e-05,
|
| 37 |
+
"loss": 0.0004,
|
| 38 |
+
"step": 1500
|
| 39 |
+
}
|
| 40 |
+
],
|
| 41 |
+
"logging_steps": 500,
|
| 42 |
+
"max_steps": 2952,
|
| 43 |
+
"num_input_tokens_seen": 0,
|
| 44 |
+
"num_train_epochs": 3,
|
| 45 |
+
"save_steps": 500,
|
| 46 |
+
"stateful_callbacks": {
|
| 47 |
+
"TrainerControl": {
|
| 48 |
+
"args": {
|
| 49 |
+
"should_epoch_stop": false,
|
| 50 |
+
"should_evaluate": false,
|
| 51 |
+
"should_log": false,
|
| 52 |
+
"should_save": true,
|
| 53 |
+
"should_training_stop": false
|
| 54 |
+
},
|
| 55 |
+
"attributes": {}
|
| 56 |
+
}
|
| 57 |
+
},
|
| 58 |
+
"total_flos": 3156514989825024.0,
|
| 59 |
+
"train_batch_size": 8,
|
| 60 |
+
"trial_name": null,
|
| 61 |
+
"trial_params": null
|
| 62 |
+
}
|
opensim_model/checkpoint-1500/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:374aa2566c5d8e56ea37cdb425375b65f86d9268a0c1946e0b398a08075c0545
|
| 3 |
+
size 5112
|
opensim_model/checkpoint-2000/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "bert-base-uncased",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"gradient_checkpointing": false,
|
| 9 |
+
"hidden_act": "gelu",
|
| 10 |
+
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 768,
|
| 12 |
+
"id2label": {
|
| 13 |
+
"0": "LABEL_0"
|
| 14 |
+
},
|
| 15 |
+
"initializer_range": 0.02,
|
| 16 |
+
"intermediate_size": 3072,
|
| 17 |
+
"label2id": {
|
| 18 |
+
"LABEL_0": 0
|
| 19 |
+
},
|
| 20 |
+
"layer_norm_eps": 1e-12,
|
| 21 |
+
"max_position_embeddings": 512,
|
| 22 |
+
"model_type": "bert",
|
| 23 |
+
"num_attention_heads": 12,
|
| 24 |
+
"num_hidden_layers": 12,
|
| 25 |
+
"pad_token_id": 0,
|
| 26 |
+
"position_embedding_type": "absolute",
|
| 27 |
+
"problem_type": "regression",
|
| 28 |
+
"torch_dtype": "float32",
|
| 29 |
+
"transformers_version": "4.42.3",
|
| 30 |
+
"type_vocab_size": 2,
|
| 31 |
+
"use_cache": true,
|
| 32 |
+
"vocab_size": 30522
|
| 33 |
+
}
|
opensim_model/checkpoint-2000/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dab43f3e3e6fd6e21536b9c800d2b66a3c1f3d7d4aa432a173eb3f4daf091755
|
| 3 |
+
size 437955572
|
opensim_model/checkpoint-2000/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:012a5ef4d425cfacdc8485ace6f72558e04e79268a931cdf56eaca70509c2344
|
| 3 |
+
size 876032250
|
opensim_model/checkpoint-2000/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a5b6769cc4ec786c6ffda981e6c6d4c017495a470224fe0d45e8913670df880
|
| 3 |
+
size 14244
|
opensim_model/checkpoint-2000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54a0044b9f8eee875adf5d0f0069106610ef6e79e3532c814067a4ec8ea86025
|
| 3 |
+
size 1064
|
opensim_model/checkpoint-2000/trainer_state.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 2.032520325203252,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 2000,
|
| 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.508130081300813,
|
| 13 |
+
"grad_norm": 0.1725805401802063,
|
| 14 |
+
"learning_rate": 4.153116531165312e-05,
|
| 15 |
+
"loss": 0.0018,
|
| 16 |
+
"step": 500
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 1.0,
|
| 20 |
+
"eval_loss": 4.553219332592562e-05,
|
| 21 |
+
"eval_runtime": 42.0455,
|
| 22 |
+
"eval_samples_per_second": 46.806,
|
| 23 |
+
"eval_steps_per_second": 5.851,
|
| 24 |
+
"step": 984
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 1.016260162601626,
|
| 28 |
+
"grad_norm": 0.14906276762485504,
|
| 29 |
+
"learning_rate": 3.3062330623306235e-05,
|
| 30 |
+
"loss": 0.0006,
|
| 31 |
+
"step": 1000
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 1.524390243902439,
|
| 35 |
+
"grad_norm": 0.0859244093298912,
|
| 36 |
+
"learning_rate": 2.4593495934959352e-05,
|
| 37 |
+
"loss": 0.0004,
|
| 38 |
+
"step": 1500
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 2.0,
|
| 42 |
+
"eval_loss": 3.518270023050718e-05,
|
| 43 |
+
"eval_runtime": 42.0409,
|
| 44 |
+
"eval_samples_per_second": 46.812,
|
| 45 |
+
"eval_steps_per_second": 5.851,
|
| 46 |
+
"step": 1968
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"epoch": 2.032520325203252,
|
| 50 |
+
"grad_norm": 0.058815620839595795,
|
| 51 |
+
"learning_rate": 1.6124661246612465e-05,
|
| 52 |
+
"loss": 0.0002,
|
| 53 |
+
"step": 2000
|
| 54 |
+
}
|
| 55 |
+
],
|
| 56 |
+
"logging_steps": 500,
|
| 57 |
+
"max_steps": 2952,
|
| 58 |
+
"num_input_tokens_seen": 0,
|
| 59 |
+
"num_train_epochs": 3,
|
| 60 |
+
"save_steps": 500,
|
| 61 |
+
"stateful_callbacks": {
|
| 62 |
+
"TrainerControl": {
|
| 63 |
+
"args": {
|
| 64 |
+
"should_epoch_stop": false,
|
| 65 |
+
"should_evaluate": false,
|
| 66 |
+
"should_log": false,
|
| 67 |
+
"should_save": true,
|
| 68 |
+
"should_training_stop": false
|
| 69 |
+
},
|
| 70 |
+
"attributes": {}
|
| 71 |
+
}
|
| 72 |
+
},
|
| 73 |
+
"total_flos": 4208160435714048.0,
|
| 74 |
+
"train_batch_size": 8,
|
| 75 |
+
"trial_name": null,
|
| 76 |
+
"trial_params": null
|
| 77 |
+
}
|
opensim_model/checkpoint-2000/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:374aa2566c5d8e56ea37cdb425375b65f86d9268a0c1946e0b398a08075c0545
|
| 3 |
+
size 5112
|
opensim_model/checkpoint-2500/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "bert-base-uncased",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"gradient_checkpointing": false,
|
| 9 |
+
"hidden_act": "gelu",
|
| 10 |
+
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 768,
|
| 12 |
+
"id2label": {
|
| 13 |
+
"0": "LABEL_0"
|
| 14 |
+
},
|
| 15 |
+
"initializer_range": 0.02,
|
| 16 |
+
"intermediate_size": 3072,
|
| 17 |
+
"label2id": {
|
| 18 |
+
"LABEL_0": 0
|
| 19 |
+
},
|
| 20 |
+
"layer_norm_eps": 1e-12,
|
| 21 |
+
"max_position_embeddings": 512,
|
| 22 |
+
"model_type": "bert",
|
| 23 |
+
"num_attention_heads": 12,
|
| 24 |
+
"num_hidden_layers": 12,
|
| 25 |
+
"pad_token_id": 0,
|
| 26 |
+
"position_embedding_type": "absolute",
|
| 27 |
+
"problem_type": "regression",
|
| 28 |
+
"torch_dtype": "float32",
|
| 29 |
+
"transformers_version": "4.42.3",
|
| 30 |
+
"type_vocab_size": 2,
|
| 31 |
+
"use_cache": true,
|
| 32 |
+
"vocab_size": 30522
|
| 33 |
+
}
|
opensim_model/checkpoint-2500/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dee2daede74af13617a40f469c7d61a24a05840126c124b7658d293d496ba447
|
| 3 |
+
size 437955572
|
opensim_model/checkpoint-2500/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb57a27b864eaf209c32861fcb0339618500ff3a2b5feae6de959e9c00174d0c
|
| 3 |
+
size 876032250
|
opensim_model/checkpoint-2500/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:360da8a695ef756d505274cda3780ae331400ddc2dde47170bb70546ddc0efa1
|
| 3 |
+
size 14244
|
opensim_model/checkpoint-2500/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53155724800c70a65037d9098a4fa06b4baddbaa72bca92fd8f22ba4d19ddf72
|
| 3 |
+
size 1064
|
opensim_model/checkpoint-2500/trainer_state.json
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 2.540650406504065,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 2500,
|
| 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.508130081300813,
|
| 13 |
+
"grad_norm": 0.1725805401802063,
|
| 14 |
+
"learning_rate": 4.153116531165312e-05,
|
| 15 |
+
"loss": 0.0018,
|
| 16 |
+
"step": 500
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 1.0,
|
| 20 |
+
"eval_loss": 4.553219332592562e-05,
|
| 21 |
+
"eval_runtime": 42.0455,
|
| 22 |
+
"eval_samples_per_second": 46.806,
|
| 23 |
+
"eval_steps_per_second": 5.851,
|
| 24 |
+
"step": 984
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 1.016260162601626,
|
| 28 |
+
"grad_norm": 0.14906276762485504,
|
| 29 |
+
"learning_rate": 3.3062330623306235e-05,
|
| 30 |
+
"loss": 0.0006,
|
| 31 |
+
"step": 1000
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 1.524390243902439,
|
| 35 |
+
"grad_norm": 0.0859244093298912,
|
| 36 |
+
"learning_rate": 2.4593495934959352e-05,
|
| 37 |
+
"loss": 0.0004,
|
| 38 |
+
"step": 1500
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 2.0,
|
| 42 |
+
"eval_loss": 3.518270023050718e-05,
|
| 43 |
+
"eval_runtime": 42.0409,
|
| 44 |
+
"eval_samples_per_second": 46.812,
|
| 45 |
+
"eval_steps_per_second": 5.851,
|
| 46 |
+
"step": 1968
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"epoch": 2.032520325203252,
|
| 50 |
+
"grad_norm": 0.058815620839595795,
|
| 51 |
+
"learning_rate": 1.6124661246612465e-05,
|
| 52 |
+
"loss": 0.0002,
|
| 53 |
+
"step": 2000
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"epoch": 2.540650406504065,
|
| 57 |
+
"grad_norm": 0.051759831607341766,
|
| 58 |
+
"learning_rate": 7.655826558265583e-06,
|
| 59 |
+
"loss": 0.0001,
|
| 60 |
+
"step": 2500
|
| 61 |
+
}
|
| 62 |
+
],
|
| 63 |
+
"logging_steps": 500,
|
| 64 |
+
"max_steps": 2952,
|
| 65 |
+
"num_input_tokens_seen": 0,
|
| 66 |
+
"num_train_epochs": 3,
|
| 67 |
+
"save_steps": 500,
|
| 68 |
+
"stateful_callbacks": {
|
| 69 |
+
"TrainerControl": {
|
| 70 |
+
"args": {
|
| 71 |
+
"should_epoch_stop": false,
|
| 72 |
+
"should_evaluate": false,
|
| 73 |
+
"should_log": false,
|
| 74 |
+
"should_save": true,
|
| 75 |
+
"should_training_stop": false
|
| 76 |
+
},
|
| 77 |
+
"attributes": {}
|
| 78 |
+
}
|
| 79 |
+
},
|
| 80 |
+
"total_flos": 5260595207682048.0,
|
| 81 |
+
"train_batch_size": 8,
|
| 82 |
+
"trial_name": null,
|
| 83 |
+
"trial_params": null
|
| 84 |
+
}
|
opensim_model/checkpoint-2500/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:374aa2566c5d8e56ea37cdb425375b65f86d9268a0c1946e0b398a08075c0545
|
| 3 |
+
size 5112
|
opensim_model/checkpoint-2952/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "bert-base-uncased",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"gradient_checkpointing": false,
|
| 9 |
+
"hidden_act": "gelu",
|
| 10 |
+
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 768,
|
| 12 |
+
"id2label": {
|
| 13 |
+
"0": "LABEL_0"
|
| 14 |
+
},
|
| 15 |
+
"initializer_range": 0.02,
|
| 16 |
+
"intermediate_size": 3072,
|
| 17 |
+
"label2id": {
|
| 18 |
+
"LABEL_0": 0
|
| 19 |
+
},
|
| 20 |
+
"layer_norm_eps": 1e-12,
|
| 21 |
+
"max_position_embeddings": 512,
|
| 22 |
+
"model_type": "bert",
|
| 23 |
+
"num_attention_heads": 12,
|
| 24 |
+
"num_hidden_layers": 12,
|
| 25 |
+
"pad_token_id": 0,
|
| 26 |
+
"position_embedding_type": "absolute",
|
| 27 |
+
"problem_type": "regression",
|
| 28 |
+
"torch_dtype": "float32",
|
| 29 |
+
"transformers_version": "4.42.3",
|
| 30 |
+
"type_vocab_size": 2,
|
| 31 |
+
"use_cache": true,
|
| 32 |
+
"vocab_size": 30522
|
| 33 |
+
}
|
opensim_model/checkpoint-2952/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2282eb7e56db3f5bc11110f1f278175528a699f396aca98a21d255e76705b761
|
| 3 |
+
size 437955572
|
opensim_model/checkpoint-2952/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b69a9b5bca99e0ba89d9e5e2fb44f9312b39d9f94fada9d298ce88a6724f3aaa
|
| 3 |
+
size 876032250
|
opensim_model/checkpoint-2952/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b54fb5bd7c1d23e0d51ea9dc214adb30d028712f4d17efb04ade1eb79e55251
|
| 3 |
+
size 14244
|
opensim_model/checkpoint-2952/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f871296afdde2726149ad7552c59699816844d779ec49d68ae794ebb39722f16
|
| 3 |
+
size 1064
|
opensim_model/checkpoint-2952/trainer_state.json
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 3.0,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 2952,
|
| 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.508130081300813,
|
| 13 |
+
"grad_norm": 0.1725805401802063,
|
| 14 |
+
"learning_rate": 4.153116531165312e-05,
|
| 15 |
+
"loss": 0.0018,
|
| 16 |
+
"step": 500
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 1.0,
|
| 20 |
+
"eval_loss": 4.553219332592562e-05,
|
| 21 |
+
"eval_runtime": 42.0455,
|
| 22 |
+
"eval_samples_per_second": 46.806,
|
| 23 |
+
"eval_steps_per_second": 5.851,
|
| 24 |
+
"step": 984
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 1.016260162601626,
|
| 28 |
+
"grad_norm": 0.14906276762485504,
|
| 29 |
+
"learning_rate": 3.3062330623306235e-05,
|
| 30 |
+
"loss": 0.0006,
|
| 31 |
+
"step": 1000
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 1.524390243902439,
|
| 35 |
+
"grad_norm": 0.0859244093298912,
|
| 36 |
+
"learning_rate": 2.4593495934959352e-05,
|
| 37 |
+
"loss": 0.0004,
|
| 38 |
+
"step": 1500
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 2.0,
|
| 42 |
+
"eval_loss": 3.518270023050718e-05,
|
| 43 |
+
"eval_runtime": 42.0409,
|
| 44 |
+
"eval_samples_per_second": 46.812,
|
| 45 |
+
"eval_steps_per_second": 5.851,
|
| 46 |
+
"step": 1968
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"epoch": 2.032520325203252,
|
| 50 |
+
"grad_norm": 0.058815620839595795,
|
| 51 |
+
"learning_rate": 1.6124661246612465e-05,
|
| 52 |
+
"loss": 0.0002,
|
| 53 |
+
"step": 2000
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"epoch": 2.540650406504065,
|
| 57 |
+
"grad_norm": 0.051759831607341766,
|
| 58 |
+
"learning_rate": 7.655826558265583e-06,
|
| 59 |
+
"loss": 0.0001,
|
| 60 |
+
"step": 2500
|
| 61 |
+
}
|
| 62 |
+
],
|
| 63 |
+
"logging_steps": 500,
|
| 64 |
+
"max_steps": 2952,
|
| 65 |
+
"num_input_tokens_seen": 0,
|
| 66 |
+
"num_train_epochs": 3,
|
| 67 |
+
"save_steps": 500,
|
| 68 |
+
"stateful_callbacks": {
|
| 69 |
+
"TrainerControl": {
|
| 70 |
+
"args": {
|
| 71 |
+
"should_epoch_stop": false,
|
| 72 |
+
"should_evaluate": false,
|
| 73 |
+
"should_log": false,
|
| 74 |
+
"should_save": true,
|
| 75 |
+
"should_training_stop": true
|
| 76 |
+
},
|
| 77 |
+
"attributes": {}
|
| 78 |
+
}
|
| 79 |
+
},
|
| 80 |
+
"total_flos": 6211206915462144.0,
|
| 81 |
+
"train_batch_size": 8,
|
| 82 |
+
"trial_name": null,
|
| 83 |
+
"trial_params": null
|
| 84 |
+
}
|
opensim_model/checkpoint-2952/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:374aa2566c5d8e56ea37cdb425375b65f86d9268a0c1946e0b398a08075c0545
|
| 3 |
+
size 5112
|
opensim_model/checkpoint-500/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "bert-base-uncased",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"gradient_checkpointing": false,
|
| 9 |
+
"hidden_act": "gelu",
|
| 10 |
+
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 768,
|
| 12 |
+
"id2label": {
|
| 13 |
+
"0": "LABEL_0"
|
| 14 |
+
},
|
| 15 |
+
"initializer_range": 0.02,
|
| 16 |
+
"intermediate_size": 3072,
|
| 17 |
+
"label2id": {
|
| 18 |
+
"LABEL_0": 0
|
| 19 |
+
},
|
| 20 |
+
"layer_norm_eps": 1e-12,
|
| 21 |
+
"max_position_embeddings": 512,
|
| 22 |
+
"model_type": "bert",
|
| 23 |
+
"num_attention_heads": 12,
|
| 24 |
+
"num_hidden_layers": 12,
|
| 25 |
+
"pad_token_id": 0,
|
| 26 |
+
"position_embedding_type": "absolute",
|
| 27 |
+
"problem_type": "regression",
|
| 28 |
+
"torch_dtype": "float32",
|
| 29 |
+
"transformers_version": "4.42.3",
|
| 30 |
+
"type_vocab_size": 2,
|
| 31 |
+
"use_cache": true,
|
| 32 |
+
"vocab_size": 30522
|
| 33 |
+
}
|
opensim_model/checkpoint-500/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c56c17563805096ce458207bc400872bba4285e997f0156baa423416261ca2fa
|
| 3 |
+
size 437955572
|
opensim_model/checkpoint-500/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25c8f37112c2b9ea0fc0f4b3df8333b5dd85b9880e80a7a1ce717a84f5eaafc6
|
| 3 |
+
size 876032250
|
opensim_model/checkpoint-500/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f2cbc6195fea7f3ea5775d97810bb69acfa23bb494bbe4eff793379109ab2c6
|
| 3 |
+
size 14244
|
opensim_model/checkpoint-500/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d112d2fed7b16e4fabb247ff261ec48263dd110b9b3564b84424e32a32095945
|
| 3 |
+
size 1064
|
opensim_model/checkpoint-500/trainer_state.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 0.508130081300813,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 500,
|
| 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.508130081300813,
|
| 13 |
+
"grad_norm": 0.1725805401802063,
|
| 14 |
+
"learning_rate": 4.153116531165312e-05,
|
| 15 |
+
"loss": 0.0018,
|
| 16 |
+
"step": 500
|
| 17 |
+
}
|
| 18 |
+
],
|
| 19 |
+
"logging_steps": 500,
|
| 20 |
+
"max_steps": 2952,
|
| 21 |
+
"num_input_tokens_seen": 0,
|
| 22 |
+
"num_train_epochs": 3,
|
| 23 |
+
"save_steps": 500,
|
| 24 |
+
"stateful_callbacks": {
|
| 25 |
+
"TrainerControl": {
|
| 26 |
+
"args": {
|
| 27 |
+
"should_epoch_stop": false,
|
| 28 |
+
"should_evaluate": false,
|
| 29 |
+
"should_log": false,
|
| 30 |
+
"should_save": true,
|
| 31 |
+
"should_training_stop": false
|
| 32 |
+
},
|
| 33 |
+
"attributes": {}
|
| 34 |
+
}
|
| 35 |
+
},
|
| 36 |
+
"total_flos": 1052434771968000.0,
|
| 37 |
+
"train_batch_size": 8,
|
| 38 |
+
"trial_name": null,
|
| 39 |
+
"trial_params": null
|
| 40 |
+
}
|
opensim_model/checkpoint-500/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:374aa2566c5d8e56ea37cdb425375b65f86d9268a0c1946e0b398a08075c0545
|
| 3 |
+
size 5112
|
opensim_model/config.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "bert-base-uncased",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"gradient_checkpointing": false,
|
| 9 |
+
"hidden_act": "gelu",
|
| 10 |
+
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 768,
|
| 12 |
+
"id2label": {
|
| 13 |
+
"0": "LABEL_0"
|
| 14 |
+
},
|
| 15 |
+
"initializer_range": 0.02,
|
| 16 |
+
"intermediate_size": 3072,
|
| 17 |
+
"label2id": {
|
| 18 |
+
"LABEL_0": 0
|
| 19 |
+
},
|
| 20 |
+
"layer_norm_eps": 1e-12,
|
| 21 |
+
"max_position_embeddings": 512,
|
| 22 |
+
"model_type": "bert",
|
| 23 |
+
"num_attention_heads": 12,
|
| 24 |
+
"num_hidden_layers": 12,
|
| 25 |
+
"pad_token_id": 0,
|
| 26 |
+
"position_embedding_type": "absolute",
|
| 27 |
+
"transformers_version": "4.42.3",
|
| 28 |
+
"type_vocab_size": 2,
|
| 29 |
+
"use_cache": true,
|
| 30 |
+
"vocab_size": 30522
|
| 31 |
+
}
|
opensim_model/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2282eb7e56db3f5bc11110f1f278175528a699f396aca98a21d255e76705b761
|
| 3 |
+
size 437955572
|
opensim_model/opensim.db
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8bce8dcd49a8573fc08c24421965586882c22572f08ced1e48718e747c37802a
|
| 3 |
+
size 1167360
|
opensim_model/runs/Jul03_10-53-38_MHPC/events.out.tfevents.1719996818.MHPC.7156.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:874023d320c4f234bf384c5cdcb0f07e6696f2c03ec6b3fcd9e48aa9b9e58480
|
| 3 |
+
size 7111
|
opensim_model/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 |
+
}
|
opensim_model/tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c64f81de744724c29816a3aa1d1df83b273fd29ac91d8ef48943759d88a315a
|
| 3 |
+
size 438220052
|
opensim_model/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|