andro-flock commited on
Commit
aae815e
·
verified ·
1 Parent(s): 7d08585

End of training

Browse files
Files changed (4) hide show
  1. README.md +3 -1
  2. all_results.json +8 -0
  3. train_results.json +8 -0
  4. trainer_state.json +71 -0
README.md CHANGED
@@ -2,6 +2,8 @@
2
  library_name: transformers
3
  base_model: andro-flock/b2-classification
4
  tags:
 
 
5
  - generated_from_trainer
6
  model-index:
7
  - name: b2-semantic-segment
@@ -13,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # b2-semantic-segment
15
 
16
- This model is a fine-tuned version of [andro-flock/b2-classification](https://huggingface.co/andro-flock/b2-classification) on an unknown dataset.
17
 
18
  ## Model description
19
 
 
2
  library_name: transformers
3
  base_model: andro-flock/b2-classification
4
  tags:
5
+ - image-segmentation
6
+ - vision
7
  - generated_from_trainer
8
  model-index:
9
  - name: b2-semantic-segment
 
15
 
16
  # b2-semantic-segment
17
 
18
+ This model is a fine-tuned version of [andro-flock/b2-classification](https://huggingface.co/andro-flock/b2-classification) on the andro-flock/semantic-segment2 dataset.
19
 
20
  ## Model description
21
 
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 666.6666666666666,
3
+ "total_flos": 1.4631512923711734e+18,
4
+ "train_loss": 0.037614585399627684,
5
+ "train_runtime": 4890.0384,
6
+ "train_samples_per_second": 3.272,
7
+ "train_steps_per_second": 0.409
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 666.6666666666666,
3
+ "total_flos": 1.4631512923711734e+18,
4
+ "train_loss": 0.037614585399627684,
5
+ "train_runtime": 4890.0384,
6
+ "train_samples_per_second": 3.272,
7
+ "train_steps_per_second": 0.409
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 666.6666666666666,
6
+ "eval_steps": 500,
7
+ "global_step": 2000,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 166.66666666666666,
14
+ "grad_norm": 0.11445357650518417,
15
+ "learning_rate": 4.5025000000000003e-05,
16
+ "loss": 0.0718,
17
+ "step": 500
18
+ },
19
+ {
20
+ "epoch": 333.3333333333333,
21
+ "grad_norm": 0.11178029328584671,
22
+ "learning_rate": 3.0050000000000002e-05,
23
+ "loss": 0.0311,
24
+ "step": 1000
25
+ },
26
+ {
27
+ "epoch": 500.0,
28
+ "grad_norm": 0.3114462196826935,
29
+ "learning_rate": 1.5075000000000002e-05,
30
+ "loss": 0.0251,
31
+ "step": 1500
32
+ },
33
+ {
34
+ "epoch": 666.6666666666666,
35
+ "grad_norm": 0.05932952091097832,
36
+ "learning_rate": 1e-07,
37
+ "loss": 0.0224,
38
+ "step": 2000
39
+ },
40
+ {
41
+ "epoch": 666.6666666666666,
42
+ "step": 2000,
43
+ "total_flos": 1.4631512923711734e+18,
44
+ "train_loss": 0.037614585399627684,
45
+ "train_runtime": 4890.0384,
46
+ "train_samples_per_second": 3.272,
47
+ "train_steps_per_second": 0.409
48
+ }
49
+ ],
50
+ "logging_steps": 500,
51
+ "max_steps": 2000,
52
+ "num_input_tokens_seen": 0,
53
+ "num_train_epochs": 667,
54
+ "save_steps": 500,
55
+ "stateful_callbacks": {
56
+ "TrainerControl": {
57
+ "args": {
58
+ "should_epoch_stop": false,
59
+ "should_evaluate": false,
60
+ "should_log": false,
61
+ "should_save": true,
62
+ "should_training_stop": true
63
+ },
64
+ "attributes": {}
65
+ }
66
+ },
67
+ "total_flos": 1.4631512923711734e+18,
68
+ "train_batch_size": 8,
69
+ "trial_name": null,
70
+ "trial_params": null
71
+ }