Mena55 commited on
Commit
6dc2dbf
·
verified ·
1 Parent(s): 94f478b

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": "lifting",
16
- "1": "no_lifting"
17
  },
18
  "image_size": 224,
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
- "lifting": 0,
23
- "no_lifting": 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.37.2",
37
  "tubelet_size": 2,
38
  "use_mean_pooling": false
39
  }
 
12
  "hidden_dropout_prob": 0.0,
13
  "hidden_size": 768,
14
  "id2label": {
15
+ "0": "0_no_lifting",
16
+ "1": "1_lifting"
17
  },
18
  "image_size": 224,
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
+ "0_no_lifting": 0,
23
+ "1_lifting": 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.35.2",
37
  "tubelet_size": 2,
38
  "use_mean_pooling": false
39
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab0bd5d9d43b98f1b61f9b02a0d176facba182dd09995a86a7b26f58084d2fde
3
  size 344937368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4e9e9a363c7d0350a0e4197d9ab7aed273486e02a2775e414ac5da7aeb13534
3
  size 344937368
preprocessor_config.json CHANGED
@@ -7,6 +7,7 @@
7
  "do_normalize": true,
8
  "do_rescale": true,
9
  "do_resize": true,
 
10
  "image_mean": [
11
  0.485,
12
  0.456,
 
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,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:479d88c35f8ebc50f2c2d1f7ea2d78aff9c06b6bc4718213ef21da25f73b155c
3
- size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d878b16b2f9c60751c854fb27d7d3ce9664bd4fb7baca7436861b19ed8d081d
3
+ size 4600