nergizinal commited on
Commit
6110e1c
·
verified ·
1 Parent(s): c484c4c

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Italian",
13
+ "1": "Russian",
14
+ "2": "Mexican",
15
+ "3": "French",
16
+ "4": "Belgian",
17
+ "5": "Spanish",
18
+ "6": "Dutch",
19
+ "7": "Austrian",
20
+ "8": "Flemish",
21
+ "9": "Spanish,Greek",
22
+ "10": "German",
23
+ "11": "French,British",
24
+ "12": "French,Jewish,Belarusian",
25
+ "13": "British",
26
+ "14": "Norwegian",
27
+ "15": "German,Swiss",
28
+ "16": "American"
29
+ },
30
+ "image_size": 224,
31
+ "initializer_range": 0.02,
32
+ "intermediate_size": 3072,
33
+ "label2id": {
34
+ "American": 16,
35
+ "Austrian": 7,
36
+ "Belgian": 4,
37
+ "British": 13,
38
+ "Dutch": 6,
39
+ "Flemish": 8,
40
+ "French": 3,
41
+ "French,British": 11,
42
+ "French,Jewish,Belarusian": 12,
43
+ "German": 10,
44
+ "German,Swiss": 15,
45
+ "Italian": 0,
46
+ "Mexican": 2,
47
+ "Norwegian": 14,
48
+ "Russian": 1,
49
+ "Spanish": 5,
50
+ "Spanish,Greek": 9
51
+ },
52
+ "layer_norm_eps": 1e-12,
53
+ "model_type": "vit",
54
+ "num_attention_heads": 12,
55
+ "num_channels": 3,
56
+ "num_hidden_layers": 12,
57
+ "patch_size": 16,
58
+ "problem_type": "single_label_classification",
59
+ "qkv_bias": true,
60
+ "torch_dtype": "float32",
61
+ "transformers_version": "4.46.2"
62
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f70fece6ef9bc8edd6f49054c97ce94436b25c15b924ee3cca933b34cc8b1d4
3
+ size 343270116
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
+ }
runs/Nov20_05-42-52_067da491129a/events.out.tfevents.1732081785.067da491129a.297.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4313d279dea858f33859f9bcd4d17b91c55c5e9dcf5e613333b3cd0a67014e41
3
+ size 5843
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00b1a09b89ca2af4976a0091d50ca207b1931787b915a7eff172ed48b0eddfc8
3
+ size 5368