PergaZuZ commited on
Commit
96cc896
1 Parent(s): 03cb425

Model save

Browse files
Files changed (1) hide show
  1. README.md +8 -12
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.7916
22
- - Accuracy: 0.7972
23
 
24
  ## Model description
25
 
@@ -39,8 +39,8 @@ More information needed
39
 
40
  The following hyperparameters were used during training:
41
  - learning_rate: 5e-05
42
- - train_batch_size: 16
43
- - eval_batch_size: 16
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
@@ -51,14 +51,10 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
  |:-------------:|:------:|:----:|:---------------:|:--------:|
54
- | 1.6087 | 0.1316 | 10 | 1.8483 | 0.2597 |
55
- | 1.3273 | 1.1316 | 20 | 1.4452 | 0.2983 |
56
- | 1.2351 | 2.1316 | 30 | 1.5890 | 0.2799 |
57
- | 1.1635 | 3.1316 | 40 | 1.3830 | 0.2910 |
58
- | 1.0374 | 4.1316 | 50 | 1.3682 | 0.3002 |
59
- | 0.9699 | 5.1316 | 60 | 1.2128 | 0.5322 |
60
- | 0.8748 | 6.1316 | 70 | 1.0850 | 0.5562 |
61
- | 0.8748 | 7.0789 | 76 | 1.0721 | 0.5599 |
62
 
63
 
64
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.9940
22
+ - Accuracy: 0.5408
23
 
24
  ## Model description
25
 
 
39
 
40
  The following hyperparameters were used during training:
41
  - learning_rate: 5e-05
42
+ - train_batch_size: 8
43
+ - eval_batch_size: 8
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
  |:-------------:|:------:|:----:|:---------------:|:--------:|
54
+ | 1.5445 | 0.2632 | 20 | 1.6095 | 0.1123 |
55
+ | 1.2942 | 1.2632 | 40 | 1.2199 | 0.5120 |
56
+ | 1.2008 | 2.2632 | 60 | 1.1847 | 0.5267 |
57
+ | 1.0759 | 3.2105 | 76 | 1.0455 | 0.5525 |
 
 
 
 
58
 
59
 
60
  ### Framework versions