meermoazzam41 commited on
Commit
129ec3f
1 Parent(s): 804b2a3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
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: 0.6089
20
- - Accuracy: 0.6111
21
 
22
  ## Model description
23
 
@@ -43,16 +43,16 @@ The following hyperparameters were used during training:
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: 48
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 1.1136 | 0.25 | 12 | 0.8848 | 0.5556 |
53
- | 0.8673 | 1.25 | 24 | 0.7142 | 0.7222 |
54
- | 0.7111 | 2.25 | 36 | 0.6508 | 0.5 |
55
- | 0.4491 | 3.25 | 48 | 0.6089 | 0.6111 |
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: 0.7005
20
+ - Accuracy: 0.5455
21
 
22
  ## Model description
23
 
 
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: 32
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 0.28 | 9 | 0.8633 | 0.4545 |
53
+ | 0.8381 | 1.28 | 18 | 0.6962 | 0.5455 |
54
+ | 0.6628 | 2.28 | 27 | 0.6852 | 0.5455 |
55
+ | 0.6392 | 3.16 | 32 | 0.7005 | 0.5455 |
56
 
57
 
58
  ### Framework versions