anoaky commited on
Commit
9a8d42c
·
verified ·
1 Parent(s): a89b013

Training in progress, epoch 1, checkpoint

Browse files
checkpoint-555/config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/bart-large-mnli",
3
+ "_num_labels": 3,
4
+ "activation_dropout": 0.0,
5
+ "activation_function": "gelu",
6
+ "add_final_layer_norm": false,
7
+ "architectures": [
8
+ "BartForSequenceClassification"
9
+ ],
10
+ "attention_dropout": 0.0,
11
+ "bos_token_id": 0,
12
+ "classif_dropout": 0.0,
13
+ "classifier_dropout": 0.0,
14
+ "d_model": 1024,
15
+ "decoder_attention_heads": 16,
16
+ "decoder_ffn_dim": 4096,
17
+ "decoder_layerdrop": 0.0,
18
+ "decoder_layers": 12,
19
+ "decoder_start_token_id": 2,
20
+ "dropout": 0.1,
21
+ "encoder_attention_heads": 16,
22
+ "encoder_ffn_dim": 4096,
23
+ "encoder_layerdrop": 0.0,
24
+ "encoder_layers": 12,
25
+ "eos_token_id": 2,
26
+ "forced_eos_token_id": 2,
27
+ "gradient_checkpointing": false,
28
+ "id2label": {
29
+ "0": "LABEL_0",
30
+ "1": "LABEL_1"
31
+ },
32
+ "init_std": 0.02,
33
+ "is_encoder_decoder": true,
34
+ "label2id": {
35
+ "LABEL_0": 0,
36
+ "LABEL_1": 1
37
+ },
38
+ "max_position_embeddings": 1024,
39
+ "model_type": "bart",
40
+ "normalize_before": false,
41
+ "num_hidden_layers": 12,
42
+ "output_past": false,
43
+ "pad_token_id": 1,
44
+ "scale_embedding": false,
45
+ "torch_dtype": "float32",
46
+ "transformers_version": "4.47.0",
47
+ "use_cache": true,
48
+ "vocab_size": 50265
49
+ }
checkpoint-555/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d7e220220234ea52b1a198a5a82d24f51eb859f488a50d2e498ae39abe472ab
3
+ size 1629432864
checkpoint-555/trainer_state.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 555,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0,
13
+ "eval_f1": 0.018691588785046728,
14
+ "eval_loss": 0.8330444097518921,
15
+ "eval_precision": 0.009461009174311927,
16
+ "eval_recall": 0.7674418604651163,
17
+ "eval_runtime": 51.6093,
18
+ "eval_samples_per_second": 90.546,
19
+ "eval_steps_per_second": 11.335,
20
+ "step": 0
21
+ },
22
+ {
23
+ "epoch": 1.0,
24
+ "grad_norm": 0.4809592068195343,
25
+ "learning_rate": 3.998194945848376e-05,
26
+ "loss": 0.0586,
27
+ "step": 555
28
+ },
29
+ {
30
+ "epoch": 1.0,
31
+ "eval_f1": 0.0,
32
+ "eval_loss": 0.059180792421102524,
33
+ "eval_precision": 0.0,
34
+ "eval_recall": 0.0,
35
+ "eval_runtime": 52.6196,
36
+ "eval_samples_per_second": 88.807,
37
+ "eval_steps_per_second": 11.118,
38
+ "step": 555
39
+ }
40
+ ],
41
+ "logging_steps": 500,
42
+ "max_steps": 2770,
43
+ "num_input_tokens_seen": 0,
44
+ "num_train_epochs": 5,
45
+ "save_steps": 500,
46
+ "stateful_callbacks": {
47
+ "TrainerControl": {
48
+ "args": {
49
+ "should_epoch_stop": false,
50
+ "should_evaluate": false,
51
+ "should_log": false,
52
+ "should_save": true,
53
+ "should_training_stop": false
54
+ },
55
+ "attributes": {}
56
+ }
57
+ },
58
+ "total_flos": 1.929257128088371e+16,
59
+ "train_batch_size": 8,
60
+ "trial_name": null,
61
+ "trial_params": null
62
+ }
checkpoint-555/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ea9167d8b6370173c68e6f09f8843c64f409d8664d8f7638ae1d6884df7db73
3
+ size 5432