Krithiik commited on
Commit
3661aaa
·
verified ·
1 Parent(s): 59422b5

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/timesformer-base-finetuned-k400",
3
+ "architectures": [
4
+ "TimesformerForVideoClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "attention_type": "divided_space_time",
8
+ "drop_path_rate": 0,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "Bye",
14
+ "1": "Hello",
15
+ "2": "House",
16
+ "3": "Nice",
17
+ "4": "No",
18
+ "5": "No action made",
19
+ "6": "Thank you",
20
+ "7": "Yes"
21
+ },
22
+ "image_size": 224,
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "Bye": 0,
27
+ "Hello": 1,
28
+ "House": 2,
29
+ "Nice": 3,
30
+ "No": 4,
31
+ "No action made": 5,
32
+ "Thank you": 6,
33
+ "Yes": 7
34
+ },
35
+ "layer_norm_eps": 1e-06,
36
+ "model_type": "timesformer",
37
+ "num_attention_heads": 12,
38
+ "num_channels": 3,
39
+ "num_frames": 8,
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.37.0"
46
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f848b6bc0701e6aa1acb304cd07eae89321166db0df367ed68f6d9fa9e7844a
3
+ size 485090712
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/Feb09_20-12-26_53ff33ec1ed8/events.out.tfevents.1707509684.53ff33ec1ed8.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:969a19d99ad00520b59dd3f11e850ec9784383bc50933adcf98b60f92c75e164
3
+ size 6487
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59b7ad7fd6a513f4c17767edc489d11d3db0bcbe9b7899f862899c0cd919cd27
3
+ size 4792