grkon97 commited on
Commit
a56eaa0
·
verified ·
1 Parent(s): 327ab8a

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "VideoMAEForVideoClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "decoder_hidden_size": 384,
7
+ "decoder_intermediate_size": 1536,
8
+ "decoder_num_attention_heads": 6,
9
+ "decoder_num_hidden_layers": 4,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.0,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "train",
15
+ "1": "val"
16
+ },
17
+ "image_size": 224,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "train": 0,
22
+ "val": 1
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "model_type": "videomae",
26
+ "norm_pix_loss": true,
27
+ "num_attention_heads": 12,
28
+ "num_channels": 3,
29
+ "num_frames": 16,
30
+ "num_hidden_layers": 12,
31
+ "patch_size": 16,
32
+ "problem_type": "single_label_classification",
33
+ "qkv_bias": true,
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.52.3",
36
+ "tubelet_size": 2,
37
+ "use_mean_pooling": false
38
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b46f1fd03b8f0b89e5977480faf8be24a9bf04819ccff0e77f6c6ba068a9207
3
+ size 344937368
preprocessor_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "image_mean": [
11
+ 0.485,
12
+ 0.456,
13
+ 0.406
14
+ ],
15
+ "image_processor_type": "VideoMAEImageProcessor",
16
+ "image_std": [
17
+ 0.229,
18
+ 0.224,
19
+ 0.225
20
+ ],
21
+ "resample": 2,
22
+ "rescale_factor": 0.00392156862745098,
23
+ "size": {
24
+ "shortest_edge": 224
25
+ }
26
+ }
runs/Jun03_17-53-42_25a938299f90/events.out.tfevents.1748973230.25a938299f90.459.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cf4c0a3b4cb180c51205448b09f57075026d0cbaf0f0ab189488c59e0436885
3
+ size 11472
runs/Jun03_18-03-09_25a938299f90/events.out.tfevents.1748973791.25a938299f90.459.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cfe2e6b08e53439d526b79afeddf11fa2eec300c62e063d3b53b46c00b58ad8
3
+ size 5290
runs/Jun03_18-04-10_25a938299f90/events.out.tfevents.1748973854.25a938299f90.459.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a73e9ce05b227a65690bef1e413090053c42328656f0fedc4980456d380bdd3
3
+ size 5288
runs/Jun03_18-04-58_25a938299f90/events.out.tfevents.1748973901.25a938299f90.459.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:459ee933c61951849d83c655a87c753fc3f759220a5a14b89e32d73031ea26ba
3
+ size 11787
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ceaefeb173d1b49a09015dc5b2f3b984ad3d4b558ea0be3f17606396e08c6df
3
+ size 5368