vishnu027 commited on
Commit
a3c5a97
1 Parent(s): 02f6542

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Chronic_apical_periodontitis_with_vertical_bone_loss",
13
+ "1": "Dental_caries_(proximal)",
14
+ "2": "Embeded_tooth",
15
+ "3": "Impacted_tooth_(fully_bony_impaction)",
16
+ "4": "Irreversible_pulpitis_with_Acute_periodontitis",
17
+ "5": "Periodontitis",
18
+ "6": "improper_restoration_with_chronic_apical_periodontitis"
19
+ },
20
+ "image_size": 224,
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "Chronic_apical_periodontitis_with_vertical_bone_loss": "0",
25
+ "Dental_caries_(proximal)": "1",
26
+ "Embeded_tooth": "2",
27
+ "Impacted_tooth_(fully_bony_impaction)": "3",
28
+ "Irreversible_pulpitis_with_Acute_periodontitis": "4",
29
+ "Periodontitis": "5",
30
+ "improper_restoration_with_chronic_apical_periodontitis": "6"
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "model_type": "vit",
34
+ "num_attention_heads": 12,
35
+ "num_channels": 3,
36
+ "num_hidden_layers": 12,
37
+ "patch_size": 16,
38
+ "problem_type": "single_label_classification",
39
+ "qkv_bias": true,
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.38.2"
42
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61d35166ab76f86369115e1299b20960c38d78778e0b3dde03a1cc14fc027641
3
+ size 343239356
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": "ViTImageProcessor",
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
+ }
runs/Apr01_06-08-22_cb5942b2f4ba/events.out.tfevents.1711951703.cb5942b2f4ba.1079.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b25b57adcda0b45accae3a6023f7510e65c8a83889477019e57027246db96ecd
3
+ size 6344
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4d86fb99976110faf8c166d26ec6357f1b0a452487267def1750c6b2b057ea9
3
+ size 4920