End of training
Browse files- README.md +72 -0
- model.safetensors +1 -1
README.md
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
base_model: MCG-NJU/videomae-base
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
metrics:
|
| 7 |
+
- accuracy
|
| 8 |
+
model-index:
|
| 9 |
+
- name: videomae-base-finetuned-scratch
|
| 10 |
+
results: []
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 14 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 15 |
+
|
| 16 |
+
# videomae-base-finetuned-scratch
|
| 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: 1.0187
|
| 21 |
+
- Accuracy: 0.7808
|
| 22 |
+
|
| 23 |
+
## Model description
|
| 24 |
+
|
| 25 |
+
More information needed
|
| 26 |
+
|
| 27 |
+
## Intended uses & limitations
|
| 28 |
+
|
| 29 |
+
More information needed
|
| 30 |
+
|
| 31 |
+
## Training and evaluation data
|
| 32 |
+
|
| 33 |
+
More information needed
|
| 34 |
+
|
| 35 |
+
## Training procedure
|
| 36 |
+
|
| 37 |
+
### Training hyperparameters
|
| 38 |
+
|
| 39 |
+
The following hyperparameters were used during training:
|
| 40 |
+
- learning_rate: 5e-05
|
| 41 |
+
- train_batch_size: 12
|
| 42 |
+
- eval_batch_size: 12
|
| 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: 3952
|
| 48 |
+
|
| 49 |
+
### Training results
|
| 50 |
+
|
| 51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 53 |
+
| 0.6869 | 0.08 | 330 | 0.6326 | 0.6490 |
|
| 54 |
+
| 0.6342 | 1.08 | 660 | 0.6356 | 0.6447 |
|
| 55 |
+
| 0.6718 | 2.08 | 990 | 0.6112 | 0.6648 |
|
| 56 |
+
| 0.5003 | 3.08 | 1320 | 0.5741 | 0.6991 |
|
| 57 |
+
| 0.4131 | 4.08 | 1650 | 0.5480 | 0.7077 |
|
| 58 |
+
| 0.3233 | 5.08 | 1980 | 0.5564 | 0.7464 |
|
| 59 |
+
| 0.2411 | 6.08 | 2310 | 0.4929 | 0.7923 |
|
| 60 |
+
| 0.3402 | 7.08 | 2640 | 0.7592 | 0.7593 |
|
| 61 |
+
| 0.2174 | 8.08 | 2970 | 0.7752 | 0.7779 |
|
| 62 |
+
| 0.1706 | 9.08 | 3300 | 0.8511 | 0.7923 |
|
| 63 |
+
| 0.1127 | 10.08 | 3630 | 0.9263 | 0.7994 |
|
| 64 |
+
| 0.062 | 11.08 | 3952 | 1.0187 | 0.7808 |
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
### Framework versions
|
| 68 |
+
|
| 69 |
+
- Transformers 4.39.0
|
| 70 |
+
- Pytorch 2.2.1+cu121
|
| 71 |
+
- Datasets 2.18.0
|
| 72 |
+
- Tokenizers 0.15.2
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 344937368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:104c2103345eebd214b9f989cdb285a41924f3dd5da6fcce3b77782552ed870a
|
| 3 |
size 344937368
|