AnnyNguyen commited on
Commit
0a33c9e
·
verified ·
1 Parent(s): 4a52d70

Delete checkpoint-1838/trainer_state.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. checkpoint-1838/trainer_state.json +0 -81
checkpoint-1838/trainer_state.json DELETED
@@ -1,81 +0,0 @@
1
- {
2
- "best_global_step": 1838,
3
- "best_metric": 0.8584182176868169,
4
- "best_model_checkpoint": "outputs/hate-speech-detection/bartpho/checkpoint-1838",
5
- "epoch": 2.0,
6
- "eval_steps": 500,
7
- "global_step": 1838,
8
- "is_hyper_param_search": false,
9
- "is_local_process_zero": true,
10
- "is_world_process_zero": true,
11
- "log_history": [
12
- {
13
- "epoch": 0.998911860718172,
14
- "grad_norm": 5.026103496551514,
15
- "learning_rate": 1.9996091589167148e-05,
16
- "loss": 0.4322,
17
- "step": 918
18
- },
19
- {
20
- "epoch": 1.0,
21
- "eval_accuracy": 0.8672093023255814,
22
- "eval_f1": 0.8445973458840447,
23
- "eval_loss": 0.3799676299095154,
24
- "eval_precision": 0.842818369486491,
25
- "eval_recall": 0.8672093023255814,
26
- "eval_runtime": 23.1952,
27
- "eval_samples_per_second": 185.383,
28
- "eval_steps_per_second": 5.82,
29
- "step": 919
30
- },
31
- {
32
- "epoch": 1.997823721436344,
33
- "grad_norm": 4.470948696136475,
34
- "learning_rate": 1.9982377977480694e-05,
35
- "loss": 0.3267,
36
- "step": 1836
37
- },
38
- {
39
- "epoch": 2.0,
40
- "eval_accuracy": 0.8737209302325581,
41
- "eval_f1": 0.8584182176868169,
42
- "eval_loss": 0.3589487671852112,
43
- "eval_precision": 0.8544893355302388,
44
- "eval_recall": 0.8737209302325581,
45
- "eval_runtime": 23.1978,
46
- "eval_samples_per_second": 185.363,
47
- "eval_steps_per_second": 5.82,
48
- "step": 1838
49
- }
50
- ],
51
- "logging_steps": 918,
52
- "max_steps": 91900,
53
- "num_input_tokens_seen": 0,
54
- "num_train_epochs": 100,
55
- "save_steps": 500,
56
- "stateful_callbacks": {
57
- "EarlyStoppingCallback": {
58
- "args": {
59
- "early_stopping_patience": 5,
60
- "early_stopping_threshold": 0.0
61
- },
62
- "attributes": {
63
- "early_stopping_patience_counter": 0
64
- }
65
- },
66
- "TrainerControl": {
67
- "args": {
68
- "should_epoch_stop": false,
69
- "should_evaluate": false,
70
- "should_log": false,
71
- "should_save": true,
72
- "should_training_stop": false
73
- },
74
- "attributes": {}
75
- }
76
- },
77
- "total_flos": 0.0,
78
- "train_batch_size": 32,
79
- "trial_name": null,
80
- "trial_params": null
81
- }