ana-grassmann commited on
Commit
0687c8b
1 Parent(s): b94559e

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:914577c533cdded27b6a9b9b391d2be1ff58397d904b2c7436992d7e73b71639
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71b9b02fcaadd08ecf41ab6d26a6ba3af18d5ce2ce39e6fd3be4e94354775b79
3
  size 437958648
run-1/checkpoint-1669/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-1669/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71b9b02fcaadd08ecf41ab6d26a6ba3af18d5ce2ce39e6fd3be4e94354775b79
3
+ size 437958648
run-1/checkpoint-1669/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60e898b214c573ad94f4d449cd3ea00ad2b45d69e3aed9bbcc7107df1494a95b
3
+ size 876038394
run-1/checkpoint-1669/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fa511f66a6aff1106c40fd12edc88cd20c3b4cbe632d5bca291bb1778c32166
3
+ size 14244
run-1/checkpoint-1669/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a5a7123f86992d5093150f8ff33d3d4c1404329a026a7aa91d280292eaa0688
3
+ size 1064
run-1/checkpoint-1669/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-1669/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-1669/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-1669/trainer_state.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9698621929298982,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-spam-real/run-1/checkpoint-1669",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1669,
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.3,
13
+ "grad_norm": 1.8941549062728882,
14
+ "learning_rate": 2.7998077239858024e-06,
15
+ "loss": 0.3584,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.6,
20
+ "grad_norm": 0.23405538499355316,
21
+ "learning_rate": 2.5731393525491277e-06,
22
+ "loss": 0.157,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.9,
27
+ "grad_norm": 0.15349306166172028,
28
+ "learning_rate": 2.3464709811124533e-06,
29
+ "loss": 0.1768,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 1.0,
34
+ "eval_accuracy": 0.9698621929298982,
35
+ "eval_loss": 0.13613532483577728,
36
+ "eval_runtime": 318.6416,
37
+ "eval_samples_per_second": 52.379,
38
+ "eval_steps_per_second": 3.276,
39
+ "step": 1669
40
+ }
41
+ ],
42
+ "logging_steps": 500,
43
+ "max_steps": 6676,
44
+ "num_input_tokens_seen": 0,
45
+ "num_train_epochs": 4,
46
+ "save_steps": 500,
47
+ "total_flos": 1346627047993920.0,
48
+ "train_batch_size": 4,
49
+ "trial_name": null,
50
+ "trial_params": {
51
+ "learning_rate": 3.0264760954224767e-06,
52
+ "num_train_epochs": 4,
53
+ "per_device_train_batch_size": 4,
54
+ "seed": 6
55
+ }
56
+ }
run-1/checkpoint-1669/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60379ae07aa3728c9424d4499cfa9907fccd032fa9110c665a9cee7da027e697
3
+ size 4920
run-1/checkpoint-1669/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Apr07_19-58-20_6f1fc297b560/events.out.tfevents.1712522594.6f1fc297b560.655.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:607996658fef0dc089c99e72c658ae243633e9aa61f68229904c0ba8deb19708
3
+ size 5594
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e099818249ddecf442df98b949821a6e1bc96f54b7f97f17dac7a7067b75e3b4
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60379ae07aa3728c9424d4499cfa9907fccd032fa9110c665a9cee7da027e697
3
  size 4920