JEdward7777
commited on
Commit
•
4cf6fee
1
Parent(s):
657b597
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +56 -0
- preprocessor_config.json +17 -0
- pytorch_model.bin +3 -0
- runs/Aug28_15-53-50_58e9702d0132/1661702070.8428493/events.out.tfevents.1661702070.58e9702d0132.73.1 +3 -0
- runs/Aug28_15-53-50_58e9702d0132/events.out.tfevents.1661702070.58e9702d0132.73.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
|
3 |
+
"architectures": [
|
4 |
+
"SwinForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"depths": [
|
8 |
+
2,
|
9 |
+
2,
|
10 |
+
6,
|
11 |
+
2
|
12 |
+
],
|
13 |
+
"drop_path_rate": 0.1,
|
14 |
+
"embed_dim": 96,
|
15 |
+
"encoder_stride": 32,
|
16 |
+
"hidden_act": "gelu",
|
17 |
+
"hidden_dropout_prob": 0.0,
|
18 |
+
"hidden_size": 768,
|
19 |
+
"id2label": {
|
20 |
+
"0": "empty",
|
21 |
+
"1": "fedex",
|
22 |
+
"2": "prime",
|
23 |
+
"3": "trash",
|
24 |
+
"4": "unknown",
|
25 |
+
"5": "ups"
|
26 |
+
},
|
27 |
+
"image_size": 224,
|
28 |
+
"initializer_range": 0.02,
|
29 |
+
"label2id": {
|
30 |
+
"empty": 0,
|
31 |
+
"fedex": 1,
|
32 |
+
"prime": 2,
|
33 |
+
"trash": 3,
|
34 |
+
"unknown": 4,
|
35 |
+
"ups": 5
|
36 |
+
},
|
37 |
+
"layer_norm_eps": 1e-05,
|
38 |
+
"mlp_ratio": 4.0,
|
39 |
+
"model_type": "swin",
|
40 |
+
"num_channels": 3,
|
41 |
+
"num_heads": [
|
42 |
+
3,
|
43 |
+
6,
|
44 |
+
12,
|
45 |
+
24
|
46 |
+
],
|
47 |
+
"num_layers": 4,
|
48 |
+
"patch_size": 4,
|
49 |
+
"path_norm": true,
|
50 |
+
"problem_type": "single_label_classification",
|
51 |
+
"qkv_bias": true,
|
52 |
+
"torch_dtype": "float32",
|
53 |
+
"transformers_version": "4.21.2",
|
54 |
+
"use_absolute_embeddings": false,
|
55 |
+
"window_size": 7
|
56 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_resize": true,
|
4 |
+
"feature_extractor_type": "ViTFeatureExtractor",
|
5 |
+
"image_mean": [
|
6 |
+
0.485,
|
7 |
+
0.456,
|
8 |
+
0.406
|
9 |
+
],
|
10 |
+
"image_std": [
|
11 |
+
0.229,
|
12 |
+
0.224,
|
13 |
+
0.225
|
14 |
+
],
|
15 |
+
"resample": 3,
|
16 |
+
"size": 224
|
17 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a387d800c69eb32e39fd4056cd0978695483db6d58eeac0186552342cd86bbe5
|
3 |
+
size 110405167
|
runs/Aug28_15-53-50_58e9702d0132/1661702070.8428493/events.out.tfevents.1661702070.58e9702d0132.73.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:255e8396665ed104178dc7e5b9c8a5f1d115e47aa39fc68e574ba900c30985ba
|
3 |
+
size 5500
|
runs/Aug28_15-53-50_58e9702d0132/events.out.tfevents.1661702070.58e9702d0132.73.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50a09bd281cee252e87d41bcef5175ba4be887497e0769cd0ea06d00150f602d
|
3 |
+
size 4405
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10f805c6b0906277942f618ead25b5809280f0c4d1bd310dbc60b491c2169b31
|
3 |
+
size 3375
|