joseluhf11 commited on
Commit
cd399ad
1 Parent(s): 982cd11

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "A",
13
+ "1": "B",
14
+ "2": "C",
15
+ "3": "D",
16
+ "4": "E",
17
+ "5": "F",
18
+ "6": "G",
19
+ "7": "H",
20
+ "8": "I",
21
+ "9": "J",
22
+ "10": "K",
23
+ "11": "L",
24
+ "12": "M",
25
+ "13": "N",
26
+ "14": "\u00d1",
27
+ "15": "O",
28
+ "16": "P",
29
+ "17": "Q",
30
+ "18": "R",
31
+ "19": "S",
32
+ "20": "T",
33
+ "21": "U",
34
+ "22": "V",
35
+ "23": "W",
36
+ "24": "X",
37
+ "25": "Y",
38
+ "26": "Z"
39
+ },
40
+ "image_size": 224,
41
+ "initializer_range": 0.02,
42
+ "intermediate_size": 3072,
43
+ "label2id": {
44
+ "A": 0,
45
+ "B": 1,
46
+ "C": 2,
47
+ "D": 3,
48
+ "E": 4,
49
+ "F": 5,
50
+ "G": 6,
51
+ "H": 7,
52
+ "I": 8,
53
+ "J": 9,
54
+ "K": 10,
55
+ "L": 11,
56
+ "M": 12,
57
+ "N": 13,
58
+ "O": 15,
59
+ "P": 16,
60
+ "Q": 17,
61
+ "R": 18,
62
+ "S": 19,
63
+ "T": 20,
64
+ "U": 21,
65
+ "V": 22,
66
+ "W": 23,
67
+ "X": 24,
68
+ "Y": 25,
69
+ "Z": 26,
70
+ "\u00d1": 14
71
+ },
72
+ "layer_norm_eps": 1e-12,
73
+ "model_type": "vit",
74
+ "num_attention_heads": 12,
75
+ "num_channels": 3,
76
+ "num_hidden_layers": 12,
77
+ "patch_size": 16,
78
+ "problem_type": "single_label_classification",
79
+ "qkv_bias": true,
80
+ "torch_dtype": "float32",
81
+ "transformers_version": "4.35.2"
82
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8eb882db913e2bbec8ae59cfbeb948eade9e26590c4229b2ce44f560f0180077
3
+ size 343300876
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/Dec09_19-07-48_8d0f489f8f9a/events.out.tfevents.1702148874.8d0f489f8f9a.336.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f67bb31ca560ab890903a619c838f5d31fa7acdb52c289e985c3af1c1cf42ef
3
+ size 5233
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef01dc07a16c95ce4c7e2b4c4c385210ad73a2dc6204f27ecc313631f0d85196
3
+ size 4600