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_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_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.1220
|
21 |
+
- Accuracy: 0.9691
|
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: 11820
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
53 |
+
| 2.2186 | 0.1 | 1183 | 2.0737 | 0.5172 |
|
54 |
+
| 0.8664 | 1.1 | 2366 | 0.6972 | 0.8211 |
|
55 |
+
| 0.3324 | 2.1 | 3549 | 0.6007 | 0.8372 |
|
56 |
+
| 0.1919 | 3.1 | 4732 | 0.5145 | 0.8651 |
|
57 |
+
| 0.1457 | 4.1 | 5915 | 0.2822 | 0.9221 |
|
58 |
+
| 0.0996 | 5.1 | 7098 | 0.2434 | 0.9359 |
|
59 |
+
| 0.0159 | 6.1 | 8281 | 0.1729 | 0.9547 |
|
60 |
+
| 0.0018 | 7.1 | 9464 | 0.1307 | 0.9649 |
|
61 |
+
| 0.001 | 8.1 | 10647 | 0.1524 | 0.9640 |
|
62 |
+
| 0.0013 | 9.1 | 11820 | 0.1220 | 0.9691 |
|
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-24T23:36:16,93aa3a77-4436-4b0f-bd0c-32820d086ab3,codecarbon,16062.170538425446,0.678115303660983,1.1369076078650218,Spain,ESP,valencia,N,,
|