ezzouhri commited on
Commit
32dbad8
1 Parent(s): aa13bca

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "c0",
13
+ "1": "c1",
14
+ "2": "c2",
15
+ "3": "c3",
16
+ "4": "c4",
17
+ "5": "c5",
18
+ "6": "c6",
19
+ "7": "c7",
20
+ "8": "c8",
21
+ "9": "c9"
22
+ },
23
+ "image_size": 224,
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "c0": 0,
28
+ "c1": 1,
29
+ "c2": 2,
30
+ "c3": 3,
31
+ "c4": 4,
32
+ "c5": 5,
33
+ "c6": 6,
34
+ "c7": 7,
35
+ "c8": 8,
36
+ "c9": 9
37
+ },
38
+ "layer_norm_eps": 1e-12,
39
+ "model_type": "vit",
40
+ "num_attention_heads": 12,
41
+ "num_channels": 3,
42
+ "num_hidden_layers": 12,
43
+ "patch_size": 16,
44
+ "problem_type": "single_label_classification",
45
+ "qkv_bias": true,
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.20.1"
48
+ }
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:788787bb9f1ba0c320d1614112655731c76f7ca9cb1767ff92bf6a3ce59eec74
3
+ size 343291569
runs/Oct17_10-17-15_hdrsk-Precision-Tower-7910/1665998267.1614277/events.out.tfevents.1665998267.hdrsk-Precision-Tower-7910.16651.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a9fe206fd907c8de1192a272bc13065750b81189062599debe01714cacd1e74
3
+ size 5422
runs/Oct17_10-17-15_hdrsk-Precision-Tower-7910/events.out.tfevents.1665998267.hdrsk-Precision-Tower-7910.16651.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f697ed59f1ef7938200394d0104b1c2da45669efb68d708d27ccc5995aa0d055
3
+ size 7175
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcb899421d26af0530af933d670bbca383bcbfb72332a41502907657e07d089e
3
+ size 3375