ALM-AHME commited on
Commit
595c807
1 Parent(s): 59c067a

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/beit-large-patch16-224",
3
+ "architectures": [
4
+ "BeitForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_channels": 256,
8
+ "auxiliary_concat_input": false,
9
+ "auxiliary_loss_weight": 0.4,
10
+ "auxiliary_num_convs": 1,
11
+ "drop_path_rate": 0.1,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.0,
14
+ "hidden_size": 1024,
15
+ "id2label": {
16
+ "0": "akiec",
17
+ "1": "bcc",
18
+ "2": "bkl",
19
+ "3": "df",
20
+ "4": "mel",
21
+ "5": "nv",
22
+ "6": "vasc"
23
+ },
24
+ "image_size": 224,
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 4096,
27
+ "label2id": {
28
+ "akiec": 0,
29
+ "bcc": 1,
30
+ "bkl": 2,
31
+ "df": 3,
32
+ "mel": 4,
33
+ "nv": 5,
34
+ "vasc": 6
35
+ },
36
+ "layer_norm_eps": 1e-12,
37
+ "layer_scale_init_value": 0.1,
38
+ "model_type": "beit",
39
+ "num_attention_heads": 16,
40
+ "num_channels": 3,
41
+ "num_hidden_layers": 24,
42
+ "out_indices": [
43
+ 3,
44
+ 5,
45
+ 7,
46
+ 11
47
+ ],
48
+ "patch_size": 16,
49
+ "pool_scales": [
50
+ 1,
51
+ 2,
52
+ 3,
53
+ 6
54
+ ],
55
+ "problem_type": "single_label_classification",
56
+ "semantic_loss_ignore_index": 255,
57
+ "torch_dtype": "float32",
58
+ "transformers_version": "4.31.0",
59
+ "use_absolute_position_embeddings": false,
60
+ "use_auxiliary_head": true,
61
+ "use_mask_token": false,
62
+ "use_mean_pooling": true,
63
+ "use_relative_position_bias": true,
64
+ "use_shared_relative_position_bias": false,
65
+ "vocab_size": 8192
66
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": false,
7
+ "do_normalize": true,
8
+ "do_reduce_labels": false,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "image_processor_type": "BeitImageProcessor",
17
+ "image_std": [
18
+ 0.5,
19
+ 0.5,
20
+ 0.5
21
+ ],
22
+ "resample": 2,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "height": 224,
26
+ "width": 224
27
+ }
28
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66470b649aa8b86921256b3491caad10d23bc0c6de88ddc07958cbf936a66eff
3
+ size 1213801577
runs/Aug22_11-54-46_4a40e9382ae1/events.out.tfevents.1692705298.4a40e9382ae1.338.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a0d6b1a70a24c83ea2b8f843fcaf9d76a30557830a3177a1344ae3a115de1ab
3
+ size 8674
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1308e1ccad4817e465fa6b1cd46600c63e398081464e371d8e6a2a3f8884aae3
3
+ size 4155