ChasingMercer
commited on
Commit
•
03bbc12
1
Parent(s):
75b31ad
Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +74 -0
- preprocessor_config.json +29 -0
- pytorch_model.bin +3 -0
- runs/Mar06_20-24-48_pop-os/1678134424.0468342/events.out.tfevents.1678134424.pop-os.6196.1 +3 -0
- runs/Mar06_20-24-48_pop-os/events.out.tfevents.1678134423.pop-os.6196.0 +3 -0
- runs/Mar06_20-27-29_pop-os/1678134455.2137127/events.out.tfevents.1678134455.pop-os.6196.3 +3 -0
- runs/Mar06_20-27-29_pop-os/events.out.tfevents.1678134455.pop-os.6196.2 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/beit-base-patch16-224-pt22k-ft22k",
|
3 |
+
"architectures": [
|
4 |
+
"BeitForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"auxiliary_channels": 256,
|
8 |
+
"auxiliary_concat_input": false,
|
9 |
+
"auxiliary_loss_weight": 0.4,
|
10 |
+
"auxiliary_num_convs": 1,
|
11 |
+
"drop_path_rate": 0.1,
|
12 |
+
"hidden_act": "gelu",
|
13 |
+
"hidden_dropout_prob": 0.0,
|
14 |
+
"hidden_size": 768,
|
15 |
+
"id2label": {
|
16 |
+
"0": "LABEL_0",
|
17 |
+
"1": "LABEL_1",
|
18 |
+
"2": "LABEL_2",
|
19 |
+
"3": "LABEL_3",
|
20 |
+
"4": "LABEL_4",
|
21 |
+
"5": "LABEL_5",
|
22 |
+
"6": "LABEL_6",
|
23 |
+
"7": "LABEL_7",
|
24 |
+
"8": "LABEL_8",
|
25 |
+
"9": "LABEL_9",
|
26 |
+
"10": "LABEL_10"
|
27 |
+
},
|
28 |
+
"image_size": 224,
|
29 |
+
"initializer_range": 0.02,
|
30 |
+
"intermediate_size": 3072,
|
31 |
+
"label2id": {
|
32 |
+
"LABEL_0": 0,
|
33 |
+
"LABEL_1": 1,
|
34 |
+
"LABEL_10": 10,
|
35 |
+
"LABEL_2": 2,
|
36 |
+
"LABEL_3": 3,
|
37 |
+
"LABEL_4": 4,
|
38 |
+
"LABEL_5": 5,
|
39 |
+
"LABEL_6": 6,
|
40 |
+
"LABEL_7": 7,
|
41 |
+
"LABEL_8": 8,
|
42 |
+
"LABEL_9": 9
|
43 |
+
},
|
44 |
+
"layer_norm_eps": 1e-12,
|
45 |
+
"layer_scale_init_value": 0.1,
|
46 |
+
"model_type": "beit",
|
47 |
+
"num_attention_heads": 12,
|
48 |
+
"num_channels": 3,
|
49 |
+
"num_hidden_layers": 12,
|
50 |
+
"out_indices": [
|
51 |
+
3,
|
52 |
+
5,
|
53 |
+
7,
|
54 |
+
11
|
55 |
+
],
|
56 |
+
"patch_size": 16,
|
57 |
+
"pool_scales": [
|
58 |
+
1,
|
59 |
+
2,
|
60 |
+
3,
|
61 |
+
6
|
62 |
+
],
|
63 |
+
"problem_type": "single_label_classification",
|
64 |
+
"semantic_loss_ignore_index": 255,
|
65 |
+
"torch_dtype": "float32",
|
66 |
+
"transformers_version": "4.26.1",
|
67 |
+
"use_absolute_position_embeddings": false,
|
68 |
+
"use_auxiliary_head": true,
|
69 |
+
"use_mask_token": false,
|
70 |
+
"use_mean_pooling": true,
|
71 |
+
"use_relative_position_bias": true,
|
72 |
+
"use_shared_relative_position_bias": false,
|
73 |
+
"vocab_size": 8192
|
74 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 224,
|
4 |
+
"width": 224
|
5 |
+
},
|
6 |
+
"do_center_crop": false,
|
7 |
+
"do_normalize": true,
|
8 |
+
"do_reduce_labels": false,
|
9 |
+
"do_rescale": true,
|
10 |
+
"do_resize": true,
|
11 |
+
"feature_extractor_type": "BeitFeatureExtractor",
|
12 |
+
"image_mean": [
|
13 |
+
0.5,
|
14 |
+
0.5,
|
15 |
+
0.5
|
16 |
+
],
|
17 |
+
"image_processor_type": "BeitFeatureExtractor",
|
18 |
+
"image_std": [
|
19 |
+
0.5,
|
20 |
+
0.5,
|
21 |
+
0.5
|
22 |
+
],
|
23 |
+
"resample": 2,
|
24 |
+
"rescale_factor": 0.00392156862745098,
|
25 |
+
"size": {
|
26 |
+
"height": 224,
|
27 |
+
"width": 224
|
28 |
+
}
|
29 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c19df543a591c5c501999aa28a7b4f047850f0c34cd2904601eb80ec7ec34ba
|
3 |
+
size 346888057
|
runs/Mar06_20-24-48_pop-os/1678134424.0468342/events.out.tfevents.1678134424.pop-os.6196.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bb7e7fc22ab16ec8002531717e78b9f2412309cc8001d273ecbcf5c9c65df92
|
3 |
+
size 5704
|
runs/Mar06_20-24-48_pop-os/events.out.tfevents.1678134423.pop-os.6196.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b4b56c009ea26fd0ccdeb7cc4c96e733c944c95ba728c6bfab4e0f378b0093e
|
3 |
+
size 4758
|
runs/Mar06_20-27-29_pop-os/1678134455.2137127/events.out.tfevents.1678134455.pop-os.6196.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09f05aceda6681dd3322b8316077cc22595b9f1a0b8b5f83ca1965b7d7015442
|
3 |
+
size 5704
|
runs/Mar06_20-27-29_pop-os/events.out.tfevents.1678134455.pop-os.6196.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbf07ad93d0d445eb230eeaa6f2494a43bcc09730852257515c690969c3e5f52
|
3 |
+
size 7714
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b055c8f159a84bc34a5370a55b3bca5340a1365dc9045c40b1593491008163f
|
3 |
+
size 3515
|