Commit 
							
							·
						
						842d33a
	
1
								Parent(s):
							
							0966086
								
Training in progress, epoch 0
Browse files- config.json +90 -0
 - preprocessor_config.json +22 -0
 - pytorch_model.bin +3 -0
 - training_args.bin +3 -0
 
    	
        config.json
    ADDED
    
    | 
         @@ -0,0 +1,90 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "_name_or_path": "google/vit-base-patch16-224",
         
     | 
| 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": "Basal Cell Carcinoma",
         
     | 
| 13 | 
         
            +
                "1": "Darier_s Disease",
         
     | 
| 14 | 
         
            +
                "2": "Epidermolysis Bullosa Pruriginosa",
         
     | 
| 15 | 
         
            +
                "3": "Hailey-Hailey Disease",
         
     | 
| 16 | 
         
            +
                "4": "Herpes Simplex",
         
     | 
| 17 | 
         
            +
                "5": "Impetigo",
         
     | 
| 18 | 
         
            +
                "6": "Larva Migrans",
         
     | 
| 19 | 
         
            +
                "7": "Leprosy Borderline",
         
     | 
| 20 | 
         
            +
                "8": "Leprosy Lepromatous",
         
     | 
| 21 | 
         
            +
                "9": "Leprosy Tuberculoid",
         
     | 
| 22 | 
         
            +
                "10": "Lichen Planus",
         
     | 
| 23 | 
         
            +
                "11": "Lupus Erythematosus Chronicus Discoides",
         
     | 
| 24 | 
         
            +
                "12": "Melanoma",
         
     | 
| 25 | 
         
            +
                "13": "Molluscum Contagiosum",
         
     | 
| 26 | 
         
            +
                "14": "Mycosis Fungoides",
         
     | 
| 27 | 
         
            +
                "15": "Neurofibromatosis",
         
     | 
| 28 | 
         
            +
                "16": "Papilomatosis Confluentes And Reticulate",
         
     | 
| 29 | 
         
            +
                "17": "Pediculosis Capitis",
         
     | 
| 30 | 
         
            +
                "18": "Pityriasis Rosea",
         
     | 
| 31 | 
         
            +
                "19": "Porokeratosis Actinic",
         
     | 
| 32 | 
         
            +
                "20": "Psoriasis",
         
     | 
| 33 | 
         
            +
                "21": "Tinea Corporis",
         
     | 
| 34 | 
         
            +
                "22": "Tinea Nigra",
         
     | 
| 35 | 
         
            +
                "23": "Tungiasis",
         
     | 
| 36 | 
         
            +
                "24": "actinic keratosis",
         
     | 
| 37 | 
         
            +
                "25": "dermatofibroma",
         
     | 
| 38 | 
         
            +
                "26": "nevus",
         
     | 
| 39 | 
         
            +
                "27": "pigmented benign keratosis",
         
     | 
| 40 | 
         
            +
                "28": "seborrheic keratosis",
         
     | 
| 41 | 
         
            +
                "29": "squamous cell carcinoma",
         
     | 
| 42 | 
         
            +
                "30": "vascular lesion"
         
     | 
| 43 | 
         
            +
              },
         
     | 
| 44 | 
         
            +
              "image_size": 224,
         
     | 
| 45 | 
         
            +
              "initializer_range": 0.02,
         
     | 
| 46 | 
         
            +
              "intermediate_size": 3072,
         
     | 
| 47 | 
         
            +
              "label2id": {
         
     | 
| 48 | 
         
            +
                "Basal Cell Carcinoma": 0,
         
     | 
| 49 | 
         
            +
                "Darier_s Disease": 1,
         
     | 
| 50 | 
         
            +
                "Epidermolysis Bullosa Pruriginosa": 2,
         
     | 
| 51 | 
         
            +
                "Hailey-Hailey Disease": 3,
         
     | 
| 52 | 
         
            +
                "Herpes Simplex": 4,
         
     | 
| 53 | 
         
            +
                "Impetigo": 5,
         
     | 
| 54 | 
         
            +
                "Larva Migrans": 6,
         
     | 
| 55 | 
         
            +
                "Leprosy Borderline": 7,
         
     | 
| 56 | 
         
            +
                "Leprosy Lepromatous": 8,
         
     | 
| 57 | 
         
            +
                "Leprosy Tuberculoid": 9,
         
     | 
| 58 | 
         
            +
                "Lichen Planus": 10,
         
     | 
| 59 | 
         
            +
                "Lupus Erythematosus Chronicus Discoides": 11,
         
     | 
| 60 | 
         
            +
                "Melanoma": 12,
         
     | 
| 61 | 
         
            +
                "Molluscum Contagiosum": 13,
         
     | 
| 62 | 
         
            +
                "Mycosis Fungoides": 14,
         
     | 
| 63 | 
         
            +
                "Neurofibromatosis": 15,
         
     | 
| 64 | 
         
            +
                "Papilomatosis Confluentes And Reticulate": 16,
         
     | 
| 65 | 
         
            +
                "Pediculosis Capitis": 17,
         
     | 
| 66 | 
         
            +
                "Pityriasis Rosea": 18,
         
     | 
| 67 | 
         
            +
                "Porokeratosis Actinic": 19,
         
     | 
| 68 | 
         
            +
                "Psoriasis": 20,
         
     | 
| 69 | 
         
            +
                "Tinea Corporis": 21,
         
     | 
| 70 | 
         
            +
                "Tinea Nigra": 22,
         
     | 
| 71 | 
         
            +
                "Tungiasis": 23,
         
     | 
| 72 | 
         
            +
                "actinic keratosis": 24,
         
     | 
| 73 | 
         
            +
                "dermatofibroma": 25,
         
     | 
| 74 | 
         
            +
                "nevus": 26,
         
     | 
| 75 | 
         
            +
                "pigmented benign keratosis": 27,
         
     | 
| 76 | 
         
            +
                "seborrheic keratosis": 28,
         
     | 
| 77 | 
         
            +
                "squamous cell carcinoma": 29,
         
     | 
| 78 | 
         
            +
                "vascular lesion": 30
         
     | 
| 79 | 
         
            +
              },
         
     | 
| 80 | 
         
            +
              "layer_norm_eps": 1e-12,
         
     | 
| 81 | 
         
            +
              "model_type": "vit",
         
     | 
| 82 | 
         
            +
              "num_attention_heads": 12,
         
     | 
| 83 | 
         
            +
              "num_channels": 3,
         
     | 
| 84 | 
         
            +
              "num_hidden_layers": 12,
         
     | 
| 85 | 
         
            +
              "patch_size": 16,
         
     | 
| 86 | 
         
            +
              "problem_type": "single_label_classification",
         
     | 
| 87 | 
         
            +
              "qkv_bias": true,
         
     | 
| 88 | 
         
            +
              "torch_dtype": "float32",
         
     | 
| 89 | 
         
            +
              "transformers_version": "4.33.2"
         
     | 
| 90 | 
         
            +
            }
         
     | 
    	
        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 | 
         
            +
            }
         
     | 
    	
        pytorch_model.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:e75846049d4808947b7d9c0f72dd51d9e5016e98765308cf20ad2e5cf4de5d13
         
     | 
| 3 | 
         
            +
            size 343357933
         
     | 
    	
        training_args.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:8a0189a36ce674c6a67e6bf768b7cd1f2d6be1c3a917137ceecd41c30e9d8b95
         
     | 
| 3 | 
         
            +
            size 4091
         
     |