Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +60 -0
- preprocessor_config.json +20 -0
- pytorch_model.bin +3 -0
- runs/Oct31_17-42-46_3aa33c176053/1667238219.3832555/events.out.tfevents.1667238219.3aa33c176053.70.1 +3 -0
- runs/Oct31_17-42-46_3aa33c176053/events.out.tfevents.1667238218.3aa33c176053.70.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "0_none_absent",
|
17 |
+
"1": "1_mild_just_perceptible",
|
18 |
+
"2": "2_moderate_obvious",
|
19 |
+
"3": "3_severe"
|
20 |
+
},
|
21 |
+
"image_size": 224,
|
22 |
+
"initializer_range": 0.02,
|
23 |
+
"intermediate_size": 3072,
|
24 |
+
"label2id": {
|
25 |
+
"0_none_absent": 0,
|
26 |
+
"1_mild_just_perceptible": 1,
|
27 |
+
"2_moderate_obvious": 2,
|
28 |
+
"3_severe": 3
|
29 |
+
},
|
30 |
+
"layer_norm_eps": 1e-12,
|
31 |
+
"layer_scale_init_value": 0.1,
|
32 |
+
"model_type": "beit",
|
33 |
+
"num_attention_heads": 12,
|
34 |
+
"num_channels": 3,
|
35 |
+
"num_hidden_layers": 12,
|
36 |
+
"out_indices": [
|
37 |
+
3,
|
38 |
+
5,
|
39 |
+
7,
|
40 |
+
11
|
41 |
+
],
|
42 |
+
"patch_size": 16,
|
43 |
+
"pool_scales": [
|
44 |
+
1,
|
45 |
+
2,
|
46 |
+
3,
|
47 |
+
6
|
48 |
+
],
|
49 |
+
"problem_type": "single_label_classification",
|
50 |
+
"semantic_loss_ignore_index": 255,
|
51 |
+
"torch_dtype": "float32",
|
52 |
+
"transformers_version": "4.23.1",
|
53 |
+
"use_absolute_position_embeddings": false,
|
54 |
+
"use_auxiliary_head": true,
|
55 |
+
"use_mask_token": false,
|
56 |
+
"use_mean_pooling": true,
|
57 |
+
"use_relative_position_bias": true,
|
58 |
+
"use_shared_relative_position_bias": false,
|
59 |
+
"vocab_size": 8192
|
60 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": 224,
|
3 |
+
"do_center_crop": false,
|
4 |
+
"do_normalize": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"feature_extractor_type": "BeitFeatureExtractor",
|
7 |
+
"image_mean": [
|
8 |
+
0.5,
|
9 |
+
0.5,
|
10 |
+
0.5
|
11 |
+
],
|
12 |
+
"image_std": [
|
13 |
+
0.5,
|
14 |
+
0.5,
|
15 |
+
0.5
|
16 |
+
],
|
17 |
+
"reduce_labels": false,
|
18 |
+
"resample": 2,
|
19 |
+
"size": 224
|
20 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3a8d658cc61222f0a49a372228f9f099578969c21d566b510e22d61ce6c7cab
|
3 |
+
size 346861355
|
runs/Oct31_17-42-46_3aa33c176053/1667238219.3832555/events.out.tfevents.1667238219.3aa33c176053.70.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ab39f6454a3f96f16547c476d630ff209b48549614304a46fef6eba805f5177
|
3 |
+
size 5520
|
runs/Oct31_17-42-46_3aa33c176053/events.out.tfevents.1667238218.3aa33c176053.70.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6366188d1284113635e33330aa095e9aff2c19be768b6fd46a934da3a969bbf4
|
3 |
+
size 4779
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32e3e6712ef1342ebca827bf597461a61cc7ee47670a9dc120ee2d0957ee879c
|
3 |
+
size 3439
|