marekk commited on
Commit
30a8f26
1 Parent(s): 029d3db

Training in progress, epoch 0

Browse files
Files changed (3) hide show
  1. config.json +4 -20
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
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",
 
12
  "hidden_dropout_prob": 0.0,
13
  "hidden_size": 768,
14
  "id2label": {
15
+ "0": "non_soccer_goal",
16
+ "1": "soccer_goal"
 
 
 
 
 
 
 
 
17
  },
18
  "image_size": 224,
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
+ "non_soccer_goal": 0,
23
+ "soccer_goal": 1
 
 
 
 
 
 
 
 
24
  },
25
  "layer_norm_eps": 1e-12,
26
  "model_type": "videomae",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:03962255a482947cdbd3a66418ab91274b86b5496c6f9ff3115981fd473a8c81
3
- size 345003509
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b7b3d10f20f57ce471243a92dcd621accef8a254bed6ae6d4bae68d8ba85c14
3
+ size 344978933
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6d0aa5e1b6082a822bb8351a04fe74d543be4a5a1cfdff973e6297dd53133084
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18f9dfb7213e5d9af3d1821c5fbd8be42e5a392dac4cbb5a3b8f7b522a4b885c
3
  size 4091