File size: 398 Bytes
04cfbd7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "architectures": [
    "Swin3DForVideoClassification"
  ],
  "distillation_type": "kl",
  "id2label": {
    "0": "NonViolence",
    "1": "Violence"
  },
  "is_pretrained": true,
  "label2id": {
    "NonViolence": 0,
    "Violence": 1
  },
  "model": "Swin3D",
  "num_classes": 2,
  "num_frames": 16,
  "reinitialize_head": true,
  "torch_dtype": "float32",
  "transformers_version": "4.46.3"
}