Training in progress, epoch 0
Browse files- config.json +50 -28
- pytorch_model.bin +2 -2
- training_args.bin +2 -2
config.json
CHANGED
|
@@ -12,39 +12,61 @@
|
|
| 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": "
|
| 22 |
-
"7": "
|
| 23 |
-
"8": "
|
| 24 |
-
"9": "
|
| 25 |
-
"10": "
|
| 26 |
-
"11": "
|
| 27 |
-
"12": "
|
| 28 |
-
"13": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
},
|
| 30 |
"image_size": 224,
|
| 31 |
"initializer_range": 0.02,
|
| 32 |
"intermediate_size": 3072,
|
| 33 |
"label2id": {
|
| 34 |
-
"
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
-
"
|
| 40 |
-
"
|
| 41 |
-
"
|
| 42 |
-
"
|
| 43 |
-
"
|
| 44 |
-
"
|
| 45 |
-
"
|
| 46 |
-
"
|
| 47 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
},
|
| 49 |
"layer_norm_eps": 1e-12,
|
| 50 |
"model_type": "videomae",
|
|
|
|
| 12 |
"hidden_dropout_prob": 0.0,
|
| 13 |
"hidden_size": 768,
|
| 14 |
"id2label": {
|
| 15 |
+
"0": "Beach",
|
| 16 |
+
"1": "Concert",
|
| 17 |
+
"2": "Walking",
|
| 18 |
+
"3": "Video game",
|
| 19 |
+
"4": "Stadium",
|
| 20 |
+
"5": "Soldier",
|
| 21 |
+
"6": "Snow",
|
| 22 |
+
"7": "Sewing",
|
| 23 |
+
"8": "Restaurant",
|
| 24 |
+
"9": "Racing",
|
| 25 |
+
"10": "Police officer",
|
| 26 |
+
"11": "Knitting",
|
| 27 |
+
"12": "Wedding dress",
|
| 28 |
+
"13": "Ice skating",
|
| 29 |
+
"14": "Gardening",
|
| 30 |
+
"15": "Festival",
|
| 31 |
+
"16": "Drawing",
|
| 32 |
+
"17": "Desert",
|
| 33 |
+
"18": "Dance",
|
| 34 |
+
"19": "Cycling",
|
| 35 |
+
"20": "Cooking",
|
| 36 |
+
"21": "Human swimming",
|
| 37 |
+
"22": "Driving",
|
| 38 |
+
"23": "Smoking (cooking)",
|
| 39 |
+
"24": "Injury"
|
| 40 |
},
|
| 41 |
"image_size": 224,
|
| 42 |
"initializer_range": 0.02,
|
| 43 |
"intermediate_size": 3072,
|
| 44 |
"label2id": {
|
| 45 |
+
"Beach": 0,
|
| 46 |
+
"Concert": 1,
|
| 47 |
+
"Cooking": 20,
|
| 48 |
+
"Cycling": 19,
|
| 49 |
+
"Dance": 18,
|
| 50 |
+
"Desert": 17,
|
| 51 |
+
"Drawing": 16,
|
| 52 |
+
"Driving": 22,
|
| 53 |
+
"Festival": 15,
|
| 54 |
+
"Gardening": 14,
|
| 55 |
+
"Human swimming": 21,
|
| 56 |
+
"Ice skating": 13,
|
| 57 |
+
"Injury": 24,
|
| 58 |
+
"Knitting": 11,
|
| 59 |
+
"Police officer": 10,
|
| 60 |
+
"Racing": 9,
|
| 61 |
+
"Restaurant": 8,
|
| 62 |
+
"Sewing": 7,
|
| 63 |
+
"Smoking (cooking)": 23,
|
| 64 |
+
"Snow": 6,
|
| 65 |
+
"Soldier": 5,
|
| 66 |
+
"Stadium": 4,
|
| 67 |
+
"Video game": 3,
|
| 68 |
+
"Walking": 2,
|
| 69 |
+
"Wedding dress": 12
|
| 70 |
},
|
| 71 |
"layer_norm_eps": 1e-12,
|
| 72 |
"model_type": "videomae",
|
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:77a8aa675777414aca138f6504f4f6f2309548d61da2367930c475e803a26832
|
| 3 |
+
size 345049653
|
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:e1d5fae3d2d762b0710bb04d48cfbef985b84cdba3899e2490268c160d180589
|
| 3 |
+
size 3515
|