LucyintheSky commited on
Commit
035c5cb
·
1 Parent(s): a0d414b

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "ANNA",
13
+ "1": "BIANCA",
14
+ "10": "MILA",
15
+ "11": "NATASHA",
16
+ "12": "TAILINE",
17
+ "2": "CAT",
18
+ "3": "ELLIE",
19
+ "4": "GABBY",
20
+ "5": "GENEVIVE",
21
+ "6": "JESSICA",
22
+ "7": "KIELE",
23
+ "8": "LISA",
24
+ "9": "MELANIE"
25
+ },
26
+ "image_size": 224,
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 3072,
29
+ "label2id": {
30
+ "ANNA": "0",
31
+ "BIANCA": "1",
32
+ "CAT": "2",
33
+ "ELLIE": "3",
34
+ "GABBY": "4",
35
+ "GENEVIVE": "5",
36
+ "JESSICA": "6",
37
+ "KIELE": "7",
38
+ "LISA": "8",
39
+ "MELANIE": "9",
40
+ "MILA": "10",
41
+ "NATASHA": "11",
42
+ "TAILINE": "12"
43
+ },
44
+ "layer_norm_eps": 1e-12,
45
+ "model_type": "vit",
46
+ "num_attention_heads": 12,
47
+ "num_channels": 3,
48
+ "num_hidden_layers": 12,
49
+ "patch_size": 16,
50
+ "problem_type": "single_label_classification",
51
+ "qkv_bias": true,
52
+ "torch_dtype": "float32",
53
+ "transformers_version": "4.34.0"
54
+ }
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:f9787d7d5d826c5731554319fc2908b3d0a0ac2a496f1537e4a0f2105932282a
3
+ size 343302509
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:877fdc3d619e96508a9b44d73f997f6134ee3cc8b527f337e1527218cd44ea4c
3
+ size 4091