younggi commited on
Commit
6a67d94
1 Parent(s): 1a67968

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.4743
20
- - Accuracy: 0.5419
21
 
22
  ## Model description
23
 
@@ -37,22 +37,22 @@ More information needed
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 5e-05
40
- - train_batch_size: 4
41
- - eval_batch_size: 4
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_ratio: 0.1
46
- - training_steps: 300
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 2.3247 | 0.25 | 75 | 2.2102 | 0.2143 |
53
- | 2.2528 | 1.25 | 150 | 2.0479 | 0.1571 |
54
- | 1.8267 | 2.25 | 225 | 1.7605 | 0.3286 |
55
- | 1.5876 | 3.25 | 300 | 1.6022 | 0.3714 |
56
 
57
 
58
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.1571
20
+ - Accuracy: 0.6387
21
 
22
  ## Model description
23
 
 
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 5e-05
40
+ - train_batch_size: 2
41
+ - eval_batch_size: 2
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_ratio: 0.1
46
+ - training_steps: 600
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 2.2528 | 0.25 | 150 | 2.2372 | 0.2143 |
53
+ | 2.2692 | 1.25 | 300 | 1.8026 | 0.3286 |
54
+ | 1.7863 | 2.25 | 450 | 1.4200 | 0.3857 |
55
+ | 1.5778 | 3.25 | 600 | 1.2339 | 0.4571 |
56
 
57
 
58
  ### Framework versions