liyijing024
commited on
Commit
•
7b7eae1
1
Parent(s):
7522f95
Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +54 -0
- preprocessor_config.json +17 -0
- pytorch_model.bin +3 -0
- runs/Jul14_17-28-15_a100-dl-asia2/1657819741.790766/events.out.tfevents.1657819741.a100-dl-asia2.6318.1 +3 -0
- runs/Jul14_17-28-15_a100-dl-asia2/events.out.tfevents.1657819741.a100-dl-asia2.6318.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/swin-base-patch4-window7-224-in22k",
|
3 |
+
"architectures": [
|
4 |
+
"SwinForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"depths": [
|
8 |
+
2,
|
9 |
+
2,
|
10 |
+
18,
|
11 |
+
2
|
12 |
+
],
|
13 |
+
"drop_path_rate": 0.1,
|
14 |
+
"embed_dim": 128,
|
15 |
+
"encoder_stride": 32,
|
16 |
+
"hidden_act": "gelu",
|
17 |
+
"hidden_dropout_prob": 0.0,
|
18 |
+
"hidden_size": 1024,
|
19 |
+
"id2label": {
|
20 |
+
"0": "fangsong",
|
21 |
+
"1": "heiti",
|
22 |
+
"2": "kaiti",
|
23 |
+
"3": "lishu",
|
24 |
+
"4": "songti"
|
25 |
+
},
|
26 |
+
"image_size": 224,
|
27 |
+
"initializer_range": 0.02,
|
28 |
+
"label2id": {
|
29 |
+
"fangsong": 0,
|
30 |
+
"heiti": 1,
|
31 |
+
"kaiti": 2,
|
32 |
+
"lishu": 3,
|
33 |
+
"songti": 4
|
34 |
+
},
|
35 |
+
"layer_norm_eps": 1e-05,
|
36 |
+
"mlp_ratio": 4.0,
|
37 |
+
"model_type": "swin",
|
38 |
+
"num_channels": 3,
|
39 |
+
"num_heads": [
|
40 |
+
4,
|
41 |
+
8,
|
42 |
+
16,
|
43 |
+
32
|
44 |
+
],
|
45 |
+
"num_layers": 4,
|
46 |
+
"patch_size": 4,
|
47 |
+
"path_norm": true,
|
48 |
+
"problem_type": "single_label_classification",
|
49 |
+
"qkv_bias": true,
|
50 |
+
"torch_dtype": "float32",
|
51 |
+
"transformers_version": "4.20.1",
|
52 |
+
"use_absolute_embeddings": false,
|
53 |
+
"window_size": 7
|
54 |
+
}
|
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:ae2b15f7ac51cffa727998038cf38e6aede0e20c4638700cda88148676379bea
|
3 |
+
size 347619448
|
runs/Jul14_17-28-15_a100-dl-asia2/1657819741.790766/events.out.tfevents.1657819741.a100-dl-asia2.6318.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f86af16993f09edad2960ae1003a1f54ee40bc26248708b3a141206f15f6fb10
|
3 |
+
size 5442
|
runs/Jul14_17-28-15_a100-dl-asia2/events.out.tfevents.1657819741.a100-dl-asia2.6318.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f0c3498b5b53c1212dff71165a14f4cc28ec317c7f84870b5c99c5471244eb2
|
3 |
+
size 6544
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd525670ac424c662fb13ca48b59d39e8f825a9f675a8d725877ada9923f7c41
|
3 |
+
size 3375
|