lilyray commited on
Commit
3a4f940
·
verified ·
1 Parent(s): f7df944

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:208d98d18f31d4d6e3c526eaf2f08508b80a2d7dc0823a7f7b63afb7e4d7151b
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5a8d31918a9cd61e849b810097cf12b86f9857a5ab886650b3c234d318a7fc9
3
  size 437958648
run-3/checkpoint-1432/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google-bert/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-1432/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5a8d31918a9cd61e849b810097cf12b86f9857a5ab886650b3c234d318a7fc9
3
+ size 437958648
run-3/checkpoint-1432/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb175015843149982292a2d48aab0976b4dbb644e4993bf658776224a0e614fc
3
+ size 876038394
run-3/checkpoint-1432/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cac9b4f127c9b75915f8eb41d31db4c969fdc3ffcae8404b0ae7a6bd010aef17
3
+ size 14244
run-3/checkpoint-1432/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07848629e42f2a0c657fa2469d8c86b7126f680359de356161eee4613414b446
3
+ size 1064
run-3/checkpoint-1432/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-1432/tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
run-3/checkpoint-1432/trainer_state.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.6427904367446899,
3
+ "best_model_checkpoint": "./results/run-3/checkpoint-1432",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1432,
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.7,
13
+ "grad_norm": 5.121725082397461,
14
+ "learning_rate": 3.900489629009753e-05,
15
+ "loss": 0.6715,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.5194444444444444,
21
+ "eval_loss": 0.6856995224952698,
22
+ "eval_runtime": 10.3139,
23
+ "eval_samples_per_second": 92.593,
24
+ "eval_steps_per_second": 11.635,
25
+ "step": 716
26
+ },
27
+ {
28
+ "epoch": 1.4,
29
+ "grad_norm": 5.500706672668457,
30
+ "learning_rate": 2.7170886493344643e-05,
31
+ "loss": 0.6179,
32
+ "step": 1000
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_accuracy": 0.6847222222222221,
37
+ "eval_loss": 0.6427904367446899,
38
+ "eval_runtime": 10.3637,
39
+ "eval_samples_per_second": 92.149,
40
+ "eval_steps_per_second": 11.579,
41
+ "step": 1432
42
+ }
43
+ ],
44
+ "logging_steps": 500,
45
+ "max_steps": 2148,
46
+ "num_input_tokens_seen": 0,
47
+ "num_train_epochs": 3,
48
+ "save_steps": 500,
49
+ "total_flos": 1051917999329280.0,
50
+ "train_batch_size": 4,
51
+ "trial_name": null,
52
+ "trial_params": {
53
+ "learning_rate": 5.0838906086850423e-05,
54
+ "num_train_epochs": 3,
55
+ "per_device_train_batch_size": 4,
56
+ "seed": 1
57
+ }
58
+ }
run-3/checkpoint-1432/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca3e355c8b980d50d5c37f844c116e1c836e9aa10d941320a18e584fc6bb174f
3
+ size 4920
run-3/checkpoint-1432/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Mar09_23-14-00_aa189cdd2d19/events.out.tfevents.1710027494.aa189cdd2d19.2368.6 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b679eab625617306b11caab0e504e939c013f719175b37290c1dcbcecd098836
3
- size 5096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8121b179c1443d3e48545df71bf2a5ccfadf0fd1ffb05536e026f9ab87070c2
3
+ size 5841