avidorger commited on
Commit
75881ed
1 Parent(s): 0290b38

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -12,15 +12,15 @@
12
  "hidden_dropout_prob": 0.0,
13
  "hidden_size": 768,
14
  "id2label": {
15
- "0": "non-violence",
16
- "1": "violence"
17
  },
18
  "image_size": 224,
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
- "non-violence": 0,
23
- "violence": 1
24
  },
25
  "layer_norm_eps": 1e-12,
26
  "model_type": "videomae",
@@ -33,7 +33,7 @@
33
  "problem_type": "single_label_classification",
34
  "qkv_bias": true,
35
  "torch_dtype": "float32",
36
- "transformers_version": "4.35.2",
37
  "tubelet_size": 2,
38
  "use_mean_pooling": true
39
  }
 
12
  "hidden_dropout_prob": 0.0,
13
  "hidden_size": 768,
14
  "id2label": {
15
+ "0": "tv-off",
16
+ "1": "tv-on"
17
  },
18
  "image_size": 224,
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
+ "tv-off": 0,
23
+ "tv-on": 1
24
  },
25
  "layer_norm_eps": 1e-12,
26
  "model_type": "videomae",
 
33
  "problem_type": "single_label_classification",
34
  "qkv_bias": true,
35
  "torch_dtype": "float32",
36
+ "transformers_version": "4.41.2",
37
  "tubelet_size": 2,
38
  "use_mean_pooling": true
39
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa982ca51a773efad8066634f2ae384d612830b2e1c06c1678b254d052e9d8f4
3
  size 344937328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18758705673ed084ed9f86822a5027ef3bd94248e94e03b1d82fe0c4bb96edcb
3
  size 344937328
preprocessor_config.json CHANGED
@@ -1,4 +1,20 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "crop_size": {
3
  "height": 224,
4
  "width": 224
@@ -7,7 +23,6 @@
7
  "do_normalize": true,
8
  "do_rescale": true,
9
  "do_resize": true,
10
- "feature_extractor_type": "VideoMAEFeatureExtractor",
11
  "image_mean": [
12
  0.485,
13
  0.456,
 
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
+ "do_normalize",
12
+ "image_mean",
13
+ "image_std",
14
+ "return_tensors",
15
+ "data_format",
16
+ "input_data_format"
17
+ ],
18
  "crop_size": {
19
  "height": 224,
20
  "width": 224
 
23
  "do_normalize": true,
24
  "do_rescale": true,
25
  "do_resize": true,
 
26
  "image_mean": [
27
  0.485,
28
  0.456,
runs/Jun21_07-37-22_4fc0bf0ddbc1/events.out.tfevents.1718955458.4fc0bf0ddbc1.309.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34fffa6147e9d036b15bf5ede00c8efd4e0cfc507861dbed66767bdf4b74c0a9
3
+ size 6322
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:642cfc4953881a7c18969b4c6a4a00623ee76032216e35e96f7b88cf83561a81
3
- size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cbc875c431a4e28b8d146c8e673504b101a30c016a6d275a03b7d555605cf79
3
+ size 5176