albertmartinez commited on
Commit
8859889
1 Parent(s): 329b96e

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: distilbert/distilbert-base-multilingual-cased
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: distilbert-multilingual-sdg-classification
8
  results: []
@@ -14,6 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
14
  # distilbert-multilingual-sdg-classification
15
 
16
  This model is a fine-tuned version of [distilbert/distilbert-base-multilingual-cased](https://huggingface.co/distilbert/distilbert-base-multilingual-cased) on an unknown dataset.
 
 
 
17
 
18
  ## Model description
19
 
 
3
  base_model: distilbert/distilbert-base-multilingual-cased
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - f1
8
  model-index:
9
  - name: distilbert-multilingual-sdg-classification
10
  results: []
 
16
  # distilbert-multilingual-sdg-classification
17
 
18
  This model is a fine-tuned version of [distilbert/distilbert-base-multilingual-cased](https://huggingface.co/distilbert/distilbert-base-multilingual-cased) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.8312
21
+ - F1: 0.7621
22
 
23
  ## Model description
24
 
all_results.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_f1": 0.7620787815331507,
4
+ "eval_loss": 0.8311654329299927,
5
+ "eval_runtime": 1221.0092,
6
+ "eval_samples": 12908,
7
+ "eval_samples_per_second": 10.572,
8
+ "eval_steps_per_second": 1.322,
9
+ "total_flos": 1.1971550128324608e+16,
10
+ "train_loss": 1.1780135147299904,
11
+ "train_runtime": 24677.7647,
12
+ "train_samples": 30117,
13
+ "train_samples_per_second": 3.661,
14
+ "train_steps_per_second": 0.115
15
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_f1": 0.7620787815331507,
4
+ "eval_loss": 0.8311654329299927,
5
+ "eval_runtime": 1221.0092,
6
+ "eval_samples": 12908,
7
+ "eval_samples_per_second": 10.572,
8
+ "eval_steps_per_second": 1.322
9
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 1.1971550128324608e+16,
4
+ "train_loss": 1.1780135147299904,
5
+ "train_runtime": 24677.7647,
6
+ "train_samples": 30117,
7
+ "train_samples_per_second": 3.661,
8
+ "train_steps_per_second": 0.115
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": 7.908592224121094,
14
+ "learning_rate": 8.333333333333334e-06,
15
+ "loss": 2.288,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0615711252653928,
20
+ "grad_norm": 9.661299705505371,
21
+ "learning_rate": 8.203054806828391e-06,
22
+ "loss": 1.1887,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 1.5923566878980893,
27
+ "grad_norm": 6.738057613372803,
28
+ "learning_rate": 5.9568733153638815e-06,
29
+ "loss": 0.9571,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 2.1231422505307855,
34
+ "grad_norm": 8.572662353515625,
35
+ "learning_rate": 3.710691823899371e-06,
36
+ "loss": 0.8923,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 2.653927813163482,
41
+ "grad_norm": 7.6663737297058105,
42
+ "learning_rate": 1.464510332434861e-06,
43
+ "loss": 0.8164,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 3.0,
48
+ "step": 2826,
49
+ "total_flos": 1.1971550128324608e+16,
50
+ "train_loss": 1.1780135147299904,
51
+ "train_runtime": 24677.7647,
52
+ "train_samples_per_second": 3.661,
53
+ "train_steps_per_second": 0.115
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": 1.1971550128324608e+16,
74
+ "train_batch_size": 32,
75
+ "trial_name": null,
76
+ "trial_params": null
77
+ }