SachaEL commited on
Commit
1343588
1 Parent(s): 0cc1a28

Model save

Browse files
Files changed (1) hide show
  1. README.md +8 -12
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [EdBianchi/vit-fire-detection](https://huggingface.co/EdBianchi/vit-fire-detection) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.5913
19
 
20
  ## Model description
21
 
@@ -40,22 +40,18 @@ The following hyperparameters were used during training:
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - num_epochs: 10
 
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
- | No log | 1.0 | 15 | 0.6945 |
50
- | No log | 2.0 | 30 | 0.4927 |
51
- | No log | 3.0 | 45 | 0.5516 |
52
- | No log | 4.0 | 60 | 0.4700 |
53
- | No log | 5.0 | 75 | 0.5426 |
54
- | No log | 6.0 | 90 | 0.5149 |
55
- | No log | 7.0 | 105 | 0.5401 |
56
- | No log | 8.0 | 120 | 0.5532 |
57
- | No log | 9.0 | 135 | 0.5662 |
58
- | No log | 10.0 | 150 | 0.5913 |
59
 
60
 
61
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [EdBianchi/vit-fire-detection](https://huggingface.co/EdBianchi/vit-fire-detection) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.7160
19
 
20
  ## Model description
21
 
 
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
+ - lr_scheduler_warmup_ratio: 0.1
44
+ - num_epochs: 5
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
+ | No log | 1.0 | 15 | 0.8514 |
51
+ | No log | 2.0 | 30 | 0.5119 |
52
+ | No log | 3.0 | 45 | 0.6616 |
53
+ | No log | 4.0 | 60 | 0.6998 |
54
+ | No log | 5.0 | 75 | 0.7160 |
 
 
 
 
 
55
 
56
 
57
  ### Framework versions