AhmedBedair
commited on
Commit
•
d38a4e8
1
Parent(s):
ef0cfc0
Training in progress, step 100
Browse files- config.json +58 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "Ascariasis",
|
13 |
+
"1": "Babesia",
|
14 |
+
"10": "Opisthorchis viverrine",
|
15 |
+
"11": "Paragonimus spp",
|
16 |
+
"12": "T. rubrum",
|
17 |
+
"13": "Taenia spp",
|
18 |
+
"14": "Trichuris trichiura",
|
19 |
+
"2": "Capillaria p",
|
20 |
+
"3": "Enterobius v",
|
21 |
+
"4": "Epidermophyton floccosum",
|
22 |
+
"5": "Fasciolopsis buski",
|
23 |
+
"6": "Hookworm egg",
|
24 |
+
"7": "Hymenolepis diminuta",
|
25 |
+
"8": "Hymenolepis nana",
|
26 |
+
"9": "Leishmania"
|
27 |
+
},
|
28 |
+
"image_size": 224,
|
29 |
+
"initializer_range": 0.02,
|
30 |
+
"intermediate_size": 3072,
|
31 |
+
"label2id": {
|
32 |
+
"Ascariasis": "0",
|
33 |
+
"Babesia": "1",
|
34 |
+
"Capillaria p": "2",
|
35 |
+
"Enterobius v": "3",
|
36 |
+
"Epidermophyton floccosum": "4",
|
37 |
+
"Fasciolopsis buski": "5",
|
38 |
+
"Hookworm egg": "6",
|
39 |
+
"Hymenolepis diminuta": "7",
|
40 |
+
"Hymenolepis nana": "8",
|
41 |
+
"Leishmania": "9",
|
42 |
+
"Opisthorchis viverrine": "10",
|
43 |
+
"Paragonimus spp": "11",
|
44 |
+
"T. rubrum": "12",
|
45 |
+
"Taenia spp": "13",
|
46 |
+
"Trichuris trichiura": "14"
|
47 |
+
},
|
48 |
+
"layer_norm_eps": 1e-12,
|
49 |
+
"model_type": "vit",
|
50 |
+
"num_attention_heads": 12,
|
51 |
+
"num_channels": 3,
|
52 |
+
"num_hidden_layers": 12,
|
53 |
+
"patch_size": 16,
|
54 |
+
"problem_type": "single_label_classification",
|
55 |
+
"qkv_bias": true,
|
56 |
+
"torch_dtype": "float32",
|
57 |
+
"transformers_version": "4.33.1"
|
58 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_rescale": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"image_mean": [
|
6 |
+
0.5,
|
7 |
+
0.5,
|
8 |
+
0.5
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTFeatureExtractor",
|
11 |
+
"image_std": [
|
12 |
+
0.5,
|
13 |
+
0.5,
|
14 |
+
0.5
|
15 |
+
],
|
16 |
+
"resample": 2,
|
17 |
+
"rescale_factor": 0.00392156862745098,
|
18 |
+
"size": {
|
19 |
+
"height": 224,
|
20 |
+
"width": 224
|
21 |
+
}
|
22 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55ebf9a89da32522ecfc0a120ece42e4b5e91226dbd0aa99a1809844007a09fa
|
3 |
+
size 343308717
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e42aaf2c26d8a1118677294ee5205d4f88b80a184053b38dd7d8c267a117bb3b
|
3 |
+
size 4027
|