agudelozc commited on
Commit
c53a192
1 Parent(s): d1a909e

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/beit-base-patch16-224-pt22k-ft22k",
3
+ "architectures": [
4
+ "BeitForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_channels": 256,
8
+ "auxiliary_concat_input": false,
9
+ "auxiliary_loss_weight": 0.4,
10
+ "auxiliary_num_convs": 1,
11
+ "drop_path_rate": 0.1,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.0,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "cat",
17
+ "1": "dog"
18
+ },
19
+ "image_size": 224,
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "cat": "0",
24
+ "dog": "1"
25
+ },
26
+ "layer_norm_eps": 1e-12,
27
+ "layer_scale_init_value": 0.1,
28
+ "model_type": "beit",
29
+ "num_attention_heads": 12,
30
+ "num_channels": 3,
31
+ "num_hidden_layers": 12,
32
+ "out_indices": [
33
+ 3,
34
+ 5,
35
+ 7,
36
+ 11
37
+ ],
38
+ "patch_size": 16,
39
+ "pool_scales": [
40
+ 1,
41
+ 2,
42
+ 3,
43
+ 6
44
+ ],
45
+ "problem_type": "single_label_classification",
46
+ "semantic_loss_ignore_index": 255,
47
+ "torch_dtype": "float32",
48
+ "transformers_version": "4.26.0",
49
+ "use_absolute_position_embeddings": false,
50
+ "use_auxiliary_head": true,
51
+ "use_mask_token": false,
52
+ "use_mean_pooling": true,
53
+ "use_relative_position_bias": true,
54
+ "use_shared_relative_position_bias": false,
55
+ "vocab_size": 8192
56
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": false,
7
+ "do_normalize": true,
8
+ "do_reduce_labels": false,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "feature_extractor_type": "BeitFeatureExtractor",
12
+ "image_mean": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "image_processor_type": "BeitFeatureExtractor",
18
+ "image_std": [
19
+ 0.5,
20
+ 0.5,
21
+ 0.5
22
+ ],
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "height": 224,
27
+ "width": 224
28
+ }
29
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfda45ba934401bac88fe381d01b8c7ac2b0c66b19488d349c4f023d27ac44c8
3
+ size 346860409
runs/Jan25_17-27-53_7d9cb9e5cef2/1674668097.80477/events.out.tfevents.1674668097.7d9cb9e5cef2.190.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7c3ae21dbc87b808212e5562172aee9861ebb6de9c8d23528e7d096b5a95e70
3
+ size 5688
runs/Jan25_17-27-53_7d9cb9e5cef2/events.out.tfevents.1674668097.7d9cb9e5cef2.190.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d378725ebff6c623c4e7fb7d0e7d2cce507c2284ef324c30a4c9a79a7154899f
3
+ size 4383
runs/Jan25_17-40-56_7d9cb9e5cef2/1674668475.098162/events.out.tfevents.1674668475.7d9cb9e5cef2.190.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:172faeb2d6f87efe8fec91a6341b5a5a7fa170afe87ff24cae331b661fa776dd
3
+ size 5688
runs/Jan25_17-40-56_7d9cb9e5cef2/1674668665.3900583/events.out.tfevents.1674668665.7d9cb9e5cef2.190.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd88e8bdee11c0054ae80578a64beeb758792be2e403bde740d35049d03b75bc
3
+ size 5688
runs/Jan25_17-40-56_7d9cb9e5cef2/events.out.tfevents.1674668475.7d9cb9e5cef2.190.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a81b05c3fae027ab4a0e53ed387be229338b2fb736aa76077fc30b9821f3b9c
3
+ size 4540
runs/Jan25_17-40-56_7d9cb9e5cef2/events.out.tfevents.1674668665.7d9cb9e5cef2.190.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:983cbfd593862540462591ab19da692502f3dfe9d0c33402581974d59d1b190b
3
+ size 4912
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1015832b21e582b4b9e5d375d51696e90852ef3723539d4fbdd13b5d62b2f69
3
+ size 3515