Tech-oriented commited on
Commit
596fe7a
1 Parent(s): 56f73e8

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:b87e447afcc6450cb13ca14e3644e9d76788c936457f95dbb88373e764323c93
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:097d83f7abfa7a086e971f1afb84acad12e5398bd9ed1ad294d5e26101fbdfaf
3
  size 437958648
run-1/checkpoint-1263/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-1263/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:097d83f7abfa7a086e971f1afb84acad12e5398bd9ed1ad294d5e26101fbdfaf
3
+ size 437958648
run-1/checkpoint-1263/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a408b7eae7383e242fdf8c02049a4bcfc26bb23f4e9639ede84e3c8d8bd98fa
3
+ size 876038394
run-1/checkpoint-1263/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:063ad9cbd28f3bc1c439727a778daf76083fbe7f187e4f5bd94f52e025dd74e3
3
+ size 14244
run-1/checkpoint-1263/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6e623ec2092cf7d7cc03acd5da06e04c15dfda0a47f5c6f0292fe35df8ca2f9
3
+ size 1064
run-1/checkpoint-1263/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-1263/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-1263/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-1263/trainer_state.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9231651376146789,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-sst2/run-1/checkpoint-421",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1263,
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.9231651376146789,
14
+ "eval_loss": 0.24830688536167145,
15
+ "eval_runtime": 2.2848,
16
+ "eval_samples_per_second": 381.657,
17
+ "eval_steps_per_second": 24.072,
18
+ "step": 421
19
+ },
20
+ {
21
+ "epoch": 1.19,
22
+ "grad_norm": 1.174437165260315,
23
+ "learning_rate": 3.136892070081642e-05,
24
+ "loss": 0.3128,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_accuracy": 0.9139908256880734,
30
+ "eval_loss": 0.3306081295013428,
31
+ "eval_runtime": 2.3075,
32
+ "eval_samples_per_second": 377.901,
33
+ "eval_steps_per_second": 23.835,
34
+ "step": 842
35
+ },
36
+ {
37
+ "epoch": 2.38,
38
+ "grad_norm": 14.713961601257324,
39
+ "learning_rate": 1.0812616178656248e-05,
40
+ "loss": 0.1105,
41
+ "step": 1000
42
+ },
43
+ {
44
+ "epoch": 3.0,
45
+ "eval_accuracy": 0.9139908256880734,
46
+ "eval_loss": 0.4116528332233429,
47
+ "eval_runtime": 2.3531,
48
+ "eval_samples_per_second": 370.572,
49
+ "eval_steps_per_second": 23.373,
50
+ "step": 1263
51
+ }
52
+ ],
53
+ "logging_steps": 500,
54
+ "max_steps": 1263,
55
+ "num_input_tokens_seen": 0,
56
+ "num_train_epochs": 3,
57
+ "save_steps": 500,
58
+ "total_flos": 291460243797480.0,
59
+ "train_batch_size": 16,
60
+ "trial_name": null,
61
+ "trial_params": {
62
+ "learning_rate": 5.192522522297658e-05,
63
+ "num_train_epochs": 3,
64
+ "per_device_train_batch_size": 16,
65
+ "seed": 6
66
+ }
67
+ }
run-1/checkpoint-1263/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a42951e65bb3aa1e125b1b27e2a27b66ec94bb48bc4ff40d24214557a0e4b15
3
+ size 4920
run-1/checkpoint-1263/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-842/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:da03c42f7d21e72fcf2e35495731396193ad69891d1c94620346f9ea1b114f41
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9854b3a5c1cd9a5d9c6ed2826e77d6a076648a46ca110e6211ee7cd8cdb15a73
3
  size 437958648
run-1/checkpoint-842/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ade1da78eee8738ba225255d5a5a3fdc8e2966a8198c67ef2833fd0d0fd3992b
3
  size 876038394
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c79fd1d85362acbc5103ae59788f6de68b11f471e6767d9cea573d5ce3cd535
3
  size 876038394
run-1/checkpoint-842/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b3a63861dc396620edd4b11db54d670765bc44b1d879bdac9cfa099d89602994
3
- size 14308
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:505ff0daefb21a6c8c2324f62a92aad54c4bd1f2e84dbebb3c66afe6327a77a4
3
+ size 14244
run-1/checkpoint-842/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5bc52c61ce135ad5f61822f7d16ad67b3c031cd6aaa19cb7701ac4ec162df4c8
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8b0ffe5f3238e7c27281c5885b3b317a2efe6ef72456a7b36dc568271172ebb
3
  size 1064
run-1/checkpoint-842/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6d58728a4c98462c056199818a16dc9ffabb0131d677c081afc7148b4da7bd4e
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a42951e65bb3aa1e125b1b27e2a27b66ec94bb48bc4ff40d24214557a0e4b15
3
  size 4920
runs/Mar03_17-42-01_90708aaa767a/events.out.tfevents.1709497614.90708aaa767a.21824.19 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e1778f90d52d065d9300ccfe56cd2b6065e60d4ee8042afbb97744bb1516d48d
3
- size 5691
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01786409408c8f3f5900035146b4ab90d5fc801a535c92cecf92af785616fb34
3
+ size 6368