albertmartinez commited on
Commit
d9802a0
1 Parent(s): b9e9bec

End of training

Browse files
README.md CHANGED
@@ -3,6 +3,8 @@ license: mit
3
  base_model: albertmartinez/bert-sdg-classification
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: bert-sdg-classification
8
  results: []
@@ -14,6 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
14
  # bert-sdg-classification
15
 
16
  This model is a fine-tuned version of [albertmartinez/bert-sdg-classification](https://huggingface.co/albertmartinez/bert-sdg-classification) on an unknown dataset.
 
 
 
17
 
18
  ## Model description
19
 
 
3
  base_model: albertmartinez/bert-sdg-classification
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - f1
8
  model-index:
9
  - name: bert-sdg-classification
10
  results: []
 
16
  # bert-sdg-classification
17
 
18
  This model is a fine-tuned version of [albertmartinez/bert-sdg-classification](https://huggingface.co/albertmartinez/bert-sdg-classification) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.3017
21
+ - F1: 0.9422
22
 
23
  ## Model description
24
 
all_results.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_f1": 0.9421819286392854,
4
+ "eval_loss": 0.3017396032810211,
5
+ "eval_runtime": 2280.6832,
6
+ "eval_samples": 12908,
7
+ "eval_samples_per_second": 5.66,
8
+ "eval_steps_per_second": 0.708,
9
+ "total_flos": 2.377533515518771e+16,
10
+ "train_loss": 0.15210941878937695,
11
+ "train_runtime": 47350.7748,
12
+ "train_samples": 30117,
13
+ "train_samples_per_second": 1.908,
14
+ "train_steps_per_second": 0.06
15
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_f1": 0.9421819286392854,
4
+ "eval_loss": 0.3017396032810211,
5
+ "eval_runtime": 2280.6832,
6
+ "eval_samples": 12908,
7
+ "eval_samples_per_second": 5.66,
8
+ "eval_steps_per_second": 0.708
9
+ }
predict_results.txt ADDED
The diff for this file is too large to render. See raw diff
 
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 2.377533515518771e+16,
4
+ "train_loss": 0.15210941878937695,
5
+ "train_runtime": 47350.7748,
6
+ "train_samples": 30117,
7
+ "train_samples_per_second": 1.908,
8
+ "train_steps_per_second": 0.06
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 2826,
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.5307855626326964,
13
+ "grad_norm": 3.384657382965088,
14
+ "learning_rate": 8.333333333333334e-06,
15
+ "loss": 0.2368,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0615711252653928,
20
+ "grad_norm": 10.156657218933105,
21
+ "learning_rate": 8.203054806828391e-06,
22
+ "loss": 0.1146,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 1.5923566878980893,
27
+ "grad_norm": 0.6068603992462158,
28
+ "learning_rate": 5.9568733153638815e-06,
29
+ "loss": 0.1799,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 2.1231422505307855,
34
+ "grad_norm": 6.402149677276611,
35
+ "learning_rate": 3.710691823899371e-06,
36
+ "loss": 0.1593,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 2.653927813163482,
41
+ "grad_norm": 3.010026693344116,
42
+ "learning_rate": 1.464510332434861e-06,
43
+ "loss": 0.1031,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 3.0,
48
+ "step": 2826,
49
+ "total_flos": 2.377533515518771e+16,
50
+ "train_loss": 0.15210941878937695,
51
+ "train_runtime": 47350.7748,
52
+ "train_samples_per_second": 1.908,
53
+ "train_steps_per_second": 0.06
54
+ }
55
+ ],
56
+ "logging_steps": 500,
57
+ "max_steps": 2826,
58
+ "num_input_tokens_seen": 0,
59
+ "num_train_epochs": 3,
60
+ "save_steps": 500,
61
+ "stateful_callbacks": {
62
+ "TrainerControl": {
63
+ "args": {
64
+ "should_epoch_stop": false,
65
+ "should_evaluate": false,
66
+ "should_log": false,
67
+ "should_save": true,
68
+ "should_training_stop": true
69
+ },
70
+ "attributes": {}
71
+ }
72
+ },
73
+ "total_flos": 2.377533515518771e+16,
74
+ "train_batch_size": 32,
75
+ "trial_name": null,
76
+ "trial_params": null
77
+ }