Training in progress, epoch 0
Browse files- config.json +58 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/vit-base-patch16-224-in21k",
|
3 |
+
"architectures": [
|
4 |
+
"ViTForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"encoder_stride": 16,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.0,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"id2label": {
|
12 |
+
"0": "zhujiulunyingxiong",
|
13 |
+
"1": "wangqichuxian",
|
14 |
+
"10": "jiangjinghuaxiangzhuan",
|
15 |
+
"11": "chibizhizhanchangjing",
|
16 |
+
"12": "hanmumuzhuan",
|
17 |
+
"13": "baidituogu",
|
18 |
+
"14": "yaoqianshu",
|
19 |
+
"2": "zhibaiwuzhuqian",
|
20 |
+
"3": "tongwuzhuqiandiezhujian",
|
21 |
+
"4": "shuochangyong",
|
22 |
+
"5": "sangumaoluyulongzhongduicechangjing",
|
23 |
+
"6": "longzhonggengdu",
|
24 |
+
"7": "liubeirushu",
|
25 |
+
"8": "liubeizhishumingwendizhuan",
|
26 |
+
"9": "liubeichengdi"
|
27 |
+
},
|
28 |
+
"image_size": 224,
|
29 |
+
"initializer_range": 0.02,
|
30 |
+
"intermediate_size": 3072,
|
31 |
+
"label2id": {
|
32 |
+
"baidituogu": "13",
|
33 |
+
"chibizhizhanchangjing": "11",
|
34 |
+
"hanmumuzhuan": "12",
|
35 |
+
"jiangjinghuaxiangzhuan": "10",
|
36 |
+
"liubeichengdi": "9",
|
37 |
+
"liubeirushu": "7",
|
38 |
+
"liubeizhishumingwendizhuan": "8",
|
39 |
+
"longzhonggengdu": "6",
|
40 |
+
"sangumaoluyulongzhongduicechangjing": "5",
|
41 |
+
"shuochangyong": "4",
|
42 |
+
"tongwuzhuqiandiezhujian": "3",
|
43 |
+
"wangqichuxian": "1",
|
44 |
+
"yaoqianshu": "14",
|
45 |
+
"zhibaiwuzhuqian": "2",
|
46 |
+
"zhujiulunyingxiong": "0"
|
47 |
+
},
|
48 |
+
"layer_norm_eps": 1e-12,
|
49 |
+
"model_type": "vit",
|
50 |
+
"num_attention_heads": 12,
|
51 |
+
"num_channels": 3,
|
52 |
+
"num_hidden_layers": 12,
|
53 |
+
"patch_size": 16,
|
54 |
+
"problem_type": "single_label_classification",
|
55 |
+
"qkv_bias": true,
|
56 |
+
"torch_dtype": "float32",
|
57 |
+
"transformers_version": "4.33.1"
|
58 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_rescale": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"image_mean": [
|
6 |
+
0.5,
|
7 |
+
0.5,
|
8 |
+
0.5
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTImageProcessor",
|
11 |
+
"image_std": [
|
12 |
+
0.5,
|
13 |
+
0.5,
|
14 |
+
0.5
|
15 |
+
],
|
16 |
+
"resample": 2,
|
17 |
+
"rescale_factor": 0.00392156862745098,
|
18 |
+
"size": {
|
19 |
+
"height": 224,
|
20 |
+
"width": 224
|
21 |
+
}
|
22 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0e047526a4302c015526d00231c20004e95689200dd8c76ba1cd68566a0911f
|
3 |
+
size 343308717
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d92dc8dec6ed234aaf60b35fcc7602db3a7b2c498cbd66af2863163c1cfc986
|
3 |
+
size 4091
|