kimdesok commited on
Commit
0cde622
1 Parent(s): 6250dd1

Training in progress, step 200

Browse files
config.json CHANGED
@@ -8,92 +8,92 @@
8
  "hidden_dropout_prob": 0.0,
9
  "hidden_size": 768,
10
  "id2label": {
11
- "0": "colon",
12
- "1": "the hemorrhagic inflammatory mass",
13
- "2": "typical infiltrating adenocarcinoma",
14
- "3": "typical histology for colon adenocarcinoma",
15
- "4": "glandular crowding and cellular atypia",
16
- "5": "esophagus",
17
- "6": "the tube and ovary to the left of the uterus",
18
- "7": "bile duct cells and canals of hering",
19
- "8": "hypertrophic gastritis",
20
- "9": "gastrointestinal system",
21
- "10": "bilateral cleft palate",
22
  "11": "in the canals of hering",
23
- "12": "typical excellent pinworm",
24
- "13": "bundles of normal-looking smooth muscle cells",
25
- "14": "med pas hematoxylin section of mucosa excellent example source",
26
- "15": "excellent photo typical adenocarcinoma extending through muscularis to serosa",
27
- "16": "foci of fat necrosis",
28
- "17": "the uterus",
29
- "18": "lateral view close-up typical",
30
- "19": "microscopic appearance of leiomyoma",
31
- "20": "x-ray barium study gastric polyp",
32
- "21": "intestine",
33
- "22": "hyperplasia without atypia",
34
- "23": "appendix",
35
- "24": "the tube",
36
- "25": "amebiasis",
37
- "26": "no",
38
- "27": "stomach",
39
- "28": "by nests of closely packed glands",
40
- "29": "source of granulomatous colitis",
41
- "30": "inclusion bodies",
42
- "31": "pinworm",
43
- "32": "trophozoite source",
44
- "33": "cytomegalovirus",
45
- "34": "villous adenoma",
46
- "35": "face",
47
- "36": "gastrointestinal",
48
- "37": "whipples disease",
49
- "38": "the adjacent ovary on the other side",
50
  "39": "yes",
51
- "40": "varices"
52
  },
53
  "image_size": 384,
54
  "initializer_range": 0.02,
55
  "intermediate_size": 3072,
56
  "label2id": {
57
- "amebiasis": 25,
58
- "appendix": 23,
59
- "bilateral cleft palate": 10,
60
- "bile duct cells and canals of hering": 7,
61
- "bundles of normal-looking smooth muscle cells": 13,
62
- "by nests of closely packed glands": 28,
63
- "colon": 0,
64
- "cytomegalovirus": 33,
65
- "esophagus": 5,
66
- "excellent photo typical adenocarcinoma extending through muscularis to serosa": 15,
67
- "face": 35,
68
- "foci of fat necrosis": 16,
69
- "gastrointestinal": 36,
70
- "gastrointestinal system": 9,
71
- "glandular crowding and cellular atypia": 4,
72
- "hyperplasia without atypia": 22,
73
- "hypertrophic gastritis": 8,
74
  "in the canals of hering": 11,
75
- "inclusion bodies": 30,
76
- "intestine": 21,
77
- "lateral view close-up typical": 18,
78
- "med pas hematoxylin section of mucosa excellent example source": 14,
79
- "microscopic appearance of leiomyoma": 19,
80
- "no": 26,
81
- "pinworm": 31,
82
- "source of granulomatous colitis": 29,
83
- "stomach": 27,
84
- "the adjacent ovary on the other side": 38,
85
- "the hemorrhagic inflammatory mass": 1,
86
- "the tube": 24,
87
- "the tube and ovary to the left of the uterus": 6,
88
- "the uterus": 17,
89
- "trophozoite source": 32,
90
- "typical excellent pinworm": 12,
91
- "typical histology for colon adenocarcinoma": 3,
92
- "typical infiltrating adenocarcinoma": 2,
93
- "varices": 40,
94
- "villous adenoma": 34,
95
- "whipples disease": 37,
96
- "x-ray barium study gastric polyp": 20,
97
  "yes": 39
98
  },
99
  "layer_norm_eps": 1e-12,
@@ -109,7 +109,7 @@
109
  "qkv_bias": true,
110
  "tie_word_embeddings": false,
111
  "torch_dtype": "float32",
112
- "transformers_version": "4.38.2",
113
  "type_vocab_size": 2,
114
  "vocab_size": 30522
115
  }
 
8
  "hidden_dropout_prob": 0.0,
9
  "hidden_size": 768,
10
  "id2label": {
11
+ "0": "foci of fat necrosis",
12
+ "1": "bundles of normal-looking smooth muscle cells",
13
+ "2": "varices",
14
+ "3": "villous adenoma",
15
+ "4": "bile duct cells and canals of hering",
16
+ "5": "hyperplasia without atypia",
17
+ "6": "gastrointestinal",
18
+ "7": "amebiasis",
19
+ "8": "the tube and ovary to the left of the uterus",
20
+ "9": "the adjacent ovary on the other side",
21
+ "10": "face",
22
  "11": "in the canals of hering",
23
+ "12": "the tube",
24
+ "13": "bilateral cleft palate",
25
+ "14": "esophagus",
26
+ "15": "cytomegalovirus",
27
+ "16": "trophozoite source",
28
+ "17": "inclusion bodies",
29
+ "18": "typical histology for colon adenocarcinoma",
30
+ "19": "glandular crowding and cellular atypia",
31
+ "20": "stomach",
32
+ "21": "x-ray barium study gastric polyp",
33
+ "22": "whipples disease",
34
+ "23": "lateral view close-up typical",
35
+ "24": "excellent photo typical adenocarcinoma extending through muscularis to serosa",
36
+ "25": "appendix",
37
+ "26": "the hemorrhagic inflammatory mass",
38
+ "27": "microscopic appearance of leiomyoma",
39
+ "28": "hypertrophic gastritis",
40
+ "29": "gastrointestinal system",
41
+ "30": "colon",
42
+ "31": "med pas hematoxylin section of mucosa excellent example source",
43
+ "32": "by nests of closely packed glands",
44
+ "33": "pinworm",
45
+ "34": "source of granulomatous colitis",
46
+ "35": "no",
47
+ "36": "typical excellent pinworm",
48
+ "37": "the uterus",
49
+ "38": "intestine",
50
  "39": "yes",
51
+ "40": "typical infiltrating adenocarcinoma"
52
  },
53
  "image_size": 384,
54
  "initializer_range": 0.02,
55
  "intermediate_size": 3072,
56
  "label2id": {
57
+ "amebiasis": 7,
58
+ "appendix": 25,
59
+ "bilateral cleft palate": 13,
60
+ "bile duct cells and canals of hering": 4,
61
+ "bundles of normal-looking smooth muscle cells": 1,
62
+ "by nests of closely packed glands": 32,
63
+ "colon": 30,
64
+ "cytomegalovirus": 15,
65
+ "esophagus": 14,
66
+ "excellent photo typical adenocarcinoma extending through muscularis to serosa": 24,
67
+ "face": 10,
68
+ "foci of fat necrosis": 0,
69
+ "gastrointestinal": 6,
70
+ "gastrointestinal system": 29,
71
+ "glandular crowding and cellular atypia": 19,
72
+ "hyperplasia without atypia": 5,
73
+ "hypertrophic gastritis": 28,
74
  "in the canals of hering": 11,
75
+ "inclusion bodies": 17,
76
+ "intestine": 38,
77
+ "lateral view close-up typical": 23,
78
+ "med pas hematoxylin section of mucosa excellent example source": 31,
79
+ "microscopic appearance of leiomyoma": 27,
80
+ "no": 35,
81
+ "pinworm": 33,
82
+ "source of granulomatous colitis": 34,
83
+ "stomach": 20,
84
+ "the adjacent ovary on the other side": 9,
85
+ "the hemorrhagic inflammatory mass": 26,
86
+ "the tube": 12,
87
+ "the tube and ovary to the left of the uterus": 8,
88
+ "the uterus": 37,
89
+ "trophozoite source": 16,
90
+ "typical excellent pinworm": 36,
91
+ "typical histology for colon adenocarcinoma": 18,
92
+ "typical infiltrating adenocarcinoma": 40,
93
+ "varices": 2,
94
+ "villous adenoma": 3,
95
+ "whipples disease": 22,
96
+ "x-ray barium study gastric polyp": 21,
97
  "yes": 39
98
  },
99
  "layer_norm_eps": 1e-12,
 
109
  "qkv_bias": true,
110
  "tie_word_embeddings": false,
111
  "torch_dtype": "float32",
112
+ "transformers_version": "4.39.3",
113
  "type_vocab_size": 2,
114
  "vocab_size": 30522
115
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e6172df7e6d52d74c0b4f0aba60967f048c093c057902f327048f6c11b141985
3
  size 451393940
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:468cef3d0846e2b281c1c4f8a172a2fff871acfcba7761d903bc642e2d598896
3
  size 451393940
preprocessor_config.json CHANGED
@@ -1,4 +1,20 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "do_normalize": true,
3
  "do_pad": true,
4
  "do_rescale": true,
 
1
  {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "size_divisor",
7
+ "resample",
8
+ "do_rescale",
9
+ "rescale_factor",
10
+ "do_normalize",
11
+ "image_mean",
12
+ "image_std",
13
+ "do_pad",
14
+ "return_tensors",
15
+ "data_format",
16
+ "input_data_format"
17
+ ],
18
  "do_normalize": true,
19
  "do_pad": true,
20
  "do_rescale": true,
runs/Apr03_00-25-11_gpu-1/events.out.tfevents.1712071513.gpu-1.2181395.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9150c859714740c33260d399fd1ad8a9419b62b02a46b34bec2b0fe9a343eefe
3
+ size 8510
runs/Mar23_22-23-00_gpu-1/events.out.tfevents.1711200744.gpu-1.1223377.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:99412bebc65691fac318ca8bd951e2d64505359b8441b194e01fc347e8ccacb6
3
- size 8478
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caebc34de5ae7bbbeef1e8d3bc5269072b41e994d6c1797db6f837fe2df87ae8
3
+ size 9043
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a9642e820cef555c61be3b90cbbe4bc27095a8ed66084ed9816af4046a3592c2
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67ebe0ac072a3a515a6c2f745ee04fc1c4317ebeca624d4a4637891d1b46559c
3
  size 4920