Flamenco43 commited on
Commit
1e811fc
1 Parent(s): 2de3d0b

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-2-no-bf16
8
  results: []
@@ -14,6 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
14
  # nano_cls-2-no-bf16
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-2-no-bf16
10
  results: []
 
16
  # nano_cls-2-no-bf16
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.5383
21
+ - F1: 0.8169
22
 
23
  ## Model description
24
 
all_results.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_f1": 0.8169250744672726,
4
+ "eval_loss": 0.538325846195221,
5
+ "eval_runtime": 17.3733,
6
+ "eval_samples": 20000,
7
+ "eval_samples_per_second": 1151.19,
8
+ "eval_steps_per_second": 18.016,
9
+ "total_flos": 4.216512416894157e+16,
10
+ "train_loss": 0.4463165575703874,
11
+ "train_runtime": 453.3701,
12
+ "train_samples": 160000,
13
+ "train_samples_per_second": 352.913,
14
+ "train_steps_per_second": 0.69,
15
+ "train_tokens_per_second": 22622.54
16
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_f1": 0.8169250744672726,
4
+ "eval_loss": 0.538325846195221,
5
+ "eval_runtime": 17.3733,
6
+ "eval_samples": 20000,
7
+ "eval_samples_per_second": 1151.19,
8
+ "eval_steps_per_second": 18.016
9
+ }
runs/Jun27_09-32-02_x3006c0s13b1n0/events.out.tfevents.1719481227.x3006c0s13b1n0.3074043.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da5c2461ffda80c2f73435f5f0a0a4beab8c1067f8e9a4d3a8eb855ca35d4df2
3
+ size 405
train_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 4.216512416894157e+16,
4
+ "train_loss": 0.4463165575703874,
5
+ "train_runtime": 453.3701,
6
+ "train_samples": 160000,
7
+ "train_samples_per_second": 352.913,
8
+ "train_steps_per_second": 0.69,
9
+ "train_tokens_per_second": 22622.54
10
+ }
trainer_state.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 313,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "step": 313,
14
+ "total_flos": 4.216512416894157e+16,
15
+ "train_loss": 0.4463165575703874,
16
+ "train_runtime": 453.3701,
17
+ "train_samples_per_second": 352.913,
18
+ "train_steps_per_second": 0.69,
19
+ "train_tokens_per_second": 22622.54
20
+ }
21
+ ],
22
+ "logging_steps": 500,
23
+ "max_steps": 313,
24
+ "num_input_tokens_seen": 0,
25
+ "num_train_epochs": 1,
26
+ "save_steps": 500,
27
+ "stateful_callbacks": {
28
+ "TrainerControl": {
29
+ "args": {
30
+ "should_epoch_stop": false,
31
+ "should_evaluate": false,
32
+ "should_log": false,
33
+ "should_save": false,
34
+ "should_training_stop": false
35
+ },
36
+ "attributes": {}
37
+ }
38
+ },
39
+ "total_flos": 4.216512416894157e+16,
40
+ "train_batch_size": 64,
41
+ "trial_name": null,
42
+ "trial_params": null
43
+ }