Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +38 -0
- preprocessor_config.json +17 -0
- pytorch_model.bin +3 -0
- runs/Jan06_16-39-18_Brians-Mac-mini.local/1673044829.4365098/events.out.tfevents.1673044829.Brians-Mac-mini.local.48616.1 +3 -0
- runs/Jan06_16-39-18_Brians-Mac-mini.local/events.out.tfevents.1673044829.Brians-Mac-mini.local.48616.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/vit-base-patch16-224-in21k",
|
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": "colon_aca",
|
13 |
+
"1": "colon_n",
|
14 |
+
"2": "lung_aca",
|
15 |
+
"3": "lung_n",
|
16 |
+
"4": "lung_scc"
|
17 |
+
},
|
18 |
+
"image_size": 224,
|
19 |
+
"initializer_range": 0.02,
|
20 |
+
"intermediate_size": 3072,
|
21 |
+
"label2id": {
|
22 |
+
"colon_aca": "0",
|
23 |
+
"colon_n": "1",
|
24 |
+
"lung_aca": "2",
|
25 |
+
"lung_n": "3",
|
26 |
+
"lung_scc": "4"
|
27 |
+
},
|
28 |
+
"layer_norm_eps": 1e-12,
|
29 |
+
"model_type": "vit",
|
30 |
+
"num_attention_heads": 12,
|
31 |
+
"num_channels": 3,
|
32 |
+
"num_hidden_layers": 12,
|
33 |
+
"patch_size": 16,
|
34 |
+
"problem_type": "single_label_classification",
|
35 |
+
"qkv_bias": true,
|
36 |
+
"torch_dtype": "float32",
|
37 |
+
"transformers_version": "4.22.2"
|
38 |
+
}
|
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.5,
|
7 |
+
0.5,
|
8 |
+
0.5
|
9 |
+
],
|
10 |
+
"image_std": [
|
11 |
+
0.5,
|
12 |
+
0.5,
|
13 |
+
0.5
|
14 |
+
],
|
15 |
+
"resample": 2,
|
16 |
+
"size": 224
|
17 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08d2f8554be4367370ea5266690180117e45510410b176eaac980f0db73e98ff
|
3 |
+
size 343273393
|
runs/Jan06_16-39-18_Brians-Mac-mini.local/1673044829.4365098/events.out.tfevents.1673044829.Brians-Mac-mini.local.48616.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed764bd6eccf4eb1c9b1282176a013b4f1a77df64ed9a9392efaf3e7c1135c14
|
3 |
+
size 5624
|
runs/Jan06_16-39-18_Brians-Mac-mini.local/events.out.tfevents.1673044829.Brians-Mac-mini.local.48616.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:25356bcdd86842a4dedc60ea1b432e59536eeba824a9753a33dc9d034a306047
|
3 |
+
size 5251
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5d88335b535f413592b03e4b28fa49e8b94dbe41f8ae2bedaed356e9349626d
|
3 |
+
size 3439
|