Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +53 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- runs/Jul23_09-25-11_3c0f3006df64/events.out.tfevents.1690104329.3c0f3006df64.1582.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/convnextv2-large-1k-224",
|
3 |
+
"architectures": [
|
4 |
+
"ConvNextV2ForImageClassification"
|
5 |
+
],
|
6 |
+
"depths": [
|
7 |
+
3,
|
8 |
+
3,
|
9 |
+
27,
|
10 |
+
3
|
11 |
+
],
|
12 |
+
"drop_path_rate": 0.0,
|
13 |
+
"hidden_act": "gelu",
|
14 |
+
"hidden_sizes": [
|
15 |
+
192,
|
16 |
+
384,
|
17 |
+
768,
|
18 |
+
1536
|
19 |
+
],
|
20 |
+
"id2label": {
|
21 |
+
"0": "Lung-Benign_Tissue",
|
22 |
+
"1": "Lung_Adenocarcinoma",
|
23 |
+
"2": "Lung_Squamous_Cell_Carcinoma"
|
24 |
+
},
|
25 |
+
"image_size": 224,
|
26 |
+
"initializer_range": 0.02,
|
27 |
+
"label2id": {
|
28 |
+
"Lung-Benign_Tissue": 0,
|
29 |
+
"Lung_Adenocarcinoma": 1,
|
30 |
+
"Lung_Squamous_Cell_Carcinoma": 2
|
31 |
+
},
|
32 |
+
"layer_norm_eps": 1e-12,
|
33 |
+
"model_type": "convnextv2",
|
34 |
+
"num_channels": 3,
|
35 |
+
"num_stages": 4,
|
36 |
+
"out_features": [
|
37 |
+
"stage4"
|
38 |
+
],
|
39 |
+
"out_indices": [
|
40 |
+
4
|
41 |
+
],
|
42 |
+
"patch_size": 4,
|
43 |
+
"problem_type": "single_label_classification",
|
44 |
+
"stage_names": [
|
45 |
+
"stem",
|
46 |
+
"stage1",
|
47 |
+
"stage2",
|
48 |
+
"stage3",
|
49 |
+
"stage4"
|
50 |
+
],
|
51 |
+
"torch_dtype": "float32",
|
52 |
+
"transformers_version": "4.31.0"
|
53 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_pct": 0.875,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": [
|
7 |
+
0.485,
|
8 |
+
0.456,
|
9 |
+
0.406
|
10 |
+
],
|
11 |
+
"image_processor_type": "ConvNextImageProcessor",
|
12 |
+
"image_std": [
|
13 |
+
0.229,
|
14 |
+
0.224,
|
15 |
+
0.225
|
16 |
+
],
|
17 |
+
"resample": 3,
|
18 |
+
"rescale_factor": 0.00392156862745098,
|
19 |
+
"size": {
|
20 |
+
"shortest_edge": 224
|
21 |
+
}
|
22 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:facf96a670f4275df4d5767f98fe636347a31d5ec04c43b8502437f5326c8abc
|
3 |
+
size 785830205
|
runs/Jul23_09-25-11_3c0f3006df64/events.out.tfevents.1690104329.3c0f3006df64.1582.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:597d595726db44496762a2d8287a93215620e353c98823fa4b5f880ebdd89ef4
|
3 |
+
size 7635
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55fb6060fe872c53099461f3f67c482ee810c499de0343dfd77476c358a63317
|
3 |
+
size 4155
|