Training in progress, epoch 0
Browse files
config.json
CHANGED
|
@@ -12,31 +12,17 @@
|
|
| 12 |
"hidden_dropout_prob": 0.0,
|
| 13 |
"hidden_size": 768,
|
| 14 |
"id2label": {
|
| 15 |
-
"0": "
|
| 16 |
-
"1": "
|
| 17 |
-
"2": "
|
| 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 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 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 +35,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": "clear",
|
| 16 |
+
"1": "slice",
|
| 17 |
+
"2": "smash"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
},
|
| 19 |
"image_size": 224,
|
| 20 |
"initializer_range": 0.02,
|
| 21 |
"intermediate_size": 3072,
|
| 22 |
"label2id": {
|
| 23 |
+
"clear": 0,
|
| 24 |
+
"slice": 1,
|
| 25 |
+
"smash": 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
},
|
| 27 |
"layer_norm_eps": 1e-12,
|
| 28 |
"model_type": "videomae",
|
|
|
|
| 35 |
"problem_type": "single_label_classification",
|
| 36 |
"qkv_bias": true,
|
| 37 |
"torch_dtype": "float32",
|
| 38 |
+
"transformers_version": "4.40.0",
|
| 39 |
"tubelet_size": 2,
|
| 40 |
"use_mean_pooling": false
|
| 41 |
}
|
model.safetensors
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:9f94070db1396419ab299b54f361399c7e4792e4a970a14c794a638dcaa12771
|
| 3 |
+
size 344940444
|
preprocessor_config.json
CHANGED
|
@@ -1,4 +1,20 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
"crop_size": {
|
| 3 |
"height": 224,
|
| 4 |
"width": 224
|
|
|
|
| 1 |
{
|
| 2 |
+
"_valid_processor_keys": [
|
| 3 |
+
"videos",
|
| 4 |
+
"do_resize",
|
| 5 |
+
"size",
|
| 6 |
+
"resample",
|
| 7 |
+
"do_center_crop",
|
| 8 |
+
"crop_size",
|
| 9 |
+
"do_rescale",
|
| 10 |
+
"rescale_factor",
|
| 11 |
+
"do_normalize",
|
| 12 |
+
"image_mean",
|
| 13 |
+
"image_std",
|
| 14 |
+
"return_tensors",
|
| 15 |
+
"data_format",
|
| 16 |
+
"input_data_format"
|
| 17 |
+
],
|
| 18 |
"crop_size": {
|
| 19 |
"height": 224,
|
| 20 |
"width": 224
|
runs/Apr23_18-55-13_a8d323b76a4c/events.out.tfevents.1713898632.a8d323b76a4c.14872.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c29e0dda362175e84a2758eb52816198fa70ab1a28ff797e2ad14e3c76588326
|
| 3 |
+
size 5872
|
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:c55a8845b6e988893364fa54a632c20f58b0e3f97400f35f4a96ce444073dcc2
|
| 3 |
+
size 5048
|