ana-grassmann commited on
Commit
2b35658
1 Parent(s): e663fff

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:1bac9f553e5b07f6962c1b1f725ef608c678e5b177fc195724896c716462fe6e
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c74ae6a3ea4365a9178834cd465401c5445444e4226ae06794c61a344510281
3
  size 437958648
run-3/checkpoint-627/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-3/checkpoint-627/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c74ae6a3ea4365a9178834cd465401c5445444e4226ae06794c61a344510281
3
+ size 437958648
run-3/checkpoint-627/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef373923e96beae13fd0dfa5c156d94e80328ff4a01e4e5f0e4dbc54b6890230
3
+ size 876038394
run-3/checkpoint-627/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10f308ad6acf8c1651291a8b39d98d4325b4c252e92fe8dc605003116e14f2da
3
+ size 14308
run-3/checkpoint-627/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f6adb01e2346408048ef1e9cd25bebacbbb4626122c239d462c39546c6bf441
3
+ size 1064
run-3/checkpoint-627/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-3/checkpoint-627/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-627/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-3/checkpoint-627/trainer_state.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9040742959856202,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-spam-real/run-3/checkpoint-627",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 627,
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.8203115638106651,
14
+ "eval_loss": 0.5042904615402222,
15
+ "eval_runtime": 129.4295,
16
+ "eval_samples_per_second": 128.95,
17
+ "eval_steps_per_second": 16.125,
18
+ "step": 209
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.8947872977831036,
23
+ "eval_loss": 0.3739599585533142,
24
+ "eval_runtime": 129.4507,
25
+ "eval_samples_per_second": 128.929,
26
+ "eval_steps_per_second": 16.122,
27
+ "step": 418
28
+ },
29
+ {
30
+ "epoch": 2.39,
31
+ "grad_norm": 6.7307233810424805,
32
+ "learning_rate": 2.3798610323153638e-07,
33
+ "loss": 0.5071,
34
+ "step": 500
35
+ },
36
+ {
37
+ "epoch": 3.0,
38
+ "eval_accuracy": 0.9040742959856202,
39
+ "eval_loss": 0.34588372707366943,
40
+ "eval_runtime": 129.5008,
41
+ "eval_samples_per_second": 128.879,
42
+ "eval_steps_per_second": 16.116,
43
+ "step": 627
44
+ }
45
+ ],
46
+ "logging_steps": 500,
47
+ "max_steps": 627,
48
+ "num_input_tokens_seen": 0,
49
+ "num_train_epochs": 3,
50
+ "save_steps": 500,
51
+ "total_flos": 2034221541187080.0,
52
+ "train_batch_size": 8,
53
+ "trial_name": null,
54
+ "trial_params": {
55
+ "learning_rate": 1.1749392655604196e-06,
56
+ "num_train_epochs": 3,
57
+ "per_device_train_batch_size": 8,
58
+ "seed": 31
59
+ }
60
+ }
run-3/checkpoint-627/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:303aeb956fd1d861930deca58dc128af481376b0dbebeaf44e09d4458832a264
3
+ size 4920
run-3/checkpoint-627/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Apr14_18-31-48_6ec9497f7a76/events.out.tfevents.1713121839.6ec9497f7a76.2144.3 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b47f80800beba93e1cdf07b0f69aa45f42b579ba32564cfd6d07995a75abeee8
3
- size 5495
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4310ab948dd1289ddf27277183a7273fe03ec642745b351d4596d0b4243d2dc9
3
+ size 6172