ana-grassmann commited on
Commit
8ed9c4d
1 Parent(s): d2b7258

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:3880bdfe716acbfb56b4209bb6dcff9d33d1f160b06e84fa045a39235a630ed5
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d02c86d9940a826ff1730795f4670f285175788a8d8f406c97878c487418a2d
3
  size 437958648
run-4/checkpoint-156/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-4/checkpoint-156/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d02c86d9940a826ff1730795f4670f285175788a8d8f406c97878c487418a2d
3
+ size 437958648
run-4/checkpoint-156/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9d62a4ba141d0c4be0063f2292e81239b8eda0a94c3cf06412fb9f1fe74257a
3
+ size 876038394
run-4/checkpoint-156/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e518516ee60ddb5bfad20dbf48f6b6c7626ea5f19ead91f1f67481adeec81725
3
+ size 14244
run-4/checkpoint-156/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd5ba24b2006d6bcc98b0e7ec6d7bc07f9a5596574f6b5c4b73cf313e39d5fb2
3
+ size 1064
run-4/checkpoint-156/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-4/checkpoint-156/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-156/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-4/checkpoint-156/trainer_state.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9659676452965847,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-spam-real/run-4/checkpoint-156",
4
+ "epoch": 2.9714285714285715,
5
+ "eval_steps": 500,
6
+ "global_step": 156,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.99,
13
+ "eval_accuracy": 0.9539245056920311,
14
+ "eval_loss": 0.16542811691761017,
15
+ "eval_runtime": 129.3001,
16
+ "eval_samples_per_second": 129.08,
17
+ "eval_steps_per_second": 16.141,
18
+ "step": 52
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.9653085680047933,
23
+ "eval_loss": 0.1037997454404831,
24
+ "eval_runtime": 129.5128,
25
+ "eval_samples_per_second": 128.868,
26
+ "eval_steps_per_second": 16.114,
27
+ "step": 105
28
+ },
29
+ {
30
+ "epoch": 2.97,
31
+ "eval_accuracy": 0.9659676452965847,
32
+ "eval_loss": 0.10011225193738937,
33
+ "eval_runtime": 129.542,
34
+ "eval_samples_per_second": 128.838,
35
+ "eval_steps_per_second": 16.111,
36
+ "step": 156
37
+ }
38
+ ],
39
+ "logging_steps": 500,
40
+ "max_steps": 156,
41
+ "num_input_tokens_seen": 0,
42
+ "num_train_epochs": 3,
43
+ "save_steps": 500,
44
+ "total_flos": 0,
45
+ "train_batch_size": 32,
46
+ "trial_name": null,
47
+ "trial_params": {
48
+ "learning_rate": 1.206795367564972e-05,
49
+ "num_train_epochs": 3,
50
+ "per_device_train_batch_size": 32,
51
+ "seed": 40
52
+ }
53
+ }
run-4/checkpoint-156/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2194772225453dced683322f182f6b26593c24e9eb0509fd277a97b09331510
3
+ size 4920
run-4/checkpoint-156/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.1713122567.6ec9497f7a76.2144.4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fcfad39edeb989d6c29507fc8485d2f173444e2490a4c50c1594d54348d5ff43
3
- size 5272
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:928f8af35d1ffac2ccd6af964c7276cfdf1391d8629845c793d391b98a74c0b4
3
+ size 5949