Tech-oriented commited on
Commit
c81ba37
1 Parent(s): e86ace8

Training in progress, epoch 1

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a029dfc9b81886295b7f77e6c83ac9b27e34ee6fe15f9d53604a01a31ca78c5e
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6f629c2db0cf6a2a1ceafca0ab21cb85fc9c5d8e585f947034e752a6b9bd6f2
3
  size 437958648
run-8/checkpoint-842/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.3,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.3,
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-8/checkpoint-842/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:496815a200cae3c486debd2df2d07f9f10f36ca851977e4f7c1966db0b5c281b
3
+ size 437958648
run-8/checkpoint-842/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f58d8743d34dd5d4f86483814a71a1da8f6983fa7bbafd6dd3bb92c100fae4c3
3
+ size 876038394
run-8/checkpoint-842/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24f667b5b5643fdb8f833da42b416840f5b9b87f293ca457ccc35b82cf514d97
3
+ size 14180
run-8/checkpoint-842/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c225241ac5065b358fd6497cb27a2ff47161c477985b63fac966ee91d184153
3
+ size 1064
run-8/checkpoint-842/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-8/checkpoint-842/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-8/checkpoint-842/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-8/checkpoint-842/trainer_state.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8876146788990825,
3
+ "best_model_checkpoint": "Tech-oriented/best_model_bert_uncasedbert-base-uncased-finetuned-sst2/run-8/checkpoint-421",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 842,
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.8876146788990825,
14
+ "eval_loss": 0.2878369987010956,
15
+ "eval_runtime": 2.3568,
16
+ "eval_samples_per_second": 369.996,
17
+ "eval_steps_per_second": 23.337,
18
+ "step": 421
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.8864678899082569,
23
+ "eval_loss": 0.2797411382198334,
24
+ "eval_runtime": 2.3688,
25
+ "eval_samples_per_second": 368.112,
26
+ "eval_steps_per_second": 23.218,
27
+ "step": 842
28
+ }
29
+ ],
30
+ "logging_steps": 4209,
31
+ "max_steps": 842,
32
+ "num_input_tokens_seen": 0,
33
+ "num_train_epochs": 2,
34
+ "save_steps": 500,
35
+ "total_flos": 0,
36
+ "train_batch_size": 16,
37
+ "trial_name": null,
38
+ "trial_params": {
39
+ "learning_rate": 1.3007555473187744e-05,
40
+ "num_train_epochs": 2,
41
+ "per_device_train_batch_size": 16,
42
+ "seed": 10,
43
+ "weight_decay": 0.3516798909755618
44
+ }
45
+ }
run-8/checkpoint-842/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7654b2f5b661ba7a7284e6ce0550ef7fb0f9a4e6dcc315f58196aa8be0b4267
3
+ size 4984
run-8/checkpoint-842/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Mar05_15-08-53_9d72474d753b/events.out.tfevents.1709653896.9d72474d753b.33271.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33b79146a75e9494ce951c19f86faf505c0e45e65ff152b537074936db9ee756
3
+ size 5073
runs/Mar05_15-08-53_9d72474d753b/events.out.tfevents.1709654407.9d72474d753b.33271.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0cea03d920c965aa923ef08fdeb9ac2989f357804293c0d86d474c31cf96bf0
3
+ size 5072
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7654b2f5b661ba7a7284e6ce0550ef7fb0f9a4e6dcc315f58196aa8be0b4267
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29ae5b378da67d6d3b8366dbe235ab8607f31fbbf97b177d40ac47d54da34fd0
3
  size 4984