Euanyu commited on
Commit
cb78f6d
1 Parent(s): 1828ad6

Delete trainer_state.json

Browse files
Files changed (1) hide show
  1. trainer_state.json +0 -54
trainer_state.json DELETED
@@ -1,54 +0,0 @@
1
- {
2
- "best_metric": 0.2957749664783478,
3
- "best_model_checkpoint": "pubmedbert_caption_compound_RTX6000/checkpoint-525",
4
- "epoch": 1.0,
5
- "eval_steps": 500,
6
- "global_step": 525,
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.9523809523809523,
13
- "grad_norm": 3.1260972023010254,
14
- "learning_rate": 2.4285714285714288e-05,
15
- "loss": 0.2901,
16
- "step": 500
17
- },
18
- {
19
- "epoch": 1.0,
20
- "eval_accuracy": 0.8874109263657958,
21
- "eval_f1": 0.8850925368018971,
22
- "eval_f1_medical": 0.8687707641196013,
23
- "eval_f1_non_medical": 0.901414309484193,
24
- "eval_loss": 0.2957749664783478,
25
- "eval_precision": 0.8820521098447567,
26
- "eval_recall": 0.891335859705761,
27
- "eval_runtime": 28.7719,
28
- "eval_samples_per_second": 146.323,
29
- "eval_steps_per_second": 4.588,
30
- "step": 525
31
- }
32
- ],
33
- "logging_steps": 500,
34
- "max_steps": 2625,
35
- "num_input_tokens_seen": 0,
36
- "num_train_epochs": 5,
37
- "save_steps": 500,
38
- "stateful_callbacks": {
39
- "TrainerControl": {
40
- "args": {
41
- "should_epoch_stop": false,
42
- "should_evaluate": false,
43
- "should_log": false,
44
- "should_save": true,
45
- "should_training_stop": false
46
- },
47
- "attributes": {}
48
- }
49
- },
50
- "total_flos": 3739844096446080.0,
51
- "train_batch_size": 32,
52
- "trial_name": null,
53
- "trial_params": null
54
- }