konnot commited on
Commit
e5ab819
1 Parent(s): a5e7c9f

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "./drive/MyDrive/model/model_cat",
3
+ "architectures": [
4
+ "VivitForVideoClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "hidden_act": "gelu_fast",
8
+ "hidden_dropout_prob": 0.0,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "AngryCat",
12
+ "1": "EnjoyingCat",
13
+ "2": "HappyCat",
14
+ "3": "UnhappyCat"
15
+ },
16
+ "image_size": 224,
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "AngryCat": 0,
21
+ "EnjoyingCat": 1,
22
+ "HappyCat": 2,
23
+ "UnhappyCat": 3
24
+ },
25
+ "layer_norm_eps": 1e-06,
26
+ "model_type": "vivit",
27
+ "num_attention_heads": 12,
28
+ "num_channels": 3,
29
+ "num_frames": 32,
30
+ "num_hidden_layers": 12,
31
+ "qkv_bias": true,
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.38.2",
34
+ "tubelet_size": [
35
+ 2,
36
+ 16,
37
+ 16
38
+ ],
39
+ "video_size": [
40
+ 32,
41
+ 224,
42
+ 224
43
+ ]
44
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:911e6f435626fbf144eaff9cd6fd8fb3fd531c20bdb250299c5fafcdc8a1e846
3
+ size 354621528
preprocessor_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "videos",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_center_crop",
8
+ "crop_size",
9
+ "do_rescale",
10
+ "rescale_factor",
11
+ "offset",
12
+ "do_normalize",
13
+ "image_mean",
14
+ "image_std",
15
+ "return_tensors",
16
+ "data_format",
17
+ "input_data_format"
18
+ ],
19
+ "crop_size": {
20
+ "height": 224,
21
+ "width": 224
22
+ },
23
+ "do_center_crop": true,
24
+ "do_normalize": true,
25
+ "do_rescale": true,
26
+ "do_resize": true,
27
+ "image_mean": [
28
+ 0.5,
29
+ 0.5,
30
+ 0.5
31
+ ],
32
+ "image_processor_type": "VivitImageProcessor",
33
+ "image_std": [
34
+ 0.5,
35
+ 0.5,
36
+ 0.5
37
+ ],
38
+ "offset": true,
39
+ "resample": 2,
40
+ "rescale_factor": 0.00784313725490196,
41
+ "size": {
42
+ "shortest_edge": 224
43
+ }
44
+ }
runs/Apr08_03-55-29_90fc4395e2f2/events.out.tfevents.1712548544.90fc4395e2f2.427.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:748b6a8cf262906eb4926a2e61cec7940aa70d271234bcdaf04bbc05600189ca
3
+ size 5200
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8636dbb295cfcaf61c28a88d00e244962edc789868b40c787cfc3c0b0fc274ee
3
+ size 4984