DunnBC22 commited on
Commit
5ad4675
·
1 Parent(s): 1bdb95e

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "bart_simpson",
13
+ "1": "homer_simpson",
14
+ "2": "lisa_simpson",
15
+ "3": "maggie_simpson",
16
+ "4": "marge_simpson"
17
+ },
18
+ "image_size": 224,
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "bart_simpson": "0",
23
+ "homer_simpson": "1",
24
+ "lisa_simpson": "2",
25
+ "maggie_simpson": "3",
26
+ "marge_simpson": "4"
27
+ },
28
+ "layer_norm_eps": 1e-12,
29
+ "model_type": "vit",
30
+ "num_attention_heads": 12,
31
+ "num_channels": 3,
32
+ "num_hidden_layers": 12,
33
+ "patch_size": 16,
34
+ "problem_type": "single_label_classification",
35
+ "qkv_bias": true,
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.22.2"
38
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "ViTFeatureExtractor",
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_std": [
11
+ 0.5,
12
+ 0.5,
13
+ 0.5
14
+ ],
15
+ "resample": 2,
16
+ "size": 224
17
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a31fbe55c633be03699823240f0774a2c7548b1aea06f7f1646abc6a938e082b
3
+ size 343273393
runs/Jan06_01-30-18_Brians-Mac-mini.local/1672990224.5100548/events.out.tfevents.1672990224.Brians-Mac-mini.local.35806.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d69fc4a975f5d5b09b5b2a874f12ce80e25e01e3f5649ccef88c968f8db3f791
3
+ size 5630
runs/Jan06_01-30-18_Brians-Mac-mini.local/events.out.tfevents.1672990224.Brians-Mac-mini.local.35806.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0beeb0deb95e6f346070de2c37e8ed627de54cef0f8d89701713cd9ba9644fcc
3
+ size 4995
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5418ce07a7152d6079c1d0ba64781b3e6eb4fd200dad33b4c148414f8d0f3056
3
+ size 3439