ana-grassmann commited on
Commit
707d03a
1 Parent(s): c0e527f

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:62af02836c115a9e9d1b2ce917b882f3f2045f3a08b66535a7c1f7182b734531
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8b0b555ee94ce7552bb12e90c534d458d6a204253d570019df85b4a63c8da88
3
  size 437958648
run-2/checkpoint-313/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-2/checkpoint-313/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8b0b555ee94ce7552bb12e90c534d458d6a204253d570019df85b4a63c8da88
3
+ size 437958648
run-2/checkpoint-313/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c104ecb660519258b9b5d088a9518537f31aac7701bed4722cc6302dd4091019
3
+ size 876038394
run-2/checkpoint-313/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2daeb412228cb70175c940d0cffa357a5a08ac3d871600a2bfcff543c220630
3
+ size 14308
run-2/checkpoint-313/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd0ad71de5eef60b8fc9eb2e65b10f01272a5d4b4ca1b729c5f183587ba2d358
3
+ size 1064
run-2/checkpoint-313/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-2/checkpoint-313/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-313/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-2/checkpoint-313/trainer_state.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9783702816057519,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-spam-real/run-2/checkpoint-313",
4
+ "epoch": 2.9952153110047846,
5
+ "eval_steps": 500,
6
+ "global_step": 313,
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.9642300778909527,
14
+ "eval_loss": 0.10540720075368881,
15
+ "eval_runtime": 511.327,
16
+ "eval_samples_per_second": 32.641,
17
+ "eval_steps_per_second": 4.082,
18
+ "step": 104
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.9622528460155781,
23
+ "eval_loss": 0.13376426696777344,
24
+ "eval_runtime": 511.478,
25
+ "eval_samples_per_second": 32.631,
26
+ "eval_steps_per_second": 4.08,
27
+ "step": 209
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_accuracy": 0.9783702816057519,
32
+ "eval_loss": 0.10255199670791626,
33
+ "eval_runtime": 506.6183,
34
+ "eval_samples_per_second": 32.944,
35
+ "eval_steps_per_second": 4.119,
36
+ "step": 313
37
+ }
38
+ ],
39
+ "logging_steps": 500,
40
+ "max_steps": 416,
41
+ "num_input_tokens_seen": 0,
42
+ "num_train_epochs": 4,
43
+ "save_steps": 500,
44
+ "total_flos": 0,
45
+ "train_batch_size": 16,
46
+ "trial_name": null,
47
+ "trial_params": {
48
+ "learning_rate": 6.170280629869221e-05,
49
+ "num_train_epochs": 4,
50
+ "per_device_train_batch_size": 16,
51
+ "seed": 13
52
+ }
53
+ }
run-2/checkpoint-313/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e4aa6fee3a9832c933a46b915398cbe7360cab8548f2d3253bf9a80801fa0a7
3
+ size 4920
run-2/checkpoint-313/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.1712547752.c6651826e9bb.838.2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:46bd283fddcffeca09c7aae2f9b764cb87d5b7c6a788d40e48e9be1dc5e255dd
3
- size 5278
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53b22bf1f7a1486c7f324f3b442df9e22d375477f2263ea6d46c755f16206fc3
3
+ size 5601