Model save
Browse files- README.md +70 -0
- emissions.csv +2 -0
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-UnrealFallDataset
|
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-UnrealFallDataset
|
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.1096
|
21 |
+
- Accuracy: 0.9733
|
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: 8
|
42 |
+
- eval_batch_size: 8
|
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: 11770
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
53 |
+
| 1.8643 | 0.1 | 1178 | 2.1285 | 0.5080 |
|
54 |
+
| 0.743 | 1.1 | 2356 | 1.1040 | 0.6968 |
|
55 |
+
| 0.2881 | 2.1 | 3534 | 0.4485 | 0.8779 |
|
56 |
+
| 0.1943 | 3.1 | 4712 | 0.4007 | 0.8871 |
|
57 |
+
| 0.08 | 4.1 | 5890 | 0.2446 | 0.9381 |
|
58 |
+
| 0.0666 | 5.1 | 7068 | 0.3504 | 0.9131 |
|
59 |
+
| 0.0825 | 6.1 | 8246 | 0.2022 | 0.9470 |
|
60 |
+
| 0.0059 | 7.1 | 9424 | 0.1628 | 0.9607 |
|
61 |
+
| 0.0648 | 8.1 | 10602 | 0.1387 | 0.9639 |
|
62 |
+
| 0.002 | 9.1 | 11770 | 0.1096 | 0.9733 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- Transformers 4.38.0.dev0
|
68 |
+
- Pytorch 2.1.2+cu121
|
69 |
+
- Datasets 2.16.1
|
70 |
+
- Tokenizers 0.15.1
|
emissions.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
timestamp,experiment_id,project_name,duration,emissions,energy_consumed,country_name,country_iso_code,region,on_cloud,cloud_provider,cloud_region
|
2 |
+
2025-01-24T11:05:54,bed1c574-2fac-42d1-9cef-145f6f34021f,codecarbon,15725.156623363495,0.6703727740472917,1.1239267168950007,Spain,ESP,valencia,N,,
|