XenXeon commited on
Commit
494d335
·
1 Parent(s): ba459cf

End of training

Browse files
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-slrbd001
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-slrbd001
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.6389
21
+ - Accuracy: 0.25
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: 4
42
+ - eval_batch_size: 4
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: 60
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | No log | 0.05 | 3 | 1.4887 | 0.25 |
54
+ | No log | 1.05 | 6 | 1.3967 | 0.0 |
55
+ | No log | 2.05 | 9 | 1.3822 | 0.375 |
56
+ | 1.4098 | 3.05 | 12 | 1.3607 | 0.375 |
57
+ | 1.4098 | 4.05 | 15 | 1.2716 | 0.5 |
58
+ | 1.4098 | 5.05 | 18 | 1.2074 | 0.5 |
59
+ | 1.2325 | 6.05 | 21 | 1.3363 | 0.25 |
60
+ | 1.2325 | 7.05 | 24 | 1.3342 | 0.25 |
61
+ | 1.2325 | 8.05 | 27 | 1.1540 | 0.375 |
62
+ | 0.8868 | 9.05 | 30 | 1.0971 | 0.5 |
63
+ | 0.8868 | 10.05 | 33 | 1.1247 | 0.375 |
64
+ | 0.8868 | 11.05 | 36 | 1.2616 | 0.25 |
65
+ | 0.8868 | 12.05 | 39 | 0.9747 | 0.375 |
66
+ | 0.8266 | 13.05 | 42 | 0.8311 | 0.375 |
67
+ | 0.8266 | 14.05 | 45 | 0.9191 | 0.375 |
68
+ | 0.8266 | 15.05 | 48 | 1.1805 | 0.25 |
69
+ | 0.8023 | 16.05 | 51 | 1.3324 | 0.25 |
70
+ | 0.8023 | 17.05 | 54 | 1.5051 | 0.25 |
71
+ | 0.8023 | 18.05 | 57 | 1.6055 | 0.25 |
72
+ | 0.7772 | 19.05 | 60 | 1.6389 | 0.25 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.35.2
78
+ - Pytorch 2.1.0+cu118
79
+ - Datasets 2.15.0
80
+ - Tokenizers 0.15.0
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "MCG-NJU/videomae-base",
3
+ "architectures": [
4
+ "VideoMAEForVideoClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "decoder_hidden_size": 384,
8
+ "decoder_intermediate_size": 1536,
9
+ "decoder_num_attention_heads": 6,
10
+ "decoder_num_hidden_layers": 4,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.0,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "Basketball",
16
+ "1": "Cricket",
17
+ "2": "Soccer",
18
+ "3": "Tennis"
19
+ },
20
+ "image_size": 224,
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "Basketball": 0,
25
+ "Cricket": 1,
26
+ "Soccer": 2,
27
+ "Tennis": 3
28
+ },
29
+ "layer_norm_eps": 1e-12,
30
+ "model_type": "videomae",
31
+ "norm_pix_loss": true,
32
+ "num_attention_heads": 12,
33
+ "num_channels": 3,
34
+ "num_frames": 16,
35
+ "num_hidden_layers": 12,
36
+ "patch_size": 16,
37
+ "problem_type": "single_label_classification",
38
+ "qkv_bias": true,
39
+ "torch_dtype": "float32",
40
+ "transformers_version": "4.35.2",
41
+ "tubelet_size": 2,
42
+ "use_mean_pooling": false
43
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c905f8b6380c7ac42e6fd478750f60daa316788b0b9fc439cd8d648d57cb9ad
3
+ size 344943528
preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_normalize": true,
8
+ "do_rescale": true,
9
+ "do_resize": true,
10
+ "feature_extractor_type": "VideoMAEFeatureExtractor",
11
+ "image_mean": [
12
+ 0.485,
13
+ 0.456,
14
+ 0.406
15
+ ],
16
+ "image_processor_type": "VideoMAEImageProcessor",
17
+ "image_std": [
18
+ 0.229,
19
+ 0.224,
20
+ 0.225
21
+ ],
22
+ "resample": 2,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "shortest_edge": 224
26
+ }
27
+ }
runs/Nov27_15-20-40_1dfd7721dd69/events.out.tfevents.1701098464.1dfd7721dd69.417.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1dfa71a6fcea8ecd3463025fb4b718318194558dc5404c97fed95379001a0e2
3
+ size 12190
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81dfde7f8f9abf70079b55e6fc2917fe02ffab260608978365bafa5ae0029e1b
3
+ size 4600