garykai commited on
Commit
6725c94
1 Parent(s): 7beb296

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Acanthocyte",
13
+ "1": "Pencil Cell",
14
+ "2": "Sickle Cell",
15
+ "3": "Tear Drop"
16
+ },
17
+ "image_size": 224,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "Acanthocyte": "0",
22
+ "Pencil Cell": "1",
23
+ "Sickle Cell": "2",
24
+ "Tear Drop": "3"
25
+ },
26
+ "layer_norm_eps": 1e-12,
27
+ "model_type": "vit",
28
+ "num_attention_heads": 12,
29
+ "num_channels": 3,
30
+ "num_hidden_layers": 12,
31
+ "patch_size": 16,
32
+ "problem_type": "single_label_classification",
33
+ "qkv_bias": true,
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.27.1"
36
+ }
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:570b6a4b3ef1244e79dffd9f73de182b2fc9fc0603f3885042ad76b1e55dfeec
3
+ size 343272109
runs/Mar20_11-48-17_MYNB1228/1679284110.2777116/events.out.tfevents.1679284110.MYNB1228.14204.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:311fc7912ecbe95168b201e34ae89154d70c7def95abf2375070cd3775ec651b
3
+ size 5784
runs/Mar20_11-48-17_MYNB1228/events.out.tfevents.1679284110.MYNB1228.14204.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0a10d033cb9380d0e513ac4499ec8cffc294b82a5e9003f81f0ddbacec581ce
3
+ size 4036
runs/Mar20_14-05-58_MYNB1228/1679292367.5656555/events.out.tfevents.1679292367.MYNB1228.14204.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:317fc946712a86de4e8670acb4b09e24a130d5cb0e18cc61e86e02b1064e6923
3
+ size 5784
runs/Mar20_14-05-58_MYNB1228/events.out.tfevents.1679292367.MYNB1228.14204.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd3d973be72d87a783895d3ade46a61f94b0fbe2f8a86c142ccc63885eb35f30
3
+ size 4402
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e04a1a1750b93ce5b65a0073b6d7aa2977756cc6cd517883ef05cb8a93e4829
3
+ size 3579