vishnu027 commited on
Commit
f96fc67
1 Parent(s): 52ce233

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": "1.Irreversible pulpitis with Acute periodontitis",
13
+ "1": "2.Impacted tooth (fully bony impaction)",
14
+ "2": "3.22 improper restoration with chronic apical periodontitis",
15
+ "3": "4.Chronic apical periodontitis with vertical bone loss",
16
+ "4": "5.Embeded tooth",
17
+ "5": "6.Dental caries (proximal)",
18
+ "6": "7.Periodontitis"
19
+ },
20
+ "image_size": 224,
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "1.Irreversible pulpitis with Acute periodontitis": "0",
25
+ "2.Impacted tooth (fully bony impaction)": "1",
26
+ "3.22 improper restoration with chronic apical periodontitis": "2",
27
+ "4.Chronic apical periodontitis with vertical bone loss": "3",
28
+ "5.Embeded tooth": "4",
29
+ "6.Dental caries (proximal)": "5",
30
+ "7.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:b1fe61212ef7d3d88bf6a014f2d362c437ba6d7036d44f040ad110080917c6dc
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_08-35-09_1eb4216d0221/events.out.tfevents.1711960512.1eb4216d0221.1367.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57431d7ad3297398021f966a706422df0fd58c799836734bd54994d225fd47ca
3
+ size 6384
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3be8fd14f9e380dd72985932115db5c2c985ae5356b8310d6d8c45a3d428132
3
+ size 4920