jonglet commited on
Commit
4da15b0
·
1 Parent(s): 185a3b4

Training in progress, step 2000

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/deit-small-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": 384,
11
+ "id2label": {
12
+ "0": "B",
13
+ "1": "b",
14
+ "10": "Q",
15
+ "11": "q",
16
+ "12": "1",
17
+ "2": "K",
18
+ "3": "k",
19
+ "4": "R",
20
+ "5": "r",
21
+ "6": "N",
22
+ "7": "n",
23
+ "8": "P",
24
+ "9": "p"
25
+ },
26
+ "image_size": 224,
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 1536,
29
+ "label2id": {
30
+ "1": "12",
31
+ "B": "0",
32
+ "K": "2",
33
+ "N": "6",
34
+ "P": "8",
35
+ "Q": "10",
36
+ "R": "4",
37
+ "b": "1",
38
+ "k": "3",
39
+ "n": "7",
40
+ "p": "9",
41
+ "q": "11",
42
+ "r": "5"
43
+ },
44
+ "layer_norm_eps": 1e-12,
45
+ "model_type": "vit",
46
+ "num_attention_heads": 6,
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.29.2"
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:c77be6f5204bbc1b7aa05b4b4395345fd1d8ea074daea09bc1636dcc02839714
3
+ size 86750573
runs/Jun06_19-14-12_03165f33db3f/1686078861.025489/events.out.tfevents.1686078861.03165f33db3f.17227.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:445e2ff423680eb22420a7600ca984c9baaec49e872d974433c40ca5c9a76d80
3
+ size 5930
runs/Jun06_19-14-12_03165f33db3f/events.out.tfevents.1686078861.03165f33db3f.17227.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4edffff9d51c8f5895ba5639d79c3666d872fe2da36eb29ccc66e665668270c9
3
+ size 5287
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64243e940d9c6922e64616d33b28f977e39758c7726609bcdf8eb82bda3e6626
3
+ size 3899