anamelchor commited on
Commit
48069a7
·
verified ·
1 Parent(s): b9971d4

Training in progress, epoch 2

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d2418add4901ab4e859f7d66bc71a339c1b436407a41925c93616d9e8b4325e2
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:668d90c5128a6f2f43644ee453315316549ec854817d9dcc55f6fb3450cd53cd
3
  size 437958648
run-0/checkpoint-268/config.json CHANGED
@@ -1,25 +1,27 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
- "activation": "gelu",
4
  "architectures": [
5
- "DistilBertForSequenceClassification"
6
  ],
7
- "attention_dropout": 0.1,
8
- "dim": 768,
9
- "dropout": 0.1,
10
- "hidden_dim": 3072,
 
 
11
  "initializer_range": 0.02,
 
 
12
  "max_position_embeddings": 512,
13
- "model_type": "distilbert",
14
- "n_heads": 12,
15
- "n_layers": 6,
16
  "pad_token_id": 0,
 
17
  "problem_type": "single_label_classification",
18
- "qa_dropout": 0.1,
19
- "seq_classif_dropout": 0.2,
20
- "sinusoidal_pos_embds": false,
21
- "tie_weights_": true,
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.38.2",
 
 
24
  "vocab_size": 30522
25
  }
 
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
  "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
  "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
  "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
  "problem_type": "single_label_classification",
 
 
 
 
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.38.2",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
  "vocab_size": 30522
27
  }
run-0/checkpoint-268/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ef00cc76dea411db3cd877af9d95936843ecaf98d12bb5016c296326d04fb73
3
- size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:668d90c5128a6f2f43644ee453315316549ec854817d9dcc55f6fb3450cd53cd
3
+ size 437958648
run-0/checkpoint-268/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:53ff428f99ecc35d69e57eb499b2bc357d453d727ebcf387ecf31627a3b34719
3
- size 535727290
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9ad3177ae6cc0a7d258c5c5cb86f4a5a30942c8549ba46120cb803647c15924
3
+ size 876032762
run-0/checkpoint-268/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f2a7d2168f6f1ae4ea46d4afd75c71325902ae36a52993875e58941a85eff2df
3
- size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b3965b69b49d517747b6cd36098d1f3f2c556b5c3184f398620acad85f4ec55
3
+ size 13990
run-0/checkpoint-268/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6f5efa340ffab5b563a69a7611173efd483e5d2ffda28af24c45ad6c1869af4d
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e1034233200764dc565b8c8a46c0125398fad8f69642cb863b7deffd3b1fd26
3
  size 1064
run-0/checkpoint-268/trainer_state.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "best_metric": 0.0463559874942472,
3
  "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-0/checkpoint-268",
4
  "epoch": 2.0,
5
  "eval_steps": 500,
@@ -10,20 +10,20 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_loss": 0.6058756113052368,
14
- "eval_matthews_correlation": 0.0,
15
- "eval_runtime": 1.1108,
16
- "eval_samples_per_second": 938.924,
17
- "eval_steps_per_second": 59.414,
18
  "step": 134
19
  },
20
  {
21
  "epoch": 2.0,
22
- "eval_loss": 0.5703422427177429,
23
- "eval_matthews_correlation": 0.0463559874942472,
24
- "eval_runtime": 1.1844,
25
- "eval_samples_per_second": 880.626,
26
- "eval_steps_per_second": 55.725,
27
  "step": 268
28
  }
29
  ],
@@ -33,12 +33,12 @@
33
  "num_train_epochs": 4,
34
  "save_steps": 500,
35
  "total_flos": 0,
36
- "train_batch_size": 64,
37
  "trial_name": null,
38
  "trial_params": {
39
- "learning_rate": 2.205579826691781e-06,
40
  "num_train_epochs": 4,
41
- "per_device_train_batch_size": 64,
42
- "seed": 12
43
  }
44
  }
 
1
  {
2
+ "best_metric": 0.5069257203383023,
3
  "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-0/checkpoint-268",
4
  "epoch": 2.0,
5
  "eval_steps": 500,
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_loss": 0.4828512966632843,
14
+ "eval_matthews_correlation": 0.48713384617299826,
15
+ "eval_runtime": 42.093,
16
+ "eval_samples_per_second": 24.778,
17
+ "eval_steps_per_second": 1.568,
18
  "step": 134
19
  },
20
  {
21
  "epoch": 2.0,
22
+ "eval_loss": 0.5472354888916016,
23
+ "eval_matthews_correlation": 0.5069257203383023,
24
+ "eval_runtime": 42.0585,
25
+ "eval_samples_per_second": 24.799,
26
+ "eval_steps_per_second": 1.569,
27
  "step": 268
28
  }
29
  ],
 
33
  "num_train_epochs": 4,
34
  "save_steps": 500,
35
  "total_flos": 0,
36
+ "train_batch_size": 32,
37
  "trial_name": null,
38
  "trial_params": {
39
+ "learning_rate": 4.8551725658168107e-05,
40
  "num_train_epochs": 4,
41
+ "per_device_train_batch_size": 32,
42
+ "seed": 15
43
  }
44
  }
run-0/checkpoint-268/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:916762e2968c4ee34cf01bb37aa02f020d8d90cd783a83050e1144249e4fdb76
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28b64311d0cf6f55cb7835778299cd66ed26a46899481d14efde44e87fb33dde
3
  size 4984
runs/Mar05_08-10-31_6dbd81c6b707/events.out.tfevents.1709628605.6dbd81c6b707.254.3 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3d5127b6b2a923f326f3eabd70d69017ceba509896441c1673ca4a47369a7144
3
- size 4990
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9979b86052d31cf5e796ed7a5186c62ce976e5ad8171ac24ff9fbcbb581a8774
3
+ size 5325