Training in progress, epoch 0
Browse files- config.json +77 -0
- model.safetensors +3 -0
- preprocessor_config.json +26 -0
- runs/Jun28_02-01-44_GAN-SVR/events.out.tfevents.1751043728.GAN-SVR.323061.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "MCG-NJU/videomae-base",
|
3 |
+
"architectures": [
|
4 |
+
"VideoMAEForVideoClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"decoder_hidden_size": 384,
|
8 |
+
"decoder_intermediate_size": 1536,
|
9 |
+
"decoder_num_attention_heads": 6,
|
10 |
+
"decoder_num_hidden_layers": 4,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.0,
|
13 |
+
"hidden_size": 768,
|
14 |
+
"id2label": {
|
15 |
+
"0": "\uac00\ub2e4",
|
16 |
+
"1": "\uac00\ubc29",
|
17 |
+
"2": "\uac10\uc0ac\ud569\ub2c8\ub2e4",
|
18 |
+
"3": "\uacbd\ucc30",
|
19 |
+
"4": "\uae30\ub2e4\ub9ac\ub2e4",
|
20 |
+
"5": "\ub2e4\uc74c",
|
21 |
+
"6": "\ub3c4\ucc29",
|
22 |
+
"7": "\ub9cc\ub098\ub2e4",
|
23 |
+
"8": "\ubc18\uac11\ub2e4",
|
24 |
+
"9": "\ubcd1\uc6d0",
|
25 |
+
"10": "\ubd80\ub974\ub2e4",
|
26 |
+
"11": "\uc2e4\uc885",
|
27 |
+
"12": "\uc544\ud504\ub2e4",
|
28 |
+
"13": "\uc548\ub155\ud558\uc138\uc694",
|
29 |
+
"14": "\uc54c\ub824\uc8fc\ub2e4",
|
30 |
+
"15": "\uc5b4\ub514",
|
31 |
+
"16": "\uc5b4\ub5bb\uac8c",
|
32 |
+
"17": "\uc5ec\uae30",
|
33 |
+
"18": "\uc7a0\uae50",
|
34 |
+
"19": "\uc88b\ub2e4",
|
35 |
+
"20": "\ucc28\ub0b4\ub9ac\ub2e4"
|
36 |
+
},
|
37 |
+
"image_size": 224,
|
38 |
+
"initializer_range": 0.02,
|
39 |
+
"intermediate_size": 3072,
|
40 |
+
"label2id": {
|
41 |
+
"\uac00\ub2e4": 0,
|
42 |
+
"\uac00\ubc29": 1,
|
43 |
+
"\uac10\uc0ac\ud569\ub2c8\ub2e4": 2,
|
44 |
+
"\uacbd\ucc30": 3,
|
45 |
+
"\uae30\ub2e4\ub9ac\ub2e4": 4,
|
46 |
+
"\ub2e4\uc74c": 5,
|
47 |
+
"\ub3c4\ucc29": 6,
|
48 |
+
"\ub9cc\ub098\ub2e4": 7,
|
49 |
+
"\ubc18\uac11\ub2e4": 8,
|
50 |
+
"\ubcd1\uc6d0": 9,
|
51 |
+
"\ubd80\ub974\ub2e4": 10,
|
52 |
+
"\uc2e4\uc885": 11,
|
53 |
+
"\uc544\ud504\ub2e4": 12,
|
54 |
+
"\uc548\ub155\ud558\uc138\uc694": 13,
|
55 |
+
"\uc54c\ub824\uc8fc\ub2e4": 14,
|
56 |
+
"\uc5b4\ub514": 15,
|
57 |
+
"\uc5b4\ub5bb\uac8c": 16,
|
58 |
+
"\uc5ec\uae30": 17,
|
59 |
+
"\uc7a0\uae50": 18,
|
60 |
+
"\uc88b\ub2e4": 19,
|
61 |
+
"\ucc28\ub0b4\ub9ac\ub2e4": 20
|
62 |
+
},
|
63 |
+
"layer_norm_eps": 1e-12,
|
64 |
+
"model_type": "videomae",
|
65 |
+
"norm_pix_loss": true,
|
66 |
+
"num_attention_heads": 12,
|
67 |
+
"num_channels": 3,
|
68 |
+
"num_frames": 16,
|
69 |
+
"num_hidden_layers": 12,
|
70 |
+
"patch_size": 16,
|
71 |
+
"problem_type": "single_label_classification",
|
72 |
+
"qkv_bias": true,
|
73 |
+
"torch_dtype": "float32",
|
74 |
+
"transformers_version": "4.48.0",
|
75 |
+
"tubelet_size": 2,
|
76 |
+
"use_mean_pooling": false
|
77 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:217c1211bdb9b5b241315c368f6288709256baf8e790794a74c4d9b7b6df32ed
|
3 |
+
size 344995820
|
preprocessor_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 224,
|
4 |
+
"width": 224
|
5 |
+
},
|
6 |
+
"do_center_crop": true,
|
7 |
+
"do_normalize": true,
|
8 |
+
"do_rescale": true,
|
9 |
+
"do_resize": true,
|
10 |
+
"image_mean": [
|
11 |
+
0.485,
|
12 |
+
0.456,
|
13 |
+
0.406
|
14 |
+
],
|
15 |
+
"image_processor_type": "VideoMAEImageProcessor",
|
16 |
+
"image_std": [
|
17 |
+
0.229,
|
18 |
+
0.224,
|
19 |
+
0.225
|
20 |
+
],
|
21 |
+
"resample": 2,
|
22 |
+
"rescale_factor": 0.00392156862745098,
|
23 |
+
"size": {
|
24 |
+
"shortest_edge": 224
|
25 |
+
}
|
26 |
+
}
|
runs/Jun28_02-01-44_GAN-SVR/events.out.tfevents.1751043728.GAN-SVR.323061.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:345146774ffd293c0f37c417ff2b93364b4a4e31df0084be7aa32f5461d479a1
|
3 |
+
size 6818
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6bf844f1fcb40da8374a6f81dd770702eaca43ed6879b301f657613f32cd8960
|
3 |
+
size 4923
|