ana-grassmann commited on
Commit
af35951
1 Parent(s): 7c3c212

Training in progress, epoch 3

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:82c2cea454034f3db7cb35b2972483c724dcf125e416f1516e4531343cad5a43
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70a5b54d3a4c3e347067d556c03039c86bdd4c26a269820cbb61f4070d7c464a
3
  size 437958648
run-1/checkpoint-416/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-1/checkpoint-416/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70a5b54d3a4c3e347067d556c03039c86bdd4c26a269820cbb61f4070d7c464a
3
+ size 437958648
run-1/checkpoint-416/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e71d18a10ac192119328a5a3a626b0de77b3a5f16dae3ecf545fd0fcfc8e04e
3
+ size 876038394
run-1/checkpoint-416/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c690fa67a0ceb6c4695472a312dafbfeb413d5c06e12d40e9597a7c5b52c4a2
3
+ size 14244
run-1/checkpoint-416/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f68652183e32efef3b3da15b6778d033ddb2a871b87f23d3c1e3e0c51356089d
3
+ size 1064
run-1/checkpoint-416/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
run-1/checkpoint-416/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-416/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-1/checkpoint-416/trainer_state.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9801677651288196,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-spam-real/run-1/checkpoint-416",
4
+ "epoch": 3.9808612440191387,
5
+ "eval_steps": 500,
6
+ "global_step": 416,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_accuracy": 0.9651887357699221,
14
+ "eval_loss": 0.1194479838013649,
15
+ "eval_runtime": 512.5403,
16
+ "eval_samples_per_second": 32.563,
17
+ "eval_steps_per_second": 4.072,
18
+ "step": 104
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.9775314559616537,
23
+ "eval_loss": 0.07069126516580582,
24
+ "eval_runtime": 511.5618,
25
+ "eval_samples_per_second": 32.626,
26
+ "eval_steps_per_second": 4.08,
27
+ "step": 209
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_accuracy": 0.9791491911324146,
32
+ "eval_loss": 0.08672985434532166,
33
+ "eval_runtime": 540.0361,
34
+ "eval_samples_per_second": 30.905,
35
+ "eval_steps_per_second": 3.865,
36
+ "step": 313
37
+ },
38
+ {
39
+ "epoch": 3.98,
40
+ "eval_accuracy": 0.9801677651288196,
41
+ "eval_loss": 0.08871355652809143,
42
+ "eval_runtime": 507.4158,
43
+ "eval_samples_per_second": 32.892,
44
+ "eval_steps_per_second": 4.113,
45
+ "step": 416
46
+ }
47
+ ],
48
+ "logging_steps": 500,
49
+ "max_steps": 416,
50
+ "num_input_tokens_seen": 0,
51
+ "num_train_epochs": 4,
52
+ "save_steps": 500,
53
+ "total_flos": 0,
54
+ "train_batch_size": 16,
55
+ "trial_name": null,
56
+ "trial_params": {
57
+ "learning_rate": 3.7633342814387334e-05,
58
+ "num_train_epochs": 4,
59
+ "per_device_train_batch_size": 16,
60
+ "seed": 23
61
+ }
62
+ }
run-1/checkpoint-416/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e70c6e682ff4679414666a12647b55c4e70bdccf653d9bd96a7a5f7ed2f6901
3
+ size 4920
run-1/checkpoint-416/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Apr08_02-37-12_c6651826e9bb/events.out.tfevents.1712545178.c6651826e9bb.838.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2be88cb915ff8937a41446bb7c2adf18ff7b0762d90293a00daa21d036a253e5
3
- size 5602
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b505c758aca5830fd3e6da743ea9cf95b2e32f383a43fb9a8736adcf4fceb4d
3
+ size 6279