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-URFall_MultipleCameraFall_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-URFall_MultipleCameraFall_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.1020
|
21 |
+
- Accuracy: 0.9717
|
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: 12000
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
53 |
+
| 1.9074 | 0.1 | 1201 | 2.1151 | 0.5007 |
|
54 |
+
| 0.8521 | 1.1 | 2402 | 0.8536 | 0.7784 |
|
55 |
+
| 0.3171 | 2.1 | 3603 | 0.6226 | 0.8360 |
|
56 |
+
| 0.1523 | 3.1 | 4804 | 0.3766 | 0.8986 |
|
57 |
+
| 0.1122 | 4.1 | 6005 | 0.2525 | 0.9274 |
|
58 |
+
| 0.0261 | 5.1 | 7206 | 0.2098 | 0.9429 |
|
59 |
+
| 0.0707 | 6.1 | 8407 | 0.1900 | 0.9495 |
|
60 |
+
| 0.0038 | 7.1 | 9608 | 0.1314 | 0.9657 |
|
61 |
+
| 0.0009 | 8.1 | 10809 | 0.1177 | 0.9677 |
|
62 |
+
| 0.0011 | 9.1 | 12000 | 0.1020 | 0.9717 |
|
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-25T13:26:44,7db87130-189d-4d68-8c89-e57de777ccdd,codecarbon,18898.37783074379,0.7433102872315828,1.2462115454341787,Spain,ESP,valencia,N,,
|