Reza-Madani commited on
Commit
916475e
1 Parent(s): 2b3fe9d

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "prajjwal1/bert-mini",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 256,
11
+ "id2label": {
12
+ "0": 0,
13
+ "1": 1
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 1024,
17
+ "label2id": {
18
+ "0": 0,
19
+ "1": 1
20
+ },
21
+ "layer_norm_eps": 1e-12,
22
+ "max_position_embeddings": 512,
23
+ "model_type": "bert",
24
+ "num_attention_heads": 4,
25
+ "num_hidden_layers": 4,
26
+ "pad_token_id": 0,
27
+ "position_embedding_type": "absolute",
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.26.0",
30
+ "type_vocab_size": 2,
31
+ "use_cache": true,
32
+ "vocab_size": 30522
33
+ }
last-checkpoint/config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "prajjwal1/bert-mini",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 256,
11
+ "id2label": {
12
+ "0": 0,
13
+ "1": 1
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 1024,
17
+ "label2id": {
18
+ "0": 0,
19
+ "1": 1
20
+ },
21
+ "layer_norm_eps": 1e-12,
22
+ "max_position_embeddings": 512,
23
+ "model_type": "bert",
24
+ "num_attention_heads": 4,
25
+ "num_hidden_layers": 4,
26
+ "pad_token_id": 0,
27
+ "position_embedding_type": "absolute",
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.26.0",
30
+ "type_vocab_size": 2,
31
+ "use_cache": true,
32
+ "vocab_size": 30522
33
+ }
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0efa6bdaa130143505fe541f1a423271362235e155e1283cec21b7458cb2e20
3
+ size 88883845
last-checkpoint/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dbf84df44938b4c7f472e1c14c8f156cfb95726eafc3a9d7fc2fbc34a649b0c
3
+ size 44449417
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1509ee85fa64f545e114cdaeb719c65524c2eabebb894701e5ac95a4915d5a78
3
+ size 14575
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a7964cc59dbcd4cafe1ff58736b1a37cf044babc53007397f39ade5c8183aa6
3
+ size 627
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.47408804297447205,
3
+ "best_model_checkpoint": "./test-small-bert-with-loss-weight/checkpoint-500",
4
+ "epoch": 0.4921259842519685,
5
+ "global_step": 500,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.49,
12
+ "learning_rate": 4.1797900262467194e-05,
13
+ "loss": 0.5221,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.49,
18
+ "eval_accuracy": 0.7981369412985216,
19
+ "eval_f1": 0.559788090457472,
20
+ "eval_loss": 0.47408804297447205,
21
+ "eval_precision": 0.4648381238649884,
22
+ "eval_recall": 0.7034852038761343,
23
+ "eval_runtime": 9.072,
24
+ "eval_samples_per_second": 1084.879,
25
+ "eval_steps_per_second": 4.299,
26
+ "step": 500
27
+ }
28
+ ],
29
+ "max_steps": 3048,
30
+ "num_train_epochs": 3,
31
+ "total_flos": 155323564032000.0,
32
+ "trial_name": null,
33
+ "trial_params": null
34
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7f78e51cdb55988f80e94c328e516b8025aedbf34269355824347fae368c890
3
+ size 3515
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dbf84df44938b4c7f472e1c14c8f156cfb95726eafc3a9d7fc2fbc34a649b0c
3
+ size 44449417
runs/Feb06_09-41-46_fadceb92582a/1675676530.2681575/events.out.tfevents.1675676530.fadceb92582a.597.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ecfacab3fbf276c27cbd2dd0e5c4995398c88e07ed193bd284b412fbb091ce8
3
+ size 5734
runs/Feb06_09-41-46_fadceb92582a/events.out.tfevents.1675676530.fadceb92582a.597.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14024d31ce988ab997b3a13c355c4f578c1d057441c624ae069eb9ef1805e8c9
3
+ size 4508
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7f78e51cdb55988f80e94c328e516b8025aedbf34269355824347fae368c890
3
+ size 3515