ManfredAabye commited on
Commit
5736503
1 Parent(s): 393a362

first test

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. opensim-libs_model/checkpoint-1000/config.json +33 -0
  3. opensim-libs_model/checkpoint-1000/model.safetensors +3 -0
  4. opensim-libs_model/checkpoint-1000/optimizer.pt +3 -0
  5. opensim-libs_model/checkpoint-1000/rng_state.pth +3 -0
  6. opensim-libs_model/checkpoint-1000/scheduler.pt +3 -0
  7. opensim-libs_model/checkpoint-1000/trainer_state.json +47 -0
  8. opensim-libs_model/checkpoint-1000/training_args.bin +3 -0
  9. opensim-libs_model/checkpoint-1500/config.json +33 -0
  10. opensim-libs_model/checkpoint-1500/model.safetensors +3 -0
  11. opensim-libs_model/checkpoint-1500/optimizer.pt +3 -0
  12. opensim-libs_model/checkpoint-1500/rng_state.pth +3 -0
  13. opensim-libs_model/checkpoint-1500/scheduler.pt +3 -0
  14. opensim-libs_model/checkpoint-1500/trainer_state.json +54 -0
  15. opensim-libs_model/checkpoint-1500/training_args.bin +3 -0
  16. opensim-libs_model/checkpoint-2000/config.json +33 -0
  17. opensim-libs_model/checkpoint-2000/model.safetensors +3 -0
  18. opensim-libs_model/checkpoint-2000/optimizer.pt +3 -0
  19. opensim-libs_model/checkpoint-2000/rng_state.pth +3 -0
  20. opensim-libs_model/checkpoint-2000/scheduler.pt +3 -0
  21. opensim-libs_model/checkpoint-2000/trainer_state.json +61 -0
  22. opensim-libs_model/checkpoint-2000/training_args.bin +3 -0
  23. opensim-libs_model/checkpoint-2500/config.json +33 -0
  24. opensim-libs_model/checkpoint-2500/model.safetensors +3 -0
  25. opensim-libs_model/checkpoint-2500/optimizer.pt +3 -0
  26. opensim-libs_model/checkpoint-2500/rng_state.pth +3 -0
  27. opensim-libs_model/checkpoint-2500/scheduler.pt +3 -0
  28. opensim-libs_model/checkpoint-2500/trainer_state.json +68 -0
  29. opensim-libs_model/checkpoint-2500/training_args.bin +3 -0
  30. opensim-libs_model/checkpoint-3000/config.json +33 -0
  31. opensim-libs_model/checkpoint-3000/model.safetensors +3 -0
  32. opensim-libs_model/checkpoint-3000/optimizer.pt +3 -0
  33. opensim-libs_model/checkpoint-3000/rng_state.pth +3 -0
  34. opensim-libs_model/checkpoint-3000/scheduler.pt +3 -0
  35. opensim-libs_model/checkpoint-3000/trainer_state.json +75 -0
  36. opensim-libs_model/checkpoint-3000/training_args.bin +3 -0
  37. opensim-libs_model/checkpoint-3500/config.json +33 -0
  38. opensim-libs_model/checkpoint-3500/model.safetensors +3 -0
  39. opensim-libs_model/checkpoint-3500/optimizer.pt +3 -0
  40. opensim-libs_model/checkpoint-3500/rng_state.pth +3 -0
  41. opensim-libs_model/checkpoint-3500/scheduler.pt +3 -0
  42. opensim-libs_model/checkpoint-3500/trainer_state.json +90 -0
  43. opensim-libs_model/checkpoint-3500/training_args.bin +3 -0
  44. opensim-libs_model/checkpoint-4000/config.json +33 -0
  45. opensim-libs_model/checkpoint-4000/model.safetensors +3 -0
  46. opensim-libs_model/checkpoint-4000/optimizer.pt +3 -0
  47. opensim-libs_model/checkpoint-4000/rng_state.pth +3 -0
  48. opensim-libs_model/checkpoint-4000/scheduler.pt +3 -0
  49. opensim-libs_model/checkpoint-4000/trainer_state.json +97 -0
  50. opensim-libs_model/checkpoint-4000/training_args.bin +3 -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-libs_model/opensim-libs.db filter=lfs diff=lfs merge=lfs -text
opensim-libs_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-libs_model/checkpoint-1000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d7d52f4e28598d8e4369d0d6a2569d6ba458928e5abaff540c0e5bc80ed0733
3
+ size 437955572
opensim-libs_model/checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccec87da9b62ca0d7ff589a5e59ff985edb56ba56bb086f7dde7926a4e01c777
3
+ size 876032250
opensim-libs_model/checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85de245227513c063b986d2fc49b00aa939808d37517e2d4b6d851744691da77
3
+ size 14244
opensim-libs_model/checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cae887dd898dc765d27536afee15a8281e81b932e97c9641dfcfe56f2f3e974
3
+ size 1064
opensim-libs_model/checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.31665611146295125,
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.15832805573147563,
13
+ "grad_norm": 0.43304896354675293,
14
+ "learning_rate": 4.7361199071142074e-05,
15
+ "loss": 0.0026,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.31665611146295125,
20
+ "grad_norm": 0.2186095416545868,
21
+ "learning_rate": 4.472239814228415e-05,
22
+ "loss": 0.0007,
23
+ "step": 1000
24
+ }
25
+ ],
26
+ "logging_steps": 500,
27
+ "max_steps": 9474,
28
+ "num_input_tokens_seen": 0,
29
+ "num_train_epochs": 3,
30
+ "save_steps": 500,
31
+ "stateful_callbacks": {
32
+ "TrainerControl": {
33
+ "args": {
34
+ "should_epoch_stop": false,
35
+ "should_evaluate": false,
36
+ "should_log": false,
37
+ "should_save": true,
38
+ "should_training_stop": false
39
+ },
40
+ "attributes": {}
41
+ }
42
+ },
43
+ "total_flos": 2104869543936000.0,
44
+ "train_batch_size": 8,
45
+ "trial_name": null,
46
+ "trial_params": null
47
+ }
opensim-libs_model/checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a828fb8c9de150b2c3abbc50b4eab2ccdbb0ed1894630ecf20a5a8a28e63ad6
3
+ size 5112
opensim-libs_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-libs_model/checkpoint-1500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a9d581cd3f2395fbd0a7f1aee571597ab4a538eee1f00c10aef02725da58b44
3
+ size 437955572
opensim-libs_model/checkpoint-1500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2a62c82acec545fb5feb55aba869f972be6029a99ac35f9ef475b524fbb56e4
3
+ size 876032250
opensim-libs_model/checkpoint-1500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3686df8a30e9e620545b715f3ffa2893a0529d6160e513222411c0aebce4133c
3
+ size 14244
opensim-libs_model/checkpoint-1500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd576a803cd5c641a82599f429ae5712b39cefeccf9b1efe792e8376fa40fc78
3
+ size 1064
opensim-libs_model/checkpoint-1500/trainer_state.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.4749841671944269,
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.15832805573147563,
13
+ "grad_norm": 0.43304896354675293,
14
+ "learning_rate": 4.7361199071142074e-05,
15
+ "loss": 0.0026,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.31665611146295125,
20
+ "grad_norm": 0.2186095416545868,
21
+ "learning_rate": 4.472239814228415e-05,
22
+ "loss": 0.0007,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.4749841671944269,
27
+ "grad_norm": 0.22537918388843536,
28
+ "learning_rate": 4.2083597213426224e-05,
29
+ "loss": 0.0005,
30
+ "step": 1500
31
+ }
32
+ ],
33
+ "logging_steps": 500,
34
+ "max_steps": 9474,
35
+ "num_input_tokens_seen": 0,
36
+ "num_train_epochs": 3,
37
+ "save_steps": 500,
38
+ "stateful_callbacks": {
39
+ "TrainerControl": {
40
+ "args": {
41
+ "should_epoch_stop": false,
42
+ "should_evaluate": false,
43
+ "should_log": false,
44
+ "should_save": true,
45
+ "should_training_stop": false
46
+ },
47
+ "attributes": {}
48
+ }
49
+ },
50
+ "total_flos": 3157304315904000.0,
51
+ "train_batch_size": 8,
52
+ "trial_name": null,
53
+ "trial_params": null
54
+ }
opensim-libs_model/checkpoint-1500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a828fb8c9de150b2c3abbc50b4eab2ccdbb0ed1894630ecf20a5a8a28e63ad6
3
+ size 5112
opensim-libs_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-libs_model/checkpoint-2000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b04fd90f90fb31c7088ac636c077f5f65205e48a80221f6ef4d9d9820665d63b
3
+ size 437955572
opensim-libs_model/checkpoint-2000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67f965aa6d34544004d0087e4a1a7f34f374f0c024b9bc16bafcfd56a36b2f9b
3
+ size 876032250
opensim-libs_model/checkpoint-2000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3455cf0aefa3af77b66a98ba39382097ea7c4360c4bfe44895429ba18f068f9e
3
+ size 14244
opensim-libs_model/checkpoint-2000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90cfbc00216c2cd5621c194030b884559f33ab8ded00bf1c21706c1f511c57fc
3
+ size 1064
opensim-libs_model/checkpoint-2000/trainer_state.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.6333122229259025,
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.15832805573147563,
13
+ "grad_norm": 0.43304896354675293,
14
+ "learning_rate": 4.7361199071142074e-05,
15
+ "loss": 0.0026,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.31665611146295125,
20
+ "grad_norm": 0.2186095416545868,
21
+ "learning_rate": 4.472239814228415e-05,
22
+ "loss": 0.0007,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.4749841671944269,
27
+ "grad_norm": 0.22537918388843536,
28
+ "learning_rate": 4.2083597213426224e-05,
29
+ "loss": 0.0005,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.6333122229259025,
34
+ "grad_norm": 0.046680252999067307,
35
+ "learning_rate": 3.944479628456829e-05,
36
+ "loss": 0.0004,
37
+ "step": 2000
38
+ }
39
+ ],
40
+ "logging_steps": 500,
41
+ "max_steps": 9474,
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": false
53
+ },
54
+ "attributes": {}
55
+ }
56
+ },
57
+ "total_flos": 4209739087872000.0,
58
+ "train_batch_size": 8,
59
+ "trial_name": null,
60
+ "trial_params": null
61
+ }
opensim-libs_model/checkpoint-2000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a828fb8c9de150b2c3abbc50b4eab2ccdbb0ed1894630ecf20a5a8a28e63ad6
3
+ size 5112
opensim-libs_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-libs_model/checkpoint-2500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa5b4ed8f63d78a386453e16d4f3b583f62e35e409b74ff74b2df5d6c1bd9cfd
3
+ size 437955572
opensim-libs_model/checkpoint-2500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4de85d70ffe11fffcec5ae76417a118bcacd8fc231f6f42d28bb89af196ead2d
3
+ size 876032250
opensim-libs_model/checkpoint-2500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f3fe6848036da8e2cdcddcbbd561e95463f56ab4d0f7faa3f24080a133039fe
3
+ size 14244
opensim-libs_model/checkpoint-2500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09e85faa7ef4f243f4d9e69093d94cf165642e23f9f7e498985b9ef0241d992a
3
+ size 1064
opensim-libs_model/checkpoint-2500/trainer_state.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.7916402786573781,
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.15832805573147563,
13
+ "grad_norm": 0.43304896354675293,
14
+ "learning_rate": 4.7361199071142074e-05,
15
+ "loss": 0.0026,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.31665611146295125,
20
+ "grad_norm": 0.2186095416545868,
21
+ "learning_rate": 4.472239814228415e-05,
22
+ "loss": 0.0007,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.4749841671944269,
27
+ "grad_norm": 0.22537918388843536,
28
+ "learning_rate": 4.2083597213426224e-05,
29
+ "loss": 0.0005,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.6333122229259025,
34
+ "grad_norm": 0.046680252999067307,
35
+ "learning_rate": 3.944479628456829e-05,
36
+ "loss": 0.0004,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 0.7916402786573781,
41
+ "grad_norm": 0.15091869235038757,
42
+ "learning_rate": 3.680599535571037e-05,
43
+ "loss": 0.0003,
44
+ "step": 2500
45
+ }
46
+ ],
47
+ "logging_steps": 500,
48
+ "max_steps": 9474,
49
+ "num_input_tokens_seen": 0,
50
+ "num_train_epochs": 3,
51
+ "save_steps": 500,
52
+ "stateful_callbacks": {
53
+ "TrainerControl": {
54
+ "args": {
55
+ "should_epoch_stop": false,
56
+ "should_evaluate": false,
57
+ "should_log": false,
58
+ "should_save": true,
59
+ "should_training_stop": false
60
+ },
61
+ "attributes": {}
62
+ }
63
+ },
64
+ "total_flos": 5262173859840000.0,
65
+ "train_batch_size": 8,
66
+ "trial_name": null,
67
+ "trial_params": null
68
+ }
opensim-libs_model/checkpoint-2500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a828fb8c9de150b2c3abbc50b4eab2ccdbb0ed1894630ecf20a5a8a28e63ad6
3
+ size 5112
opensim-libs_model/checkpoint-3000/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-libs_model/checkpoint-3000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47f2afbdd14267d3987d69ca52c201a9e3a8bf331d491bdded804e581b602dc2
3
+ size 437955572
opensim-libs_model/checkpoint-3000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77b600e39ac1f0a9dc26e3b017678eef4bfae46f8df3098a52504f195e89d64a
3
+ size 876032250
opensim-libs_model/checkpoint-3000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05245087854ca2728c997270408cda8d523c4e598c045b6caaa3feaba83d2b71
3
+ size 14244
opensim-libs_model/checkpoint-3000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f674a79f10ea3d938e7dab6e09af203463264cd7a265be0396e3cbf0a67b9aa
3
+ size 1064
opensim-libs_model/checkpoint-3000/trainer_state.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.9499683343888538,
5
+ "eval_steps": 500,
6
+ "global_step": 3000,
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.15832805573147563,
13
+ "grad_norm": 0.43304896354675293,
14
+ "learning_rate": 4.7361199071142074e-05,
15
+ "loss": 0.0026,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.31665611146295125,
20
+ "grad_norm": 0.2186095416545868,
21
+ "learning_rate": 4.472239814228415e-05,
22
+ "loss": 0.0007,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.4749841671944269,
27
+ "grad_norm": 0.22537918388843536,
28
+ "learning_rate": 4.2083597213426224e-05,
29
+ "loss": 0.0005,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.6333122229259025,
34
+ "grad_norm": 0.046680252999067307,
35
+ "learning_rate": 3.944479628456829e-05,
36
+ "loss": 0.0004,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 0.7916402786573781,
41
+ "grad_norm": 0.15091869235038757,
42
+ "learning_rate": 3.680599535571037e-05,
43
+ "loss": 0.0003,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 0.9499683343888538,
48
+ "grad_norm": 0.1729196012020111,
49
+ "learning_rate": 3.416719442685244e-05,
50
+ "loss": 0.0002,
51
+ "step": 3000
52
+ }
53
+ ],
54
+ "logging_steps": 500,
55
+ "max_steps": 9474,
56
+ "num_input_tokens_seen": 0,
57
+ "num_train_epochs": 3,
58
+ "save_steps": 500,
59
+ "stateful_callbacks": {
60
+ "TrainerControl": {
61
+ "args": {
62
+ "should_epoch_stop": false,
63
+ "should_evaluate": false,
64
+ "should_log": false,
65
+ "should_save": true,
66
+ "should_training_stop": false
67
+ },
68
+ "attributes": {}
69
+ }
70
+ },
71
+ "total_flos": 6314608631808000.0,
72
+ "train_batch_size": 8,
73
+ "trial_name": null,
74
+ "trial_params": null
75
+ }
opensim-libs_model/checkpoint-3000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a828fb8c9de150b2c3abbc50b4eab2ccdbb0ed1894630ecf20a5a8a28e63ad6
3
+ size 5112
opensim-libs_model/checkpoint-3500/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-libs_model/checkpoint-3500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d460dd85521a7a679ba016ac3954278fd190fc0fb3f752f19708ace70e110ee8
3
+ size 437955572
opensim-libs_model/checkpoint-3500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a7baed19867ce935c2338b20b332ccec5de219e94f2635cbf8913da24fbe609
3
+ size 876032250
opensim-libs_model/checkpoint-3500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1df31da84dde5ce8ad8429c2a00339978d76c186c45f721f851afb1a00b92bf
3
+ size 14244
opensim-libs_model/checkpoint-3500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a79bd8ac5e795abe72edcada42fdb08c2728e2e69bf3440121529d2768fe3a6
3
+ size 1064
opensim-libs_model/checkpoint-3500/trainer_state.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.1082963901203293,
5
+ "eval_steps": 500,
6
+ "global_step": 3500,
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.15832805573147563,
13
+ "grad_norm": 0.43304896354675293,
14
+ "learning_rate": 4.7361199071142074e-05,
15
+ "loss": 0.0026,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.31665611146295125,
20
+ "grad_norm": 0.2186095416545868,
21
+ "learning_rate": 4.472239814228415e-05,
22
+ "loss": 0.0007,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.4749841671944269,
27
+ "grad_norm": 0.22537918388843536,
28
+ "learning_rate": 4.2083597213426224e-05,
29
+ "loss": 0.0005,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.6333122229259025,
34
+ "grad_norm": 0.046680252999067307,
35
+ "learning_rate": 3.944479628456829e-05,
36
+ "loss": 0.0004,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 0.7916402786573781,
41
+ "grad_norm": 0.15091869235038757,
42
+ "learning_rate": 3.680599535571037e-05,
43
+ "loss": 0.0003,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 0.9499683343888538,
48
+ "grad_norm": 0.1729196012020111,
49
+ "learning_rate": 3.416719442685244e-05,
50
+ "loss": 0.0002,
51
+ "step": 3000
52
+ },
53
+ {
54
+ "epoch": 1.0,
55
+ "eval_loss": 0.0001189145477837883,
56
+ "eval_runtime": 134.5836,
57
+ "eval_samples_per_second": 46.93,
58
+ "eval_steps_per_second": 5.87,
59
+ "step": 3158
60
+ },
61
+ {
62
+ "epoch": 1.1082963901203293,
63
+ "grad_norm": 0.13886131346225739,
64
+ "learning_rate": 3.152839349799451e-05,
65
+ "loss": 0.0002,
66
+ "step": 3500
67
+ }
68
+ ],
69
+ "logging_steps": 500,
70
+ "max_steps": 9474,
71
+ "num_input_tokens_seen": 0,
72
+ "num_train_epochs": 3,
73
+ "save_steps": 500,
74
+ "stateful_callbacks": {
75
+ "TrainerControl": {
76
+ "args": {
77
+ "should_epoch_stop": false,
78
+ "should_evaluate": false,
79
+ "should_log": false,
80
+ "should_save": true,
81
+ "should_training_stop": false
82
+ },
83
+ "attributes": {}
84
+ }
85
+ },
86
+ "total_flos": 7367043403776000.0,
87
+ "train_batch_size": 8,
88
+ "trial_name": null,
89
+ "trial_params": null
90
+ }
opensim-libs_model/checkpoint-3500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a828fb8c9de150b2c3abbc50b4eab2ccdbb0ed1894630ecf20a5a8a28e63ad6
3
+ size 5112
opensim-libs_model/checkpoint-4000/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-libs_model/checkpoint-4000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e15abc6022cfaf503075ed15fdba92e310e2a063c4eda6480416ee28d366b20b
3
+ size 437955572
opensim-libs_model/checkpoint-4000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d52347c678a746beab63d47994fc291490eaeadcdd59d1399985c70c0cfcd34
3
+ size 876032250
opensim-libs_model/checkpoint-4000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82d7b11c11e0afc97e4733f403e602442839a1263343f65397ce5cf84d0d275e
3
+ size 14244
opensim-libs_model/checkpoint-4000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8a09097cc83bf199ccfe75ba3de69232e0efcb40fb64cfcc8f03cd8ca0f3d37
3
+ size 1064
opensim-libs_model/checkpoint-4000/trainer_state.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.266624445851805,
5
+ "eval_steps": 500,
6
+ "global_step": 4000,
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.15832805573147563,
13
+ "grad_norm": 0.43304896354675293,
14
+ "learning_rate": 4.7361199071142074e-05,
15
+ "loss": 0.0026,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.31665611146295125,
20
+ "grad_norm": 0.2186095416545868,
21
+ "learning_rate": 4.472239814228415e-05,
22
+ "loss": 0.0007,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.4749841671944269,
27
+ "grad_norm": 0.22537918388843536,
28
+ "learning_rate": 4.2083597213426224e-05,
29
+ "loss": 0.0005,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.6333122229259025,
34
+ "grad_norm": 0.046680252999067307,
35
+ "learning_rate": 3.944479628456829e-05,
36
+ "loss": 0.0004,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 0.7916402786573781,
41
+ "grad_norm": 0.15091869235038757,
42
+ "learning_rate": 3.680599535571037e-05,
43
+ "loss": 0.0003,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 0.9499683343888538,
48
+ "grad_norm": 0.1729196012020111,
49
+ "learning_rate": 3.416719442685244e-05,
50
+ "loss": 0.0002,
51
+ "step": 3000
52
+ },
53
+ {
54
+ "epoch": 1.0,
55
+ "eval_loss": 0.0001189145477837883,
56
+ "eval_runtime": 134.5836,
57
+ "eval_samples_per_second": 46.93,
58
+ "eval_steps_per_second": 5.87,
59
+ "step": 3158
60
+ },
61
+ {
62
+ "epoch": 1.1082963901203293,
63
+ "grad_norm": 0.13886131346225739,
64
+ "learning_rate": 3.152839349799451e-05,
65
+ "loss": 0.0002,
66
+ "step": 3500
67
+ },
68
+ {
69
+ "epoch": 1.266624445851805,
70
+ "grad_norm": 0.0958346351981163,
71
+ "learning_rate": 2.8889592569136586e-05,
72
+ "loss": 0.0002,
73
+ "step": 4000
74
+ }
75
+ ],
76
+ "logging_steps": 500,
77
+ "max_steps": 9474,
78
+ "num_input_tokens_seen": 0,
79
+ "num_train_epochs": 3,
80
+ "save_steps": 500,
81
+ "stateful_callbacks": {
82
+ "TrainerControl": {
83
+ "args": {
84
+ "should_epoch_stop": false,
85
+ "should_evaluate": false,
86
+ "should_log": false,
87
+ "should_save": true,
88
+ "should_training_stop": false
89
+ },
90
+ "attributes": {}
91
+ }
92
+ },
93
+ "total_flos": 8419478175744000.0,
94
+ "train_batch_size": 8,
95
+ "trial_name": null,
96
+ "trial_params": null
97
+ }
opensim-libs_model/checkpoint-4000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a828fb8c9de150b2c3abbc50b4eab2ccdbb0ed1894630ecf20a5a8a28e63ad6
3
+ size 5112