owinymarvin commited on
Commit
7e16e64
·
verified ·
1 Parent(s): 9204abd

End of training

Browse files
Files changed (4) hide show
  1. README.md +52 -0
  2. config.json +44 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: cc-by-nc-4.0
4
+ base_model: facebook/timesformer-hr-finetuned-k600
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: timesformer-crime-detection
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # timesformer-crime-detection
16
+
17
+ This model is a fine-tuned version of [facebook/timesformer-hr-finetuned-k600](https://huggingface.co/facebook/timesformer-hr-finetuned-k600) on an unknown dataset.
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 5e-05
37
+ - train_batch_size: 2
38
+ - eval_batch_size: 2
39
+ - seed: 42
40
+ - gradient_accumulation_steps: 16
41
+ - total_train_batch_size: 32
42
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
+ - lr_scheduler_type: linear
44
+ - lr_scheduler_warmup_steps: 500
45
+ - num_epochs: 5
46
+
47
+ ### Framework versions
48
+
49
+ - Transformers 4.52.3
50
+ - Pytorch 2.6.0+cu124
51
+ - Datasets 3.6.0
52
+ - Tokenizers 0.21.1
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "TimesformerForVideoClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "attention_type": "divided_space_time",
7
+ "drop_path_rate": 0,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "Device_control",
13
+ "1": "chest pain",
14
+ "2": "falling",
15
+ "3": "kicking",
16
+ "4": "punching_slapping",
17
+ "5": "pushing",
18
+ "6": "shooting_pose",
19
+ "7": "throw"
20
+ },
21
+ "image_size": 448,
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "Device_control": 0,
26
+ "chest pain": 1,
27
+ "falling": 2,
28
+ "kicking": 3,
29
+ "punching_slapping": 4,
30
+ "pushing": 5,
31
+ "shooting_pose": 6,
32
+ "throw": 7
33
+ },
34
+ "layer_norm_eps": 1e-06,
35
+ "model_type": "timesformer",
36
+ "num_attention_heads": 12,
37
+ "num_channels": 3,
38
+ "num_frames": 16,
39
+ "num_hidden_layers": 12,
40
+ "patch_size": 16,
41
+ "qkv_bias": true,
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.52.3"
44
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2516b2f92da98b32151b70c62fc4aa8acd5bef9a84c9eae3e9077f0574734c0d
3
+ size 486921632
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a2702673c5f5fdb828ae5127461929bf9e843f6f78591b4ecec7373bafa4111
3
+ size 5304