miladfa7 commited on
Commit
4f2261d
·
verified ·
1 Parent(s): bcfb354

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "cut",
15
+ "1": "defenses",
16
+ "2": "drives",
17
+ "3": "flicks",
18
+ "4": "leaves",
19
+ "5": "others",
20
+ "6": "pull_hook"
21
+ },
22
+ "image_size": 224,
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "cut": 0,
27
+ "defenses": 1,
28
+ "drives": 2,
29
+ "flicks": 3,
30
+ "leaves": 4,
31
+ "others": 5,
32
+ "pull_hook": 6
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "model_type": "videomae",
36
+ "norm_pix_loss": false,
37
+ "num_attention_heads": 12,
38
+ "num_channels": 3,
39
+ "num_frames": 16,
40
+ "num_hidden_layers": 12,
41
+ "patch_size": 16,
42
+ "problem_type": "single_label_classification",
43
+ "qkv_bias": true,
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.51.3",
46
+ "tubelet_size": 2,
47
+ "use_mean_pooling": true
48
+ }
confusion_matrix.jpg ADDED
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e9bdd312ebadb7d23b14e4fb4e202d4765b22b5b0e144266197cfc15462fb96
3
+ size 344952716
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": "VideoMAEFeatureExtractor",
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/Aug11_13-16-14_prod3/events.out.tfevents.1754889386.prod3.722116.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:236b81c13f3e84f9a63872e877b4404d487d14f9f411b8e010ca8d32c0f168a1
3
+ size 8375
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5ce13f283cdfc780d6ca3520597aff629597d1a8ab132fc78821f8489bbc3b6
3
+ size 5368