yasmina666 commited on
Commit
b973fe0
·
verified ·
1 Parent(s): 769101f

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "accident",
14
+ "1": "basketball",
15
+ "2": "before",
16
+ "3": "bowling",
17
+ "4": "call",
18
+ "5": "candy",
19
+ "6": "change",
20
+ "7": "cold",
21
+ "8": "computer",
22
+ "9": "cool",
23
+ "10": "cousin",
24
+ "11": "dark",
25
+ "12": "drink",
26
+ "13": "go",
27
+ "14": "help",
28
+ "15": "last",
29
+ "16": "pizza",
30
+ "17": "shirt",
31
+ "18": "short",
32
+ "19": "tall",
33
+ "20": "thanksgiving",
34
+ "21": "thin",
35
+ "22": "trade",
36
+ "23": "what",
37
+ "24": "who",
38
+ "25": "yes"
39
+ },
40
+ "image_size": 224,
41
+ "initializer_range": 0.02,
42
+ "intermediate_size": 3072,
43
+ "label2id": {
44
+ "accident": 0,
45
+ "basketball": 1,
46
+ "before": 2,
47
+ "bowling": 3,
48
+ "call": 4,
49
+ "candy": 5,
50
+ "change": 6,
51
+ "cold": 7,
52
+ "computer": 8,
53
+ "cool": 9,
54
+ "cousin": 10,
55
+ "dark": 11,
56
+ "drink": 12,
57
+ "go": 13,
58
+ "help": 14,
59
+ "last": 15,
60
+ "pizza": 16,
61
+ "shirt": 17,
62
+ "short": 18,
63
+ "tall": 19,
64
+ "thanksgiving": 20,
65
+ "thin": 21,
66
+ "trade": 22,
67
+ "what": 23,
68
+ "who": 24,
69
+ "yes": 25
70
+ },
71
+ "layer_norm_eps": 1e-06,
72
+ "model_type": "timesformer",
73
+ "num_attention_heads": 12,
74
+ "num_channels": 3,
75
+ "num_frames": 8,
76
+ "num_hidden_layers": 12,
77
+ "patch_size": 16,
78
+ "problem_type": "single_label_classification",
79
+ "qkv_bias": true,
80
+ "torch_dtype": "float32",
81
+ "transformers_version": "4.35.2"
82
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e8ab5881daa220360e2c58c6423bb44ef0326080dd1798e98b594be5597af04
3
+ size 485146088
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/Feb20_13-23-14_2a8a08027a25/events.out.tfevents.1708435412.2a8a08027a25.976.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4565740b20ee2129e63f129f145465b36ea4c0ecdb3d476d04ec7c3d6b2d705d
3
+ size 6709
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdf62538bd0f4493972739fa3d29d5e664bb83400bd84021262ad8654525912e
3
+ size 4664