Training in progress, epoch 1
Browse files- config.json +13 -21
- pytorch_model.bin +2 -2
- 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": "
|
16 |
-
"1": "
|
17 |
-
"2": "
|
18 |
-
"3": "
|
19 |
-
"4": "
|
20 |
-
"5": "
|
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 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
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.
|
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:
|
3 |
-
size
|
|
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf3c12bf555366c64a10813a63d7a505847a3439311da4d7d0ebd6d7760d9852
|
3 |
+
size 4091
|