mgh6 commited on
Commit
06d7aa0
·
1 Parent(s): 46c134d

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
- "_name_or_path": "facebook/esm2_t12_35M_UR50D",
3
  "architectures": [
4
  "EsmForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.0,
7
- "classifier_dropout": null,
8
  "emb_layer_norm_before": false,
9
  "esmfold_config": null,
10
  "hidden_act": "gelu",
 
1
  {
2
+ "_name_or_path": "mgh6/esm_cluster_35M_linear",
3
  "architectures": [
4
  "EsmForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.0,
7
+ "classifier_dropout": 0.18727005942368125,
8
  "emb_layer_norm_before": false,
9
  "esmfold_config": null,
10
  "hidden_act": "gelu",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5d0a16ea1ab978234692fded08c095e88e6c95d2e3f8d2fb2446ce76f6b93024
3
  size 135998360
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2d17a5dcc48ed6bac71945622b81fa0af241c8a9e41865e5a7b4e137fe41d97
3
  size 135998360
run-bad69_00000/checkpoint-500/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "mgh6/esm_cluster_35M_linear",
3
+ "architectures": [
4
+ "EsmForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "classifier_dropout": 0.18727005942368125,
8
+ "emb_layer_norm_before": false,
9
+ "esmfold_config": null,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.0,
12
+ "hidden_size": 480,
13
+ "id2label": {
14
+ "0": "LABEL_0"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 1920,
18
+ "is_folding_model": false,
19
+ "label2id": {
20
+ "LABEL_0": 0
21
+ },
22
+ "layer_norm_eps": 1e-05,
23
+ "mask_token_id": 32,
24
+ "max_position_embeddings": 1026,
25
+ "model_type": "esm",
26
+ "num_attention_heads": 20,
27
+ "num_hidden_layers": 12,
28
+ "pad_token_id": 1,
29
+ "position_embedding_type": "rotary",
30
+ "problem_type": "regression",
31
+ "token_dropout": true,
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.35.2",
34
+ "use_cache": true,
35
+ "vocab_list": null,
36
+ "vocab_size": 33
37
+ }
run-bad69_00000/checkpoint-500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2d17a5dcc48ed6bac71945622b81fa0af241c8a9e41865e5a7b4e137fe41d97
3
+ size 135998360
run-bad69_00000/checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a86edef0bb7fa1cc73fc763387d08eb99eec31dcdd2ce503984ae3d29d82f46
3
+ size 268171578
run-bad69_00000/checkpoint-500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82bf88a64d24f1710990b1b997183a2afa2776859ff863ac96ace4c776f5b99a
3
+ size 14244
run-bad69_00000/checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbcbbfefbb5d00c88e5fa50fd25b0c0e69cd6f9b25c1eefc924adb1431a7921e
3
+ size 1064
run-bad69_00000/checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.2451040893793106,
3
+ "best_model_checkpoint": "mgh6/TCS_Pair/run-bad69_00000/checkpoint-500",
4
+ "epoch": 0.13446282102998522,
5
+ "eval_steps": 500,
6
+ "global_step": 500,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.13,
13
+ "learning_rate": 0.00079158678443389,
14
+ "loss": 0.1584,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.13,
19
+ "eval_loss": 0.2451040893793106,
20
+ "eval_runtime": 21.3792,
21
+ "eval_samples_per_second": 224.096,
22
+ "eval_steps_per_second": 28.018,
23
+ "step": 500
24
+ }
25
+ ],
26
+ "logging_steps": 500,
27
+ "max_steps": 74360,
28
+ "num_train_epochs": 20,
29
+ "save_steps": 500,
30
+ "total_flos": 507901117056000.0,
31
+ "trial_name": null,
32
+ "trial_params": {
33
+ "classifier_dropout": 0.18727005942368125,
34
+ "gradient_accumulation_steps": 2,
35
+ "learning_rate": 0.0007969454818643929,
36
+ "weight_decay": 0.029106359131330688
37
+ }
38
+ }
run-bad69_00000/checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6824f9fe4d5530bdfbcda9b94035c681cade4710ef178c7fb69dcfe7e47c4df
3
+ size 4600
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3133fd831cf03d31b2500397c3106e706b572eaffa32f87bd65fd9b936e71d46
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6824f9fe4d5530bdfbcda9b94035c681cade4710ef178c7fb69dcfe7e47c4df
3
  size 4600