onarganogun commited on
Commit
855251c
·
1 Parent(s): 5bd5b6f

Training in progress, epoch 0

Browse files
Files changed (3) hide show
  1. config.json +5 -21
  2. pytorch_model.bin +2 -2
  3. training_args.bin +2 -2
config.json CHANGED
@@ -12,31 +12,15 @@
12
  "hidden_dropout_prob": 0.0,
13
  "hidden_size": 768,
14
  "id2label": {
15
- "0": "ApplyEyeMakeup",
16
- "1": "ApplyLipstick",
17
- "2": "Archery",
18
- "3": "BabyCrawling",
19
- "4": "BalanceBeam",
20
- "5": "BandMarching",
21
- "6": "BaseballPitch",
22
- "7": "Basketball",
23
- "8": "BasketballDunk",
24
- "9": "BenchPress"
25
  },
26
  "image_size": 224,
27
  "initializer_range": 0.02,
28
  "intermediate_size": 3072,
29
  "label2id": {
30
- "ApplyEyeMakeup": 0,
31
- "ApplyLipstick": 1,
32
- "Archery": 2,
33
- "BabyCrawling": 3,
34
- "BalanceBeam": 4,
35
- "BandMarching": 5,
36
- "BaseballPitch": 6,
37
- "Basketball": 7,
38
- "BasketballDunk": 8,
39
- "BenchPress": 9
40
  },
41
  "layer_norm_eps": 1e-12,
42
  "model_type": "videomae",
@@ -49,7 +33,7 @@
49
  "problem_type": "single_label_classification",
50
  "qkv_bias": true,
51
  "torch_dtype": "float32",
52
- "transformers_version": "4.31.0",
53
  "tubelet_size": 2,
54
  "use_mean_pooling": false
55
  }
 
12
  "hidden_dropout_prob": 0.0,
13
  "hidden_size": 768,
14
  "id2label": {
15
+ "0": "fight",
16
+ "1": "no_fight"
 
 
 
 
 
 
 
 
17
  },
18
  "image_size": 224,
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
+ "fight": 0,
23
+ "no_fight": 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.33.2",
37
  "tubelet_size": 2,
38
  "use_mean_pooling": false
39
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e26840fa69b63a6e15b4b003f06672b8d8f6dd99da188e2c68fa1983324634ba
3
- size 345003509
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52ed52628108752c01c2218dac8ed420bbc93b4effc6a122a335f50ae9e127ec
3
+ size 344978933
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ade156d4ecc8878d73b068236c6d2c4169f9ebcd467096674b4abf281ff72f29
3
- size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:574fb4444b05c7f9db8b3a13ad0d92107bb5707c87701b3ba3f300bc268cc03d
3
+ size 4091