anamelchor commited on
Commit
b9971d4
1 Parent(s): f9bcc45

Training in progress, epoch 1

Browse files
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
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:483916325a780f6eb7e6e9e7c55571aabfa9767680ac37de6a354b77b342fcec
3
- size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2418add4901ab4e859f7d66bc71a339c1b436407a41925c93616d9e8b4325e2
3
+ size 437958648
run-0/checkpoint-134/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-134/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c49d1ed4e9c66ddc49cc1d45d7fc2289aa41b88aba5ecbf842f00fea48083639
3
- size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2418add4901ab4e859f7d66bc71a339c1b436407a41925c93616d9e8b4325e2
3
+ size 437958648
run-0/checkpoint-134/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1416666752de715396196264bd7a1fb002f8c3dd1e4533676a45cc16e903966d
3
- size 535727290
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:471707b6360b6cd03834be03bbd3096246f995a56ab10cd0f37409559447e6f2
3
+ size 876032762
run-0/checkpoint-134/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7a370ee2267e26c5daf7b741d62be810509ce8dc65b6212f645244047641c5af
3
- size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b31cbd5c208388a18cca9abcdc24b0a64efba0e167045a774074f677ac37a75c
3
+ size 13990
run-0/checkpoint-134/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a2b15eae9b4eede4556ff7be2318f195d64ee5f12e70f364b49b9a12e0fc2e4
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc255cd4b975e801e4f2aef7e50347eed9b5ecf7832a1c329f17d6e220970b9f
3
  size 1064
run-0/checkpoint-134/trainer_state.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "best_metric": 0.0,
3
  "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-0/checkpoint-134",
4
  "epoch": 1.0,
5
  "eval_steps": 500,
@@ -10,11 +10,11 @@
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
  ],
@@ -24,12 +24,12 @@
24
  "num_train_epochs": 4,
25
  "save_steps": 500,
26
  "total_flos": 0,
27
- "train_batch_size": 64,
28
  "trial_name": null,
29
  "trial_params": {
30
- "learning_rate": 2.205579826691781e-06,
31
  "num_train_epochs": 4,
32
- "per_device_train_batch_size": 64,
33
- "seed": 12
34
  }
35
  }
 
1
  {
2
+ "best_metric": 0.48713384617299826,
3
  "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-0/checkpoint-134",
4
  "epoch": 1.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
  ],
 
24
  "num_train_epochs": 4,
25
  "save_steps": 500,
26
  "total_flos": 0,
27
+ "train_batch_size": 32,
28
  "trial_name": null,
29
  "trial_params": {
30
+ "learning_rate": 4.8551725658168107e-05,
31
  "num_train_epochs": 4,
32
+ "per_device_train_batch_size": 32,
33
+ "seed": 15
34
  }
35
  }
run-0/checkpoint-134/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 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d5127b6b2a923f326f3eabd70d69017ceba509896441c1673ca4a47369a7144
3
+ size 4990
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cd22d926bf51e4e4dfb85da966e12cec78c95d5e0214bb73fd7de43b59d0463b
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28b64311d0cf6f55cb7835778299cd66ed26a46899481d14efde44e87fb33dde
3
  size 4984