avidorger commited on
Commit
16e76ad
·
1 Parent(s): 1abdf58

Model save

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.7333
21
- - Accuracy: 0.4706
22
 
23
  ## Model description
24
 
@@ -37,25 +37,25 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - learning_rate: 5e-05
41
- - train_batch_size: 2
42
- - eval_batch_size: 2
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_ratio: 0.1
47
- - training_steps: 136
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | 0.6509 | 0.19 | 26 | 0.7615 | 0.4706 |
54
- | 0.7591 | 1.19 | 52 | 0.7596 | 0.5294 |
55
- | 0.8024 | 2.19 | 78 | 0.7129 | 0.4706 |
56
- | 0.7443 | 3.19 | 104 | 0.7310 | 0.4706 |
57
- | 0.7078 | 4.19 | 130 | 0.7323 | 0.4706 |
58
- | 0.7078 | 5.04 | 136 | 0.7333 | 0.4706 |
59
 
60
 
61
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.8504
21
+ - Accuracy: 0.7059
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 3e-05
41
+ - train_batch_size: 4
42
+ - eval_batch_size: 4
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_ratio: 0.1
47
+ - training_steps: 68
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 0.4845 | 0.19 | 13 | 0.6341 | 0.5294 |
54
+ | 0.6466 | 1.19 | 26 | 0.9443 | 0.4706 |
55
+ | 0.3798 | 2.19 | 39 | 0.9459 | 0.6471 |
56
+ | 0.3392 | 3.19 | 52 | 1.1101 | 0.6471 |
57
+ | 0.191 | 4.19 | 65 | 0.8548 | 0.6471 |
58
+ | 0.191 | 5.04 | 68 | 0.8504 | 0.7059 |
59
 
60
 
61
  ### Framework versions