Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +44 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- runs/May23_00-38-22_nightwalk-win/1684773515.0053506/events.out.tfevents.1684773515.nightwalk-win.32920.1 +3 -0
- runs/May23_00-38-22_nightwalk-win/events.out.tfevents.1684773514.nightwalk-win.32920.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "facebook/deit-base-patch16-384",
|
| 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": "\u659c\u5e26\u77f3\u6591\u9c7c",
|
| 13 |
+
"1": "\u6749\u864e\u6742\u4ea4\u6591",
|
| 14 |
+
"2": "\u68d5\u70b9\u77f3\u6591\u9c7c",
|
| 15 |
+
"3": "\u864e\u9f99\u6742\u4ea4\u6591",
|
| 16 |
+
"4": "\u8c79\u7eb9\u9cc3\u68d8\u9c88",
|
| 17 |
+
"5": "\u8d64\u70b9\u77f3\u6591\u9c7c",
|
| 18 |
+
"6": "\u91d1\u864e\u6742\u4ea4\u6591",
|
| 19 |
+
"7": "\u978d\u5e26\u77f3\u6591\u9c7c"
|
| 20 |
+
},
|
| 21 |
+
"image_size": 384,
|
| 22 |
+
"initializer_range": 0.02,
|
| 23 |
+
"intermediate_size": 3072,
|
| 24 |
+
"label2id": {
|
| 25 |
+
"\u659c\u5e26\u77f3\u6591\u9c7c": 0,
|
| 26 |
+
"\u6749\u864e\u6742\u4ea4\u6591": 1,
|
| 27 |
+
"\u68d5\u70b9\u77f3\u6591\u9c7c": 2,
|
| 28 |
+
"\u864e\u9f99\u6742\u4ea4\u6591": 3,
|
| 29 |
+
"\u8c79\u7eb9\u9cc3\u68d8\u9c88": 4,
|
| 30 |
+
"\u8d64\u70b9\u77f3\u6591\u9c7c": 5,
|
| 31 |
+
"\u91d1\u864e\u6742\u4ea4\u6591": 6,
|
| 32 |
+
"\u978d\u5e26\u77f3\u6591\u9c7c": 7
|
| 33 |
+
},
|
| 34 |
+
"layer_norm_eps": 1e-12,
|
| 35 |
+
"model_type": "vit",
|
| 36 |
+
"num_attention_heads": 12,
|
| 37 |
+
"num_channels": 3,
|
| 38 |
+
"num_hidden_layers": 12,
|
| 39 |
+
"patch_size": 16,
|
| 40 |
+
"problem_type": "single_label_classification",
|
| 41 |
+
"qkv_bias": true,
|
| 42 |
+
"torch_dtype": "float32",
|
| 43 |
+
"transformers_version": "4.29.2"
|
| 44 |
+
}
|
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": "ViTFeatureExtractor",
|
| 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": 384,
|
| 20 |
+
"width": 384
|
| 21 |
+
}
|
| 22 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c27ec315c5605df87b2c8710336ed13c850cf25f79ebc885648cf132d80f91b
|
| 3 |
+
size 344454509
|
runs/May23_00-38-22_nightwalk-win/1684773515.0053506/events.out.tfevents.1684773515.nightwalk-win.32920.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d437ceaa995a2fb53defa28bf192964c10965457d31b96255088db5278e0ce02
|
| 3 |
+
size 5909
|
runs/May23_00-38-22_nightwalk-win/events.out.tfevents.1684773514.nightwalk-win.32920.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fa0690aabc9dfdac6bc57554f510ecfc071d638440f21984dda24351ed13168
|
| 3 |
+
size 4935
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a37cf63a49d0d8742623ed6b1eb16e65af10e18cc18af68237e050d21103d84
|
| 3 |
+
size 3963
|