Flamenco43 commited on
Commit
4573c09
1 Parent(s): 4dc0f20

End of training

Browse files
README.md CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
3
  base_model: google-bert/bert-base-uncased
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: nano_cls-1
8
  results: []
@@ -14,6 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
14
  # nano_cls-1
15
 
16
  This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on an unknown dataset.
 
 
 
17
 
18
  ## Model description
19
 
 
3
  base_model: google-bert/bert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - f1
8
  model-index:
9
  - name: nano_cls-1
10
  results: []
 
16
  # nano_cls-1
17
 
18
  This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.5919
21
+ - F1: 0.8216
22
 
23
  ## Model description
24
 
all_results.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_f1": 0.8215811965811965,
4
+ "eval_loss": 0.5918742418289185,
5
+ "eval_runtime": 18.3513,
6
+ "eval_samples": 20000,
7
+ "eval_samples_per_second": 1089.842,
8
+ "eval_steps_per_second": 17.056,
9
+ "total_flos": 4.209776888119296e+16,
10
+ "train_loss": 0.4081730590820313,
11
+ "train_runtime": 544.5651,
12
+ "train_samples": 160000,
13
+ "train_samples_per_second": 293.812,
14
+ "train_steps_per_second": 1.148,
15
+ "train_tokens_per_second": 18803.995
16
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_f1": 0.8215811965811965,
4
+ "eval_loss": 0.5918742418289185,
5
+ "eval_runtime": 18.3513,
6
+ "eval_samples": 20000,
7
+ "eval_samples_per_second": 1089.842,
8
+ "eval_steps_per_second": 17.056
9
+ }
runs/Jun26_20-33-53_x3005c0s25b1n0/events.out.tfevents.1719434678.x3005c0s25b1n0.2293679.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7304b0ad2adb9801ed77fdad9426dd041038a0bcef0ebdfee3d5f2100b2fe3be
3
+ size 405
train_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 4.209776888119296e+16,
4
+ "train_loss": 0.4081730590820313,
5
+ "train_runtime": 544.5651,
6
+ "train_samples": 160000,
7
+ "train_samples_per_second": 293.812,
8
+ "train_steps_per_second": 1.148,
9
+ "train_tokens_per_second": 18803.995
10
+ }
trainer_state.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 625,
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.8,
13
+ "grad_norm": 4.995232582092285,
14
+ "learning_rate": 5e-05,
15
+ "loss": 0.4298,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "step": 625,
21
+ "total_flos": 4.209776888119296e+16,
22
+ "train_loss": 0.4081730590820313,
23
+ "train_runtime": 544.5651,
24
+ "train_samples_per_second": 293.812,
25
+ "train_steps_per_second": 1.148,
26
+ "train_tokens_per_second": 18803.995
27
+ }
28
+ ],
29
+ "logging_steps": 500,
30
+ "max_steps": 625,
31
+ "num_input_tokens_seen": 0,
32
+ "num_train_epochs": 1,
33
+ "save_steps": 500,
34
+ "stateful_callbacks": {
35
+ "TrainerControl": {
36
+ "args": {
37
+ "should_epoch_stop": false,
38
+ "should_evaluate": false,
39
+ "should_log": false,
40
+ "should_save": true,
41
+ "should_training_stop": false
42
+ },
43
+ "attributes": {}
44
+ }
45
+ },
46
+ "total_flos": 4.209776888119296e+16,
47
+ "train_batch_size": 32,
48
+ "trial_name": null,
49
+ "trial_params": null
50
+ }