DInaLong commited on
Commit
e04a7ef
1 Parent(s): 451c5df

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +13 -21
  2. pytorch_model.bin +2 -2
  3. training_args.bin +2 -2
config.json CHANGED
@@ -12,31 +12,23 @@
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 +41,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": "None",
16
+ "1": "Airborne",
17
+ "2": "Airplane",
18
+ "3": "Bird",
19
+ "4": "Drone",
20
+ "5": "Rotorcraft"
 
 
 
 
21
  },
22
  "image_size": 224,
23
  "initializer_range": 0.02,
24
  "intermediate_size": 3072,
25
  "label2id": {
26
+ "Airborne": 1,
27
+ "Airplane": 2,
28
+ "Bird": 3,
29
+ "Drone": 4,
30
+ "None": 0,
31
+ "Rotorcraft": 5
 
 
 
 
32
  },
33
  "layer_norm_eps": 1e-12,
34
  "model_type": "videomae",
 
41
  "problem_type": "single_label_classification",
42
  "qkv_bias": true,
43
  "torch_dtype": "float32",
44
+ "transformers_version": "4.33.2",
45
  "tubelet_size": 2,
46
  "use_mean_pooling": false
47
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6fa90181518a557f5030e199e47bc439c3c3beee871fea722487c34cd4fafd61
3
- size 345003509
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01592ef839aecb42975d39cbb11360d3fe0ebd61de0038119425c57b5fedbc9a
3
+ size 344994485
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8dce8cece50b78a26ebf1004e59e52b205d64b266fce047dab63e123c79a632c
3
- size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf3c12bf555366c64a10813a63d7a505847a3439311da4d7d0ebd6d7760d9852
3
+ size 4091