ManfredAabye commited on
Commit
24fe1f4
1 Parent(s): bea441d

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. phoenix-firestorm_model/checkpoint-1000/config.json +33 -0
  3. phoenix-firestorm_model/checkpoint-1000/model.safetensors +3 -0
  4. phoenix-firestorm_model/checkpoint-1000/optimizer.pt +3 -0
  5. phoenix-firestorm_model/checkpoint-1000/rng_state.pth +3 -0
  6. phoenix-firestorm_model/checkpoint-1000/scheduler.pt +3 -0
  7. phoenix-firestorm_model/checkpoint-1000/trainer_state.json +47 -0
  8. phoenix-firestorm_model/checkpoint-1000/training_args.bin +3 -0
  9. phoenix-firestorm_model/checkpoint-1500/config.json +33 -0
  10. phoenix-firestorm_model/checkpoint-1500/model.safetensors +3 -0
  11. phoenix-firestorm_model/checkpoint-1500/optimizer.pt +3 -0
  12. phoenix-firestorm_model/checkpoint-1500/rng_state.pth +3 -0
  13. phoenix-firestorm_model/checkpoint-1500/scheduler.pt +3 -0
  14. phoenix-firestorm_model/checkpoint-1500/trainer_state.json +54 -0
  15. phoenix-firestorm_model/checkpoint-1500/training_args.bin +3 -0
  16. phoenix-firestorm_model/checkpoint-2000/config.json +33 -0
  17. phoenix-firestorm_model/checkpoint-2000/model.safetensors +3 -0
  18. phoenix-firestorm_model/checkpoint-2000/optimizer.pt +3 -0
  19. phoenix-firestorm_model/checkpoint-2000/rng_state.pth +3 -0
  20. phoenix-firestorm_model/checkpoint-2000/scheduler.pt +3 -0
  21. phoenix-firestorm_model/checkpoint-2000/trainer_state.json +61 -0
  22. phoenix-firestorm_model/checkpoint-2000/training_args.bin +3 -0
  23. phoenix-firestorm_model/checkpoint-2500/config.json +33 -0
  24. phoenix-firestorm_model/checkpoint-2500/model.safetensors +3 -0
  25. phoenix-firestorm_model/checkpoint-2500/optimizer.pt +3 -0
  26. phoenix-firestorm_model/checkpoint-2500/rng_state.pth +3 -0
  27. phoenix-firestorm_model/checkpoint-2500/scheduler.pt +3 -0
  28. phoenix-firestorm_model/checkpoint-2500/trainer_state.json +68 -0
  29. phoenix-firestorm_model/checkpoint-2500/training_args.bin +3 -0
  30. phoenix-firestorm_model/checkpoint-3000/config.json +33 -0
  31. phoenix-firestorm_model/checkpoint-3000/model.safetensors +3 -0
  32. phoenix-firestorm_model/checkpoint-3000/optimizer.pt +3 -0
  33. phoenix-firestorm_model/checkpoint-3000/rng_state.pth +3 -0
  34. phoenix-firestorm_model/checkpoint-3000/scheduler.pt +3 -0
  35. phoenix-firestorm_model/checkpoint-3000/trainer_state.json +83 -0
  36. phoenix-firestorm_model/checkpoint-3000/training_args.bin +3 -0
  37. phoenix-firestorm_model/checkpoint-3500/config.json +33 -0
  38. phoenix-firestorm_model/checkpoint-3500/model.safetensors +3 -0
  39. phoenix-firestorm_model/checkpoint-3500/optimizer.pt +3 -0
  40. phoenix-firestorm_model/checkpoint-3500/rng_state.pth +3 -0
  41. phoenix-firestorm_model/checkpoint-3500/scheduler.pt +3 -0
  42. phoenix-firestorm_model/checkpoint-3500/trainer_state.json +90 -0
  43. phoenix-firestorm_model/checkpoint-3500/training_args.bin +3 -0
  44. phoenix-firestorm_model/checkpoint-4000/config.json +33 -0
  45. phoenix-firestorm_model/checkpoint-4000/model.safetensors +3 -0
  46. phoenix-firestorm_model/checkpoint-4000/optimizer.pt +3 -0
  47. phoenix-firestorm_model/checkpoint-4000/rng_state.pth +3 -0
  48. phoenix-firestorm_model/checkpoint-4000/scheduler.pt +3 -0
  49. phoenix-firestorm_model/checkpoint-4000/trainer_state.json +97 -0
  50. phoenix-firestorm_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
+ phoenix-firestorm_model/phoenix-firestorm.db filter=lfs diff=lfs merge=lfs -text
phoenix-firestorm_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
+ }
phoenix-firestorm_model/checkpoint-1000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2202b7833d067ea48dfd7ab349f28a1749196fcba1c1301e5d50615b42919fd
3
+ size 437955572
phoenix-firestorm_model/checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c91bc3e847afd7e45da9153dd7acb5275301fb171009129ef124f798f95d14a
3
+ size 876032250
phoenix-firestorm_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
phoenix-firestorm_model/checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:767b2a1933684d361c664fc2b61dc45b36070152c4a0aa13020a100a68d7b48d
3
+ size 1064
phoenix-firestorm_model/checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.35650623885918004,
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.17825311942959002,
13
+ "grad_norm": 0.14047488570213318,
14
+ "learning_rate": 4.7029114676173505e-05,
15
+ "loss": 0.003,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.35650623885918004,
20
+ "grad_norm": 0.050689179450273514,
21
+ "learning_rate": 4.4058229352347e-05,
22
+ "loss": 0.0007,
23
+ "step": 1000
24
+ }
25
+ ],
26
+ "logging_steps": 500,
27
+ "max_steps": 8415,
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
+ }
phoenix-firestorm_model/checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab1d4751150159743c68b25f9c5f5714cebb8fb8a43d2030f9d7c8854a7c2c9d
3
+ size 5112
phoenix-firestorm_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
+ }
phoenix-firestorm_model/checkpoint-1500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d578c1e2f7a7af45ec125ea8414ceef9b73f0fde049b9426113b84316bbb007c
3
+ size 437955572
phoenix-firestorm_model/checkpoint-1500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a4fe026283b9c0b552d1595b20b520268cb5ff30a67a95fb50263b443d69e1d
3
+ size 876032250
phoenix-firestorm_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
phoenix-firestorm_model/checkpoint-1500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3fd0aebb2d59a32984d96141ed9da8d056b5e0e49fa3c0c8b42b2cbf87e06d2
3
+ size 1064
phoenix-firestorm_model/checkpoint-1500/trainer_state.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.5347593582887701,
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.17825311942959002,
13
+ "grad_norm": 0.14047488570213318,
14
+ "learning_rate": 4.7029114676173505e-05,
15
+ "loss": 0.003,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.35650623885918004,
20
+ "grad_norm": 0.050689179450273514,
21
+ "learning_rate": 4.4058229352347e-05,
22
+ "loss": 0.0007,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.5347593582887701,
27
+ "grad_norm": 0.08220412582159042,
28
+ "learning_rate": 4.10873440285205e-05,
29
+ "loss": 0.0006,
30
+ "step": 1500
31
+ }
32
+ ],
33
+ "logging_steps": 500,
34
+ "max_steps": 8415,
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
+ }
phoenix-firestorm_model/checkpoint-1500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab1d4751150159743c68b25f9c5f5714cebb8fb8a43d2030f9d7c8854a7c2c9d
3
+ size 5112
phoenix-firestorm_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
+ }
phoenix-firestorm_model/checkpoint-2000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f90607abb8a7bb536cf28f56d6cf284d4ba0f63c92589ae6cc880b9c2a2c6396
3
+ size 437955572
phoenix-firestorm_model/checkpoint-2000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d49234d813a431fdc62011aea4a997ea0438104738e9e5be4088c9da27c8c1be
3
+ size 876032250
phoenix-firestorm_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
phoenix-firestorm_model/checkpoint-2000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a82852db004503c629f88a0970bd38252d333daf267dc8082db8b39b2a7e08a4
3
+ size 1064
phoenix-firestorm_model/checkpoint-2000/trainer_state.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.7130124777183601,
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.17825311942959002,
13
+ "grad_norm": 0.14047488570213318,
14
+ "learning_rate": 4.7029114676173505e-05,
15
+ "loss": 0.003,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.35650623885918004,
20
+ "grad_norm": 0.050689179450273514,
21
+ "learning_rate": 4.4058229352347e-05,
22
+ "loss": 0.0007,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.5347593582887701,
27
+ "grad_norm": 0.08220412582159042,
28
+ "learning_rate": 4.10873440285205e-05,
29
+ "loss": 0.0006,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.7130124777183601,
34
+ "grad_norm": 0.043331895023584366,
35
+ "learning_rate": 3.8116458704694006e-05,
36
+ "loss": 0.0004,
37
+ "step": 2000
38
+ }
39
+ ],
40
+ "logging_steps": 500,
41
+ "max_steps": 8415,
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
+ }
phoenix-firestorm_model/checkpoint-2000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab1d4751150159743c68b25f9c5f5714cebb8fb8a43d2030f9d7c8854a7c2c9d
3
+ size 5112
phoenix-firestorm_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
+ }
phoenix-firestorm_model/checkpoint-2500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b705faa218da9e05b837268aba7c0a14b98e823207d1a33568bcddd54d429e8
3
+ size 437955572
phoenix-firestorm_model/checkpoint-2500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4660e486fcc5c21661de742a5730c0074d9874e8ed54ae1c4bd13a51211aca8b
3
+ size 876032250
phoenix-firestorm_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
phoenix-firestorm_model/checkpoint-2500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c965ceafb15bcc7d5e06296e2e488a8bac2bd8f3c8c6bf56140b0a123c04f09e
3
+ size 1064
phoenix-firestorm_model/checkpoint-2500/trainer_state.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.8912655971479501,
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.17825311942959002,
13
+ "grad_norm": 0.14047488570213318,
14
+ "learning_rate": 4.7029114676173505e-05,
15
+ "loss": 0.003,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.35650623885918004,
20
+ "grad_norm": 0.050689179450273514,
21
+ "learning_rate": 4.4058229352347e-05,
22
+ "loss": 0.0007,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.5347593582887701,
27
+ "grad_norm": 0.08220412582159042,
28
+ "learning_rate": 4.10873440285205e-05,
29
+ "loss": 0.0006,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.7130124777183601,
34
+ "grad_norm": 0.043331895023584366,
35
+ "learning_rate": 3.8116458704694006e-05,
36
+ "loss": 0.0004,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 0.8912655971479501,
41
+ "grad_norm": 0.1500982642173767,
42
+ "learning_rate": 3.51455733808675e-05,
43
+ "loss": 0.0003,
44
+ "step": 2500
45
+ }
46
+ ],
47
+ "logging_steps": 500,
48
+ "max_steps": 8415,
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
+ }
phoenix-firestorm_model/checkpoint-2500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab1d4751150159743c68b25f9c5f5714cebb8fb8a43d2030f9d7c8854a7c2c9d
3
+ size 5112
phoenix-firestorm_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
+ }
phoenix-firestorm_model/checkpoint-3000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db73e4fb7c383f42be6946edcbe99d45f104870f7209df69fce605af05516a50
3
+ size 437955572
phoenix-firestorm_model/checkpoint-3000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5c83fe6e6c8d68ae925e8c8bd438f212634eb0d2dd03c666739610d90a85338
3
+ size 876032250
phoenix-firestorm_model/checkpoint-3000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8db8618eecab30917c929e821a830afc8bb7a8df001cbbeaeb99557c13faed5b
3
+ size 14244
phoenix-firestorm_model/checkpoint-3000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76c80bc8073d66296f748186e95690bbd1232af31a6619a07869390cc6728457
3
+ size 1064
phoenix-firestorm_model/checkpoint-3000/trainer_state.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0695187165775402,
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.17825311942959002,
13
+ "grad_norm": 0.14047488570213318,
14
+ "learning_rate": 4.7029114676173505e-05,
15
+ "loss": 0.003,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.35650623885918004,
20
+ "grad_norm": 0.050689179450273514,
21
+ "learning_rate": 4.4058229352347e-05,
22
+ "loss": 0.0007,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.5347593582887701,
27
+ "grad_norm": 0.08220412582159042,
28
+ "learning_rate": 4.10873440285205e-05,
29
+ "loss": 0.0006,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.7130124777183601,
34
+ "grad_norm": 0.043331895023584366,
35
+ "learning_rate": 3.8116458704694006e-05,
36
+ "loss": 0.0004,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 0.8912655971479501,
41
+ "grad_norm": 0.1500982642173767,
42
+ "learning_rate": 3.51455733808675e-05,
43
+ "loss": 0.0003,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 1.0,
48
+ "eval_loss": 2.509473961254116e-05,
49
+ "eval_runtime": 119.7668,
50
+ "eval_samples_per_second": 46.841,
51
+ "eval_steps_per_second": 5.861,
52
+ "step": 2805
53
+ },
54
+ {
55
+ "epoch": 1.0695187165775402,
56
+ "grad_norm": 0.023725489154458046,
57
+ "learning_rate": 3.2174688057041004e-05,
58
+ "loss": 0.0003,
59
+ "step": 3000
60
+ }
61
+ ],
62
+ "logging_steps": 500,
63
+ "max_steps": 8415,
64
+ "num_input_tokens_seen": 0,
65
+ "num_train_epochs": 3,
66
+ "save_steps": 500,
67
+ "stateful_callbacks": {
68
+ "TrainerControl": {
69
+ "args": {
70
+ "should_epoch_stop": false,
71
+ "should_evaluate": false,
72
+ "should_log": false,
73
+ "should_save": true,
74
+ "should_training_stop": false
75
+ },
76
+ "attributes": {}
77
+ }
78
+ },
79
+ "total_flos": 6314345523115008.0,
80
+ "train_batch_size": 8,
81
+ "trial_name": null,
82
+ "trial_params": null
83
+ }
phoenix-firestorm_model/checkpoint-3000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab1d4751150159743c68b25f9c5f5714cebb8fb8a43d2030f9d7c8854a7c2c9d
3
+ size 5112
phoenix-firestorm_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
+ }
phoenix-firestorm_model/checkpoint-3500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37d72bc66a620af231008e9572a05f15862cbe308ea6e73a3d7d408e26f551d9
3
+ size 437955572
phoenix-firestorm_model/checkpoint-3500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acbecc734fa8f6ad54c05bc3ff13383c42a36593d16af2ad6e1c21f20cb68cd5
3
+ size 876032250
phoenix-firestorm_model/checkpoint-3500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b32606b77614b38d563e5a4c91988f210059080f0eebba5aaff4479b53430385
3
+ size 14244
phoenix-firestorm_model/checkpoint-3500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23f223f1e44fd8a0bb8b983229c2d23bb226189ecf09a89a3473d52477beac53
3
+ size 1064
phoenix-firestorm_model/checkpoint-3500/trainer_state.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.2477718360071302,
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.17825311942959002,
13
+ "grad_norm": 0.14047488570213318,
14
+ "learning_rate": 4.7029114676173505e-05,
15
+ "loss": 0.003,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.35650623885918004,
20
+ "grad_norm": 0.050689179450273514,
21
+ "learning_rate": 4.4058229352347e-05,
22
+ "loss": 0.0007,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.5347593582887701,
27
+ "grad_norm": 0.08220412582159042,
28
+ "learning_rate": 4.10873440285205e-05,
29
+ "loss": 0.0006,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.7130124777183601,
34
+ "grad_norm": 0.043331895023584366,
35
+ "learning_rate": 3.8116458704694006e-05,
36
+ "loss": 0.0004,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 0.8912655971479501,
41
+ "grad_norm": 0.1500982642173767,
42
+ "learning_rate": 3.51455733808675e-05,
43
+ "loss": 0.0003,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 1.0,
48
+ "eval_loss": 2.509473961254116e-05,
49
+ "eval_runtime": 119.7668,
50
+ "eval_samples_per_second": 46.841,
51
+ "eval_steps_per_second": 5.861,
52
+ "step": 2805
53
+ },
54
+ {
55
+ "epoch": 1.0695187165775402,
56
+ "grad_norm": 0.023725489154458046,
57
+ "learning_rate": 3.2174688057041004e-05,
58
+ "loss": 0.0003,
59
+ "step": 3000
60
+ },
61
+ {
62
+ "epoch": 1.2477718360071302,
63
+ "grad_norm": 0.014508855529129505,
64
+ "learning_rate": 2.9203802733214496e-05,
65
+ "loss": 0.0002,
66
+ "step": 3500
67
+ }
68
+ ],
69
+ "logging_steps": 500,
70
+ "max_steps": 8415,
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": 7366780295083008.0,
87
+ "train_batch_size": 8,
88
+ "trial_name": null,
89
+ "trial_params": null
90
+ }
phoenix-firestorm_model/checkpoint-3500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab1d4751150159743c68b25f9c5f5714cebb8fb8a43d2030f9d7c8854a7c2c9d
3
+ size 5112
phoenix-firestorm_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
+ }
phoenix-firestorm_model/checkpoint-4000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46b4760663d208b3905918367225bba73bd5dfc6e3dadf1d169053dd9fb90fe7
3
+ size 437955572
phoenix-firestorm_model/checkpoint-4000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02a075969200f891f526adc2174d54cc9d583f0bdbf70b7f37885df90c3a418d
3
+ size 876032250
phoenix-firestorm_model/checkpoint-4000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:220c3457a5d24279653c21bfa3008f45404a6b46a1d79588aa8b86508a2b7eed
3
+ size 14244
phoenix-firestorm_model/checkpoint-4000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d739772c92cab16a22c16a1f06f94c76d2cb8918b93eda118f1763b1dbc9160
3
+ size 1064
phoenix-firestorm_model/checkpoint-4000/trainer_state.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.4260249554367201,
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.17825311942959002,
13
+ "grad_norm": 0.14047488570213318,
14
+ "learning_rate": 4.7029114676173505e-05,
15
+ "loss": 0.003,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.35650623885918004,
20
+ "grad_norm": 0.050689179450273514,
21
+ "learning_rate": 4.4058229352347e-05,
22
+ "loss": 0.0007,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.5347593582887701,
27
+ "grad_norm": 0.08220412582159042,
28
+ "learning_rate": 4.10873440285205e-05,
29
+ "loss": 0.0006,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.7130124777183601,
34
+ "grad_norm": 0.043331895023584366,
35
+ "learning_rate": 3.8116458704694006e-05,
36
+ "loss": 0.0004,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 0.8912655971479501,
41
+ "grad_norm": 0.1500982642173767,
42
+ "learning_rate": 3.51455733808675e-05,
43
+ "loss": 0.0003,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 1.0,
48
+ "eval_loss": 2.509473961254116e-05,
49
+ "eval_runtime": 119.7668,
50
+ "eval_samples_per_second": 46.841,
51
+ "eval_steps_per_second": 5.861,
52
+ "step": 2805
53
+ },
54
+ {
55
+ "epoch": 1.0695187165775402,
56
+ "grad_norm": 0.023725489154458046,
57
+ "learning_rate": 3.2174688057041004e-05,
58
+ "loss": 0.0003,
59
+ "step": 3000
60
+ },
61
+ {
62
+ "epoch": 1.2477718360071302,
63
+ "grad_norm": 0.014508855529129505,
64
+ "learning_rate": 2.9203802733214496e-05,
65
+ "loss": 0.0002,
66
+ "step": 3500
67
+ },
68
+ {
69
+ "epoch": 1.4260249554367201,
70
+ "grad_norm": 0.062080658972263336,
71
+ "learning_rate": 2.6232917409388e-05,
72
+ "loss": 0.0002,
73
+ "step": 4000
74
+ }
75
+ ],
76
+ "logging_steps": 500,
77
+ "max_steps": 8415,
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": 8419215067051008.0,
94
+ "train_batch_size": 8,
95
+ "trial_name": null,
96
+ "trial_params": null
97
+ }
phoenix-firestorm_model/checkpoint-4000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab1d4751150159743c68b25f9c5f5714cebb8fb8a43d2030f9d7c8854a7c2c9d
3
+ size 5112