albertmartinez commited on
Commit
c841dc6
1 Parent(s): 7dd9865

End of training

Browse files
Files changed (5) hide show
  1. README.md +5 -0
  2. all_results.json +15 -0
  3. eval_results.json +9 -0
  4. train_results.json +9 -0
  5. trainer_state.json +77 -0
README.md CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
3
  base_model: google-bert/bert-base-multilingual-uncased
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: bert-multilingual-sdg-classification
8
  results: []
@@ -14,6 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
14
  # bert-multilingual-sdg-classification
15
 
16
  This model is a fine-tuned version of [google-bert/bert-base-multilingual-uncased](https://huggingface.co/google-bert/bert-base-multilingual-uncased) on an unknown dataset.
 
 
 
17
 
18
  ## Model description
19
 
 
3
  base_model: google-bert/bert-base-multilingual-uncased
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - f1
8
  model-index:
9
  - name: bert-multilingual-sdg-classification
10
  results: []
 
16
  # bert-multilingual-sdg-classification
17
 
18
  This model is a fine-tuned version of [google-bert/bert-base-multilingual-uncased](https://huggingface.co/google-bert/bert-base-multilingual-uncased) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.6998
21
+ - F1: 0.7966
22
 
23
  ## Model description
24
 
all_results.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_f1": 0.7966137307268389,
4
+ "eval_loss": 0.6998273134231567,
5
+ "eval_runtime": 2255.012,
6
+ "eval_samples": 12908,
7
+ "eval_samples_per_second": 5.724,
8
+ "eval_steps_per_second": 0.716,
9
+ "total_flos": 2.377533515518771e+16,
10
+ "train_loss": 0.9355160604532273,
11
+ "train_runtime": 47353.9083,
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.7966137307268389,
4
+ "eval_loss": 0.6998273134231567,
5
+ "eval_runtime": 2255.012,
6
+ "eval_samples": 12908,
7
+ "eval_samples_per_second": 5.724,
8
+ "eval_steps_per_second": 0.716
9
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 2.377533515518771e+16,
4
+ "train_loss": 0.9355160604532273,
5
+ "train_runtime": 47353.9083,
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": 300.0,
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": 10.279387474060059,
14
+ "learning_rate": 1.6666666666666667e-05,
15
+ "loss": 1.9545,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0615711252653928,
20
+ "grad_norm": 7.024175643920898,
21
+ "learning_rate": 1.6406109613656783e-05,
22
+ "loss": 0.9557,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 1.5923566878980893,
27
+ "grad_norm": 7.754688262939453,
28
+ "learning_rate": 1.1913746630727763e-05,
29
+ "loss": 0.7767,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 2.1231422505307855,
34
+ "grad_norm": 9.531620979309082,
35
+ "learning_rate": 7.421383647798742e-06,
36
+ "loss": 0.6899,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 2.653927813163482,
41
+ "grad_norm": 6.811396598815918,
42
+ "learning_rate": 2.929020664869722e-06,
43
+ "loss": 0.5649,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 3.0,
48
+ "step": 2826,
49
+ "total_flos": 2.377533515518771e+16,
50
+ "train_loss": 0.9355160604532273,
51
+ "train_runtime": 47353.9083,
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
+ }