Gokulapriyan
commited on
Commit
•
fb437f8
1
Parent(s):
bce51fd
Training in progress, epoch 0
Browse files
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/convnext-tiny-224",
|
3 |
+
"architectures": [
|
4 |
+
"ConvNextForImageClassification"
|
5 |
+
],
|
6 |
+
"depths": [
|
7 |
+
3,
|
8 |
+
3,
|
9 |
+
9,
|
10 |
+
3
|
11 |
+
],
|
12 |
+
"drop_path_rate": 0.0,
|
13 |
+
"hidden_act": "gelu",
|
14 |
+
"hidden_sizes": [
|
15 |
+
96,
|
16 |
+
192,
|
17 |
+
384,
|
18 |
+
768
|
19 |
+
],
|
20 |
+
"id2label": {
|
21 |
+
"0": "FNH",
|
22 |
+
"1": "HCC",
|
23 |
+
"2": "HEM",
|
24 |
+
"3": "healthy"
|
25 |
+
},
|
26 |
+
"image_size": 224,
|
27 |
+
"initializer_range": 0.02,
|
28 |
+
"label2id": {
|
29 |
+
"FNH": 0,
|
30 |
+
"HCC": 1,
|
31 |
+
"HEM": 2,
|
32 |
+
"healthy": 3
|
33 |
+
},
|
34 |
+
"layer_norm_eps": 1e-12,
|
35 |
+
"layer_scale_init_value": 1e-06,
|
36 |
+
"model_type": "convnext",
|
37 |
+
"num_channels": 3,
|
38 |
+
"num_stages": 4,
|
39 |
+
"out_features": null,
|
40 |
+
"patch_size": 4,
|
41 |
+
"problem_type": "single_label_classification",
|
42 |
+
"stage_names": [
|
43 |
+
"stem",
|
44 |
+
"stage1",
|
45 |
+
"stage2",
|
46 |
+
"stage3",
|
47 |
+
"stage4"
|
48 |
+
],
|
49 |
+
"torch_dtype": "float32",
|
50 |
+
"transformers_version": "4.26.1"
|
51 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_pct": 0.875,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"feature_extractor_type": "ConvNextFeatureExtractor",
|
7 |
+
"image_mean": [
|
8 |
+
0.485,
|
9 |
+
0.456,
|
10 |
+
0.406
|
11 |
+
],
|
12 |
+
"image_processor_type": "ConvNextFeatureExtractor",
|
13 |
+
"image_std": [
|
14 |
+
0.229,
|
15 |
+
0.224,
|
16 |
+
0.225
|
17 |
+
],
|
18 |
+
"resample": 3,
|
19 |
+
"rescale_factor": 0.00392156862745098,
|
20 |
+
"size": {
|
21 |
+
"shortest_edge": 224
|
22 |
+
}
|
23 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f4af5e57c2a7c8e09d3d9b262be41c0eb2f8fb274e8241bedd5d4e09c970b80
|
3 |
+
size 111355173
|
runs/Mar28_16-35-02_lab403/1680001522.7410975/events.out.tfevents.1680001522.lab403.2446759.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8b2838b2efcc259f2cf91a62fab6dd142cdca9cc6af963423579d84f34bc6de
|
3 |
+
size 5752
|
runs/Mar28_16-35-02_lab403/events.out.tfevents.1680001522.lab403.2446759.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a89e8ad85859738fa31b7553d50e2b7d2536bb843470f7d96cf53714c95588ac
|
3 |
+
size 12992
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3cafe461fa8d8adbe83dc01e9144df85b061888743b8749026056a0ea836e984
|
3 |
+
size 3579
|